Search found 1 match

by pranay.samarth
2011-08-08T00:31:15-07:00
Forum: Users
Topic: how to maintain quality of Source image after conversion
Replies: 2
Views: 5376

how to maintain quality of Source image after conversion

Hi,

In my application (java based), I have to convert given image (.jpg only) from user to below 4 sizes and need to maintain the quality of the converted image same as originally supplied by user.

I am using below command -
convert -geometry 470x580 -unsharp 1.0x1.0+1.0+0.10 -quality 90 -map ...