Image optimization

Any background image or other artwork submissions must include copyright information and explicit permission of the image's original creator to use the image. This includes a direct post of the image or links to a compiled image archive. Any background image or other artwork submissions must include copyright information and explicit permission of the image's original creator to use the image. This includes a direct post of the image or links to a compiled image archive.
Message
Author
User avatar
colin_b
Posts: 452
Joined: Sun Mar 19, 2017 7:21 pm

Image optimization

#1 Post by colin_b »

If anyone is interested in reducing the file size of JPG & PNG files give https://tinypng.com/ a shot.

It works well for me.

putih
Posts: 42
Joined: Mon Feb 19, 2018 6:44 pm

Re: Image optimization

#2 Post by putih »

I use trimage. Internet connections not require.

User avatar
Buck Fankers
Posts: 770
Joined: Sat Mar 10, 2018 8:06 pm

Re: Image optimization

#3 Post by Buck Fankers »

colin_b wrote: Thu Oct 17, 2019 12:12 pm If anyone is interested in reducing the file size of JPG & PNG files give https://tinypng.com/ a shot.
It works well for me.
Every time you upload picture somewhere, that company usually takes ownership of it. Plus they get some info about you, they can resell. I always first strip metadata from any picture I'm sending it by email and I never upload it to any service.

I created two thunar custom actions for this, first one removes/strips all info from pictures: (you need to install exiftool)

Code: Select all

exiftool -all= -overwrite_original * .
For compressing pictures I set thunar custom action with this command (you need to install imagemagic)

Code: Select all

for file in *.*; do convert $file -quality 10 compressed-$file; done
One right click you remove ll metadata, next right click, you compress them all. Simple, fast and no internet tech company that is after your life data one gets your pictures :-)

User avatar
oops
Posts: 1913
Joined: Tue Apr 10, 2018 5:07 pm

Re: Image optimization

#4 Post by oops »

Or
Jpegoptim (sample: to a folder, and with 4 cores here)

Code: Select all

mkdir compressed-jpegoptim
 jpegoptim -d ./compressed-jpegoptim -p -m80 *.jpg | xargs -P 4 
Pour les nouveaux utilisateurs: Alt+F1 pour le manuel, ou FAQS, MX MANUEL, et Conseils Debian - Info. système “quick-system-info-mx” (QSI) ... Ici: System: MX-19_x64 & antiX19_x32

Post Reply

Return to “User contributed Wallpaper”