Let's say I have a document that is 10cm x 10cm at 72dpi. I want to shrink it to 5cm x 5cm at 144dpi. Later, if I want to scale it back up to 10cm x 10cm at 72dpi, I should not have lost any pixels.
how would I do this? advice appreciated.
/iaw4
rescale-shrink and keep pixels
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: rescale-shrink and keep pixels
that is JUST a density change use -density
Code: Select all
convert image_72 -density 144 image_144
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/