Add gif support to supabase image transformations - or specify in docs that it is not supported. #25951
Unanswered
jonathanlal
asked this question in
Feature Requests
Replies: 2 comments 1 reply
|
Please implement this supabase staff, it's already supported by IMGPROXY is just requires passing the env to imgproxy |
1 reply
|
We need IMGPROXY_MAX_ANIMATION_FRAMES with hosted supabase to be at least 150 frames or configurable. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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:
https://supabase.com/docs/guides/storage/serving/image-transformations
All reactions