Ensure GIF input will work with future libvips v8.11.0

This commit is contained in:
Lovell Fuller 2021-03-29 12:16:10 +01:00
parent 861cd93324
commit 31563b210d

View File

@ -213,6 +213,8 @@ namespace sharp {
{ "VipsForeignLoadTiffBuffer", ImageType::TIFF }, { "VipsForeignLoadTiffBuffer", ImageType::TIFF },
{ "VipsForeignLoadGifFile", ImageType::GIF }, { "VipsForeignLoadGifFile", ImageType::GIF },
{ "VipsForeignLoadGifBuffer", ImageType::GIF }, { "VipsForeignLoadGifBuffer", ImageType::GIF },
{ "VipsForeignLoadNsgifFile", ImageType::GIF },
{ "VipsForeignLoadNsgifBuffer", ImageType::GIF },
{ "VipsForeignLoadSvgFile", ImageType::SVG }, { "VipsForeignLoadSvgFile", ImageType::SVG },
{ "VipsForeignLoadSvgBuffer", ImageType::SVG }, { "VipsForeignLoadSvgBuffer", ImageType::SVG },
{ "VipsForeignLoadHeifFile", ImageType::HEIF }, { "VipsForeignLoadHeifFile", ImageType::HEIF },