Y
Hacker News
new
|
ask
|
show
|
jobs
by
frncscgmz
4542 days ago
Anyone knows of a similar tool for jpeg images?
3 comments
blacksmith_tb
4542 days ago
Jpegs are already lossy, but if you want to increase the lossiness (and decrease filesize)via the commandline, you can do that with imagemagick or graphicsmagick with the -quality flag on a convert.
link
SquareWheel
4542 days ago
I use jpegtran for lossless. I've had good luck with
http://jpeg-optimizer.com/
for lossy.
link
d0ugie
4542 days ago
yeah, cwebp, works on jpeg effectively, gifs and pngs (pngs with a 30% lossless savings, much more if lossy), does some tricks pngs don't..
link