Changelog entry for #1595 (plus add GIF)

This commit is contained in:
Lovell Fuller
2019-03-10 17:26:26 +00:00
parent 7cafd4386c
commit 1e4597c284
4 changed files with 22 additions and 3 deletions

View File

@@ -140,6 +140,11 @@ namespace sharp {
*/
ImageType DetermineImageType(char const *file);
/*
Does this image type support multiple pages?
*/
bool ImageTypeSupportsPage(ImageType imageType);
/*
Open an image from the given InputDescriptor (filesystem, compressed buffer, raw pixel data)
*/