SECTION 10.10
981
Prepress Support
KEY
TYPE
OPI COMMENT
VALUE
CropFixed
array
%ALDImageCropFixed
(Optional)
An array with the same form and
meaning as
CropRect
, but expressed in real
numbers instead of integers. Default value: the
value of
CropRect
.
(Required)
An array of eight numbers of the
form
[
ll
x
ll
y
ul
x
ul
y
ur
x
ur
y
lr
x
lr
y
]
Position
array
%ALDImagePosition
specifying the location on the page of the
cropped image, where (
ll
x
,
ll
y
) are the user space
coordinates of the lower-left corner, (
ul
x
,
ul
y
) are
those of the upper-left corner, (
ur
x
,
ur
y
) are
those of the upper-right corner, and (
lr
x
,
lr
y
) are
those of the lower-right corner. The specified
coordinates must define a parallelogram; that is,
they must satisfy the conditions
ul
x
−
ll
x
=
ur
x
−
lr
x
and
ul
y
−
ll
y
=
ur
y
−
lr
y
The combination of
Position
and
CropRect
de-
termines the image’s scaling, rotation, reflection,
and skew.
Resolution
array
%ALDImageResolution
(Optional)
An array of two numbers of the form
[
horizRes vertRes
]
specifying the resolution of the image in samples
per inch.
ColorType
name
%ALDImageColorType
(Optional)
The type of color specified by the
Color
entry. Valid values are
Process
,
Spot
, and
Separation
. Default value:
Spot
.