mirror of
https://github.com/lovell/sharp.git
synced 2025-07-11 19:40:14 +02:00
Ensure compatibility with ImageMagick 7 (#2865)
This commit is contained in:
parent
3402656ec5
commit
2031d7d112
@ -234,6 +234,8 @@ namespace sharp {
|
||||
{ "VipsForeignLoadPdfBuffer", ImageType::PDF },
|
||||
{ "VipsForeignLoadMagickFile", ImageType::MAGICK },
|
||||
{ "VipsForeignLoadMagickBuffer", ImageType::MAGICK },
|
||||
{ "VipsForeignLoadMagick7File", ImageType::MAGICK },
|
||||
{ "VipsForeignLoadMagick7Buffer", ImageType::MAGICK },
|
||||
{ "VipsForeignLoadOpenslide", ImageType::OPENSLIDE },
|
||||
{ "VipsForeignLoadPpmFile", ImageType::PPM },
|
||||
{ "VipsForeignLoadFits", ImageType::FITS },
|
||||
|
Loading…
x
Reference in New Issue
Block a user