6
Add gif support to supabase image transformations - or specify in docs that it is not supported.
Source: supabase/supabase#25951 · opened by @jonathanlal
Currently if you try and transform a .gif file it will make the gif static (by using only the first frame). Which is the default behaviour of imgproxy.
imgproxy does support transforming more than 1 frame in a gif file but requires changing an environment variable:
[IMGPROXY_MAX_ANIMATION_FRAMES](
Perhaps passing format: 'gif' in the transform options could allow for it?
If not it should be at least updated in the docs that gif files are not supported in image transformations. Since it shows misleading information:

2 votes · 0 comments
Rate limiting for Storage and Image Transformations API calls
3 votes · 0 comments
Image transformations: Support for cropping position / gravity
1 vote · 0 comments
Vote for storage transformations
11 votes · 0 comments
Native Python Execution Support in Supabase
4 votes · 0 comments
No comments yet.