Page 1 of 1
HEIC -> JPG fails
Posted: Mon Oct 17, 2022 1:11 pm
by crystalidea
Re: HEIC -> JPG fails
Posted: Tue Oct 18, 2022 5:02 pm
by masterjp
You are using the guetzli jpeg encoder and not the standard jpeg encoder.
The guetzli encoder use the minimum quality level of 84% and is very slow for big files.
Further it uses much RAM for compressing picture files with high resolutions (e.g. camera/android/iphone pictures).
That could be the reason, why you can not use quality 80%.
Please use this one instead:
Clipboard 1.png
Re: HEIC -> JPG fails
Posted: Tue Oct 18, 2022 6:45 pm
by crystalidea
Thanks it worked!