filesize/quality compared to photoshop
Posted: 2009-08-31T17:11:27-07:00
hi all,
i'm using imagemagick to resize gallery images on my webserver and i always wondered that the images' filesizes were pretty high.
now here's what i did:
i loaded the original (big) image into photoshop, resized it to the same size, sharpened it, and tweaked the jpg quality at its best and saved it.
surprise: the photoshop file had better quality AND lower filesize (about 2-3 times) than the one from image-magick
i tried reducing jpg quality but when i had app. the same filesize as the photoshop image, the image's quality created by imagemagick was horrible.
here's my imagemagick command
rc = .Convert(m_src, "-resize=500x300,-sharpen=1,-quality=60, m_saveas)
is there a way to optimize jpg quality / filesize?
thanks
sic
i'm using imagemagick to resize gallery images on my webserver and i always wondered that the images' filesizes were pretty high.
now here's what i did:
i loaded the original (big) image into photoshop, resized it to the same size, sharpened it, and tweaked the jpg quality at its best and saved it.
surprise: the photoshop file had better quality AND lower filesize (about 2-3 times) than the one from image-magick
i tried reducing jpg quality but when i had app. the same filesize as the photoshop image, the image's quality created by imagemagick was horrible.
here's my imagemagick command
rc = .Convert(m_src, "-resize=500x300,-sharpen=1,-quality=60, m_saveas)
is there a way to optimize jpg quality / filesize?
thanks
sic