You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to be identical to what you have in your docs, but it just doesn't work for me. Instead, the image is still generated as a gif. I've also tried to add 'format: 'jpg'' as a property, but then it just stacks all of the frames on top of each other in a jpg transform.
Any idea why this wouldn't be working for me?!
Additional info
Imager version & edition: 4.4.0
Craft version: 4.10.0
PHP version: 8.0
Image driver & version: GD 8.0.30
The text was updated successfully, but these errors were encountered:
I've testet this now, and it works as expected for me.
When you write ...the image is still generated as a gif, that in itself is not an error, if the input format is gif and you don't specify otherwise, the output format will be gif. But, to be clear, what you mean is that the generated transform is an animated gif?
And this ...but then it just stacks all of the frames on top of each other in a jpg transform. seems very odd indeed! 😅 No idea how something like that might happen in Imager.
Any chance you can share the gif you're seeing this behaviour with?
I'm submitting a...
Steps to reproduce
frames
in transform optionsDescription
I'm trying to use the
frames
property to convert a gif to an image using the first frame only. The code I have isSeems to be identical to what you have in your docs, but it just doesn't work for me. Instead, the image is still generated as a gif. I've also tried to add 'format: 'jpg'' as a property, but then it just stacks all of the frames on top of each other in a jpg transform.
Any idea why this wouldn't be working for me?!
Additional info
The text was updated successfully, but these errors were encountered: