hello, to everybody:
When a resize images I notice that looses some quality, ¿what can y I do for generate rezised images with the best posible quality?. Actualy im usuing the next command
convert originalimage.jpg -resize 300x300 -quality 100 resizedimage.jpg
I' ll apreciate any help
regards
Joel
How to resize and image without loosing quaility image
Re: How to resize and image without loosing quaility image
If your image is a "graphic" and not a natural image, try using PNG format instead of JPEG.
Re: How to resize and image without loosing quaility image
If you're stuck with a jpeg you can use the lossles cropping functionnality of jpegtran, it will retain the exact same quality without anyartifacts after cropping the image to the desired size.
http://sylvana.net/jpegcrop/
http://sylvana.net/jpegcrop/
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: How to resize and image without loosing quaility image
you can not do a lossless resize of a jpeg. resizing is itself a lossy process.
Lossless cropping is posible but only to 8 bit boundaries.
Lossless cropping is posible but only to 8 bit boundaries.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/