From the man page:
... except that it doesn't work for me. The commandThe density option is an attribute and does not alter the underlying raster image
Code: Select all
mogrify -density 300 MultipleSummits.jpg
The same is true if I try to add a profile to an existing image:
Code: Select all
mogrify -profile AdobeRGB1998.icc MultipleSummits.jpg
It's so elementary that I must be doing something wrong. So, how do I change density/profiles/... without touching the pixels ?