-
Notifications
You must be signed in to change notification settings - Fork 109
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
system gifsicle not working #151
Comments
I suggest to try to optimise the gif that causes problems using the cli and check if the result is malformed. rmagick in the message suggests that the problem is in the pipeline after image_optim. It would be great if you could find which issues are caused by image_optim_pack. |
hi, thanks for answer. As I said, the same gif does not make any problem when I use image_optim_pack |
Yes, so try using |
|
By the output it looks like the gif can't be optimised further, so the image should not be changed |
May the problem be in how image_optim is added to the pipeline? |
sorry I dont understand what you mean. How can I check this ? |
How do you add |
i'm using rails, not sure this answer your question |
By the error message it seems that you are using carrierwave, can you debug what happens with the image when you use system gifsicle? |
hi,
when I use image_optim_pack, no problem, but when I want to use system gifsicle (ubuntu), i have this error : "Failed to manipulate with rmagick, maybe it is not an image?"
I tried with default ubuntu version (1.78) and then with version I installed muself (1.83 and 1.89) but still same problem. I tried by installing it to /usr/local/bin first and then /usr/bin
I could use image_optim_pack but I notice a lot of random other issues on jpg and pnd (i could not reproduice, but users of my website told me)
Last week I was still using image_optimizer gem and I didnt have any problem with system gifsicle
any idea ?
thank
The text was updated successfully, but these errors were encountered: