How can I get a fine image after image resizing with v6.4.5?
Posted: 2008-12-11T00:34:39-07:00
Hi, everyone!!
We upgraded the version of ImageMagic on unix machine from 5.2 to 6.4.5 last month.
I used the function "ScaleImage(image, scaled_x, scaled_y, &exception)".
When I used the 5.2 version I could get fine image after resizing 'jpg to jpg' or 'tiff to tiff',
but when I used the 6.4 version the quality of result image was very poor.
So, we changed the source code to get a fine image like below,
1. convert source image(.jpg or .tiff) to ".bmp" image
2. resize bmp image to target image(.jpg or .tiff)
We could get a fine image but this way takes too much system loads especially disk I/O and takes very long time to change image.
How can I get a fine image after resizing by 6.4.5 version with less system loads?
I want to know how to resize image without bmp conversion and quality loss.
We upgraded the version of ImageMagic on unix machine from 5.2 to 6.4.5 last month.
I used the function "ScaleImage(image, scaled_x, scaled_y, &exception)".
When I used the 5.2 version I could get fine image after resizing 'jpg to jpg' or 'tiff to tiff',
but when I used the 6.4 version the quality of result image was very poor.
So, we changed the source code to get a fine image like below,
1. convert source image(.jpg or .tiff) to ".bmp" image
2. resize bmp image to target image(.jpg or .tiff)
We could get a fine image but this way takes too much system loads especially disk I/O and takes very long time to change image.
How can I get a fine image after resizing by 6.4.5 version with less system loads?
I want to know how to resize image without bmp conversion and quality loss.