|
DPI=
Command Line Examples
imagecom *.jpg dpi=72 imagecom *.jpg dpi=300
The Dot Per Inch (DPI) setting defines the image dimension print size. For screen display, DPI setting is typically ignored as Width and Height of the image would take priority.
The DPI parameter range is between 0 to 10000.
For example, if an image has a dimension of 600 x 900 pixels and DPI is set at 300. You will get a print dimension of (600 / 300) 2" x (900 / 300) 3" image.
|