#Astuce #Tip #image #jpg

Utiliser des outils comme #jpegoptim permet de réduire souvent drastiquement le poids des images jpg.

Je viens de le faire tourner sur 10 images qui faisaient en tout 100 Mo pour réduire le poids total à... 56 Mo 😱

Disponible dans les répo de #Fedora et très certainement ceux d'autres distributions.

Facilement intégrable à #Nautilus à l'aide d'un #script :

https://framagit.org/rui.nibau/scripts/-/blob/main/src/pics/nautilus-optjpg.sh?ref_type=heads

https://github.com/tjko/jpegoptim

src/pics/nautilus-optjpg.sh · main · Rui Nibau / scripts · GitLab

Framagit

GitLab
Depois de muito esforço, saiu!

O núcleo de nossa galáxia, coberto por um de seus braços.

A foto apresenta uma vinhetagem considerável, mas é minha primeira #Astrofotografia . Realmente fiquei empolgado para mais!

Utilizei #Siril e #GIMP para compor a imagem.
12 × 30s, sem guiagem nem autofoco! (o visor óptico me bastou)
Canon 250D; ISO 6400; Não lembro o resto.

Comprimi para caber aqui com o #jpegoptim .

#Astronomia #ViaLáctea

Optimizing JPEG files is simple with the help of jpegoptim, a utility to optimize and compress JPEG files on the command line. jpegoptim can also remove all meta information like Exif tags.

https://github.com/tjko/jpegoptim

#linux #jpeg #jpegoptim #image #compress #optimize

GitHub - tjko/jpegoptim: jpegoptim - utility to optimize/compress JPEG files

jpegoptim - utility to optimize/compress JPEG files - tjko/jpegoptim

GitHub

Manipulating Images from the Terminal
With my switch to Fedora as my main working operating system I needed to change how I process images for this site. I want images to be small, but still a good enough quality to see. On macOS I used Permute via SetApp to batch process images, but Permute is not available on Linux.

So let’s turn to some terminal tools
https://curtismchale.ca/2023/12/13/manipulating-images-from-the-terminal/
#Apps #OpenSource #ImageMagick #jpegoptim #Permute #SetApp

Manipulating Images from the Terminal – Curtis McHale

ever heard of #optipng and #jpegoptim on #linux? With these two small #cli tools one can shrink most png and jpeg files without additional quality loss. These tools simply try all possible combinations of compression parameters. If they find a better combination than the current one, they apply it. On average this leads to an additional compression of -10% without compromising the quality any further. Have fun :-)

#jpg #png #linux

#jpegoptim & #optipng are nice tools that can help you optimize your images.

Output file size = 5897157 bytes (3181925 bytes = 35.05% decrease)

#Jpegoptim is a #JPEG optimizer.

Jpegoptim analyzes the structure of input JPEG (and #JFIF) files and optimizes their Huffman trees to decrease the overall file size losslessly. Jpegoptim can also recompress files in a lossy manner to decrease size much more than the lossless method can.

Website 🔗️: https://www.kokkonen.net/tjko/projects.html https://github.com/tjko/jpegoptim

apt 📦️: jpegoptim

#free #opensource #foss #fossmendations

Timo Kokkonen - Projects

images optimized with #jpegoptim

find . -iname "*.jpg" -exec jpegoptim -m80 -o -p {} \;