resizing without loosing quality
Posted: 2015-06-04T15:05:56-07:00
Hi there,
Happy Thursday. I'm new here, so my apologies for the lack of experience with the program and lack of familiarity with the terminology. I'm trying to resize some png files and am currently using the command:
mogrify -resize 13% *.png
The new size looks fantastic, but the quality of the images is so poor that it is not usable (these images are screenshots from an iphone).
I've tried using the quality parameter (e.g. mogrify -resize 13% -quality 92 *.png), but regardless of the value I use for it, it doesn't seem to make much of a difference. The images will be inserted into a Word document. If I use the original images and resize them in Word, the quality is much better. Unfortunately, I can't just do that because my document will include hundreds of these (and it will need to be updated frequently in the next few months), so that would take a very long time to do manually.
Is there any way to resize the images using mogrify, preserving as much of the quality as possible? (I realize some loss of quality is inherent in the resizing process, but it would be nice if they are legible ).
thank you very much for your help!
Jessie
Happy Thursday. I'm new here, so my apologies for the lack of experience with the program and lack of familiarity with the terminology. I'm trying to resize some png files and am currently using the command:
mogrify -resize 13% *.png
The new size looks fantastic, but the quality of the images is so poor that it is not usable (these images are screenshots from an iphone).
I've tried using the quality parameter (e.g. mogrify -resize 13% -quality 92 *.png), but regardless of the value I use for it, it doesn't seem to make much of a difference. The images will be inserted into a Word document. If I use the original images and resize them in Word, the quality is much better. Unfortunately, I can't just do that because my document will include hundreds of these (and it will need to be updated frequently in the next few months), so that would take a very long time to do manually.
Is there any way to resize the images using mogrify, preserving as much of the quality as possible? (I realize some loss of quality is inherent in the resizing process, but it would be nice if they are legible ).
thank you very much for your help!
Jessie