mirror of
https://github.com/lovell/sharp.git
synced 2026-02-05 06:06:18 +01:00
Selected output format > unknown file extension #344
This commit is contained in:
@@ -34,6 +34,11 @@ namespace sharp {
|
||||
bool IsTiff(std::string const &str);
|
||||
bool IsDz(std::string const &str);
|
||||
|
||||
/*
|
||||
Provide a string identifier for the given image type.
|
||||
*/
|
||||
std::string ImageTypeId(ImageType const imageType);
|
||||
|
||||
/*
|
||||
Determine image format of a buffer.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user