Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image Crop/Scale breaks GIF animation #19

Open
grebaldi opened this issue May 7, 2020 · 2 comments
Open

Image Crop/Scale breaks GIF animation #19

grebaldi opened this issue May 7, 2020 · 2 comments

Comments

@grebaldi
Copy link
Contributor

grebaldi commented May 7, 2020

This is most likely an issue with Neos.Media rather than Sitegeist.Kaleidoscope, but I wanted put this issue here as a reminder before doing more in-depth research.

I found a promising hint for a general solution of the problem in this Stackoverflow answer:
https://stackoverflow.com/a/58427954

But again, I'm pretty sure, this needs to be implemented in Neos.Media.

@mficzel
Copy link
Member

mficzel commented Sep 1, 2020

The solution is based in Imagick directly. Neos Media works via Imagine https://github.com/avalanche123/Imagine which is an abstraction over various image libraries namely (imagick, gmagick, gd and vips). I expect this to be hard.

@mficzel
Copy link
Member

mficzel commented Sep 1, 2020

Wait i found this in the imagine docs https://imagine.readthedocs.io/en/stable/usage/layers.html#animated-gif-frame-manipulation. That could indeed enable cropping of animated gifs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants