This page applies to Harlequin v13.1r0 and later; both Harlequin Core and Harlequin MultiRIP
These options may be provided directly to analyseimage , runimage or onepassrunimage , or may be installed as defaults using HqnImageSetImageDefaults .
|
Key |
Type |
Description |
|
|
Boolean |
(Optional, default =
|
|
|
Array of two positive numbers |
(Optional, default = |
|
|
Boolean |
(Optional, default = |
|
|
Boolean |
(Optional, deprecated from Harlequin 13) This option was used to control functionality that’s now set by |
|
|
Boolean |
(Optional, default = |
|
ImageScaling |
Enumeration of names |
(Optional, default = |
|
|
Boolean |
(Optional, default = |
|
|
Array of two positive numbers, or null |
(Optional, default = |
|
|
Boolean |
(Optional, default =
|
|
|
Boolean |
(Optional, default =
CAUTION: This behavior differs from Harlequin versions before 13. |
|
|
Integer |
(Optional, no default) For image formats that support multiple images in a single file (such as TIFF), this is a zero-based index selecting the image to be analyzed or run. |
|
|
Numbers |
(Optional, default set from image file or by image type) These values may be used to override the output size of the image when |
Table: HqnImage options and/or defaults
|
|
The page size is calculated from the number of pixels in the image, the value of |
|
|
The image is uniformly scaled to be as small as possible and still completely cover the area defined by |
|
|
The page size is calculated from the number of pixels in the image, combined with the image resolution. If the image file does not set its own resolution, then the default resolution set in |
|
|
The image is uniformly scaled so that it is as tall as the second number in |
|
|
The image is uniformly scaled to be as large as possible and still fit within the area defined by |
|
|
The image is uniformly scaled so that it is as wide as the first number in |
|
|
The image is scaled anamorphically to fill the area defined by |
|
|
The image is scaled to fit into a unit square in the current user space. This option is usually used when placing an image onto a page with other graphics. It is deliberately similar to the normal method of processing images in PostScript, by setting the CTM such that the area to be covered by the image is one user unit on each side. |
Table: HqnImage ImageScaling values