creating smallest filesize
Posted: 2010-09-03T05:18:03-07:00
Hi Guys,
I have trouble with resizing small thumbnail of bibberst images for my web:
exammple: http://fototest.mracek.org/list.php?addr=Screensawer
The thumbnail have approximately 20-30KB !! Is very big !
Photoshop make 6KB pictore. This is very good.
Can you help me, what I make bad ??
You can downalod this image : http://fototest.mracek.org/Screensawer/ ... G_0024.jpg

23KB and compres using imagemagic.
My command line is:
convert -verbose -quality 75 -density 72 -depth 8 -resize 159x159 -gravity Center -crop 106x106+0+0 {} small/{} | echo {}
for example.
Thank you for any idea !
Jan
I have trouble with resizing small thumbnail of bibberst images for my web:
exammple: http://fototest.mracek.org/list.php?addr=Screensawer
The thumbnail have approximately 20-30KB !! Is very big !
Photoshop make 6KB pictore. This is very good.
Can you help me, what I make bad ??
You can downalod this image : http://fototest.mracek.org/Screensawer/ ... G_0024.jpg

23KB and compres using imagemagic.
My command line is:
convert -verbose -quality 75 -density 72 -depth 8 -resize 159x159 -gravity Center -crop 106x106+0+0 {} small/{} | echo {}
for example.
Thank you for any idea !
Jan