The setmiscobjectmappings operator
This page applies to Harlequin v14.0r0 and later; both Harlequin Core and Harlequin MultiRIP
dict setmiscobjectmappings -
Determines the object type that should be used when color managing and screening certain special cases of images.
This operator is subject to gsave
and grestore
semantics of the PostScript language.
The operand is a dictionary containing a subset of supported keys. All keys are optional and the effect of multiple calls is accumulative, like setpagedevice
. For the meanings of the values, see Object types.
/TreatOneBitImagesAs
will apply. Only then are the dimensions consulted.
TreatOneBitImagesAs in setmiscobjectmappings
Determines the object type to be used for one-bit images. The allowed values are the names /Picture
, /Text
, /Shading
, /Vignette
, /Other
.
Default: /Other
TreatSingleRowImagesAs in setmiscobjectmappings
Determines the object type to be used for images with either a width or a height of one pixel. The allowed values are the names /Picture
, /Text
, /Shading
, /Vignette
, /Other
.
Default: /Shading