mirror of
https://github.com/lovell/sharp.git
synced 2025-07-12 03:50:13 +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 },
|
{ "VipsForeignLoadPdfBuffer", ImageType::PDF },
|
||||||
{ "VipsForeignLoadMagickFile", ImageType::MAGICK },
|
{ "VipsForeignLoadMagickFile", ImageType::MAGICK },
|
||||||
{ "VipsForeignLoadMagickBuffer", ImageType::MAGICK },
|
{ "VipsForeignLoadMagickBuffer", ImageType::MAGICK },
|
||||||
|
{ "VipsForeignLoadMagick7File", ImageType::MAGICK },
|
||||||
|
{ "VipsForeignLoadMagick7Buffer", ImageType::MAGICK },
|
||||||
{ "VipsForeignLoadOpenslide", ImageType::OPENSLIDE },
|
{ "VipsForeignLoadOpenslide", ImageType::OPENSLIDE },
|
||||||
{ "VipsForeignLoadPpmFile", ImageType::PPM },
|
{ "VipsForeignLoadPpmFile", ImageType::PPM },
|
||||||
{ "VipsForeignLoadFits", ImageType::FITS },
|
{ "VipsForeignLoadFits", ImageType::FITS },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user