You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
How long does it take for you to compress a couple of images?
I tried compressing a 7,8MB JPG with --quality 84 and it took nearly 20 minutes.
I also tried a 1,4MB JPG with --quality 85 and it took nearly 10 minutes.
I must assume that this is not normal - is something wrong with my binary?
I am on Ubuntu 16.04 LTS, intel core i7-4790K CPU @ 4.00GHz
I installed gflag via sudo apt-get install libgflags-dev and got libpng via sudo apt-get install libpng16-dev. After that I make with no errors.
convert -quality 85 src.jpg dst.jpg runs in under 1 second, if that is any help.
How long does it take for you to compress a couple of images?
I tried compressing a 7,8MB JPG with --quality 84 and it took nearly 20 minutes.
I also tried a 1,4MB JPG with --quality 85 and it took nearly 10 minutes.
I must assume that this is not normal - is something wrong with my binary?
I am on Ubuntu 16.04 LTS, intel core i7-4790K CPU @ 4.00GHz
I installed gflag via
sudo apt-get install libgflags-devand got libpng viasudo apt-get install libpng16-dev. After that Imakewith no errors.convert -quality 85 src.jpg dst.jpgruns in under 1 second, if that is any help.Anyone else experience this?