Description:
II2LN already know how to resize your images with pixels and the ordinary Resize import option takes care of this. Sometimes you need to resize the image to a certain print size, such as 10 x 15 cm. photograph. The ResizeMetric import option has been added to make that happen. Just as for the Resize import option, II2LN will find the best fit within the specified boundaries without loosing aspect ratio.
Note that you set the DPI directly as one of the parameters to this import option.
Declaration:
ResizeMetric:<X>,<Y>, <DPI>
Parameters:
Param |
Description |
<X> |
The maximum width of the resized image in millimeters |
<Y> |
The maximum height of the resized image in millimeters |
<DPI> |
The Dots Per Inch in both the X and Y direction |
Notes:
This import option will override the Resize and SetDPI import options.
This import option will automatically update the EXIF tags controlling X- and Y resolution.
Introduced in version:
1.2.5.0
Repeatable
No