Skip to content

Commit 31563b2

Browse files
committedMar 29, 2021
Ensure GIF input will work with future libvips v8.11.0
1 parent 861cd93 commit 31563b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/common.cc

+2
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ namespace sharp {
213213
{ "VipsForeignLoadTiffBuffer", ImageType::TIFF },
214214
{ "VipsForeignLoadGifFile", ImageType::GIF },
215215
{ "VipsForeignLoadGifBuffer", ImageType::GIF },
216+
{ "VipsForeignLoadNsgifFile", ImageType::GIF },
217+
{ "VipsForeignLoadNsgifBuffer", ImageType::GIF },
216218
{ "VipsForeignLoadSvgFile", ImageType::SVG },
217219
{ "VipsForeignLoadSvgBuffer", ImageType::SVG },
218220
{ "VipsForeignLoadHeifFile", ImageType::HEIF },

0 commit comments

Comments
 (0)
Please sign in to comment.