Allow multi-page input via ImageMagic (#2259)

This commit is contained in:
Jerome Vouillon 2020-06-15 14:01:53 +02:00 committed by GitHub
parent 4470048ba4
commit a05d735e31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -255,6 +255,7 @@ namespace sharp {
*/
bool ImageTypeSupportsPage(ImageType imageType) {
return
imageType == ImageType::MAGICK ||
imageType == ImageType::GIF ||
imageType == ImageType::TIFF ||
imageType == ImageType::HEIF ||