mirror of
https://github.com/lovell/sharp.git
synced 2026-02-08 23:56:16 +01:00
Ensure GIF input will work with future libvips v8.11.0
This commit is contained in:
@@ -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 },
|
||||||
|
|||||||
Reference in New Issue
Block a user