-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Very slow optimization #55
Comments
Hello, You are right, JPEG optimization is very slow. Guetzli, the lib we use to optimize JPEG is very computing heavy (about 3 min and 300 MB of RAM for 1 Mpix photo). I have to implement other choices for JPEG encoding (MozJPEG alone instead of Guetzli+MozJPEG, and maybe a JPEGli option too) but I have no time to work on it right now ^^' |
The problems can be caused by a lack of RAM during the optimization (Guetzli use A LOT of RAM... ^^') |
Ok, good to know. I'll close this issue since it is not an unexpected behavior. Two suggestions though:
|
Problem description
Optimizing JPEG images takes a huge amount of time (i'm currently trying to process 5 pictures, 2 of which have been done in approximately half an hour). I was wondering it it may be because of my computer being old, or because of a inherently slow process that could,be related to #15 .
System information
How did you installed the software?
pip3 install yoga-image-optimizer
)YOGA Image Optimizer version: 1.2.4
The text was updated successfully, but these errors were encountered: