think this task is simple but can't figure how use switches.
I'm must convert an image and final output must have DPI 200.
This image must not change height and width after this operation.
I can do this (200 DPI) using photoshop/irfanview:
starting from 100 DPI:
Try this without luck, but i understand is not right way:
Code: Select all
convert units PixelsPerInch input.jpg -resample 200 output.jpg
Thank you for any help,
m.