Save GIF with vips_gifsave_buffer

This commit is contained in:
DarthSim
2021-11-23 00:12:59 +06:00
parent 099aa7b3a0
commit 9d2ba808ed
3 changed files with 12 additions and 2 deletions

View File

@@ -169,7 +169,7 @@ func SupportsSave(it imagetype.Type) bool {
case imagetype.WEBP:
sup = hasOperation("webpsave_buffer")
case imagetype.GIF:
sup = hasOperation("magicksave_buffer")
sup = hasOperation("gifsave_buffer")
case imagetype.AVIF:
sup = hasOperation("heifsave_buffer")
case imagetype.BMP: