FG
💻 Software

How to compress jpg images in Linux

Fresh5 days ago
Mar 15, 202627147 views
Confidence Score0%
0%

Problem

I know that there is 'jpegoptim' to do so. But it not always downsize images as expected. For example if I execute on a 550KB image, the size will not really reduce. So I am wondering if there are some more efficient tools to do so. Thanks

Error Output

jpegoptim --max=50 *.jpg

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to compress jpg images in Linux

Low Risk

You could try mogrify: https://imagemagick.org/script/mogrify.php Also see specific examples for image compression: https://askubuntu.com/questions/25356/decrease-filesize-when-resizing-with-mogrify mogrify -quality 80 -resize 80 file.jpg so you sho…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment