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

Gif optimization support #186

Closed
dfarinapb opened this issue Aug 2, 2019 · 3 comments
Closed

Gif optimization support #186

dfarinapb opened this issue Aug 2, 2019 · 3 comments
Labels
feature request pro Feature will be added to the pro version

Comments

@dfarinapb
Copy link

When a gif is saved using optimization it only stores partial updates to the image on the next frame. Imgproxy will only display the changes and does not combine the frames, making most of the image go transparent. Ideally, it should display the same as the unoptimized image. I tested with Gimp though I think many image editors support optimizing gifs.

@DarthSim
Copy link
Member

DarthSim commented Aug 6, 2019

Hi,

Love the idea, but we strongly depend on the way libvips works with ImageMagick. I made a PR with support of GIF optimizations, let's see how it'll go libvips/libvips#1385

@DarthSim
Copy link
Member

DarthSim commented Aug 8, 2019

PR to libvips is merged, let's wait for the next release.

@DarthSim DarthSim added the pro Feature will be added to the pro version label Feb 3, 2020
@DarthSim
Copy link
Member

The feature was released in the pro version of v2.10.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request pro Feature will be added to the pro version
Projects
None yet
Development

No branches or pull requests

2 participants