Resizing png jpg gif to jpg without quality loss
Posted: 2015-05-05T08:01:15-07:00
Hi,
I want to convert differents images with different types ( png, jpg and gif) to resized images with jpg type (i may swith to another type to gain in quality ).
I want to resize to create a mid sized image 500x350 and thumbnails 200x150 the problem is the result image for thumbnails is really poor.
here is the command i use for mid size image:
Here is http://pngimg.com/download/8732 the source image and the results are here:
500x350 https://app.box.com/s/gla6spaskxti4rdmfiru50v4acimq35m
200x150 https://app.box.com/s/1290welaigq79ttbgk04bv2rzw4ko7bt
As you can see the quality is not very high. Any help would be appreciated.
Thank you in advance.
I want to convert differents images with different types ( png, jpg and gif) to resized images with jpg type (i may swith to another type to gain in quality ).
I want to resize to create a mid sized image 500x350 and thumbnails 200x150 the problem is the result image for thumbnails is really poor.
here is the command i use for mid size image:
Code: Select all
convert kettle.png -resize '500x350'! -quality 100 ketlle500x350_.jpg
500x350 https://app.box.com/s/gla6spaskxti4rdmfiru50v4acimq35m
200x150 https://app.box.com/s/1290welaigq79ttbgk04bv2rzw4ko7bt
As you can see the quality is not very high. Any help would be appreciated.
Thank you in advance.