mirror of
https://github.com/lovell/sharp.git
synced 2026-02-05 06:06:18 +01:00
Trim space from end of libvips error messages
This commit is contained in:
@@ -182,6 +182,11 @@ namespace sharp {
|
||||
bool IsDzZip(std::string const &str);
|
||||
bool IsV(std::string const &str);
|
||||
|
||||
/*
|
||||
Trim space from end of string.
|
||||
*/
|
||||
std::string TrimEnd(std::string const &str);
|
||||
|
||||
/*
|
||||
Provide a string identifier for the given image type.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user