Create low resolution image

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
ssp

Create low resolution image

Post by ssp »

Hi,

I have high resolution images that I need to convert to low resolutions images without affecting the print size of the images. I use those images as FPO (For Position Only) in my desktop publishing application. I am using convert -resample 72 command and it does create low resolution image but when I place that image in DTP application the real estate (width and height) of those images is not same (way smaller) as the original image.

Is there way to achieve this using convert or any other command?

Thanks in advance.
Post Reply