Skip to content

Commit

Permalink
Ensure GIF input will work with future libvips v8.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Mar 29, 2021
1 parent 861cd93 commit 31563b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common.cc
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ namespace sharp {
{ "VipsForeignLoadTiffBuffer", ImageType::TIFF },
{ "VipsForeignLoadGifFile", ImageType::GIF },
{ "VipsForeignLoadGifBuffer", ImageType::GIF },
{ "VipsForeignLoadNsgifFile", ImageType::GIF },
{ "VipsForeignLoadNsgifBuffer", ImageType::GIF },
{ "VipsForeignLoadSvgFile", ImageType::SVG },
{ "VipsForeignLoadSvgBuffer", ImageType::SVG },
{ "VipsForeignLoadHeifFile", ImageType::HEIF },
Expand Down

0 comments on commit 31563b2

Please sign in to comment.