mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-10-10 12:12:40 +02:00
Save GIF with vips_gifsave_buffer
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user