GDDM V3R2 Base Application Programming Reference
|
Previous topic |
Next topic |
Contents |
Index |
Contact z/OS |
Library |
PDF |
BOOK
IMREX GDDM V3R2 Base Application Programming Reference SC33-0868-02 |
|
Function To define rectangular sub-image in pixel coordinates. IMREX (proj-id, left-edge, right-edge, top-edge, bottom-edge) Parameters proj-id (specified by user) (fullword integer)
left-edge (specified by user) (fullword integer) right-edge (specified by user) (fullword integer)
top-edge (specified by user) (fullword integer) bottom-edge (specified by user) (fullword integer)
Description Selects a rectangular sub-image, in pixel coordinates. IMREX is a normal transform element call except that when it is used it must be the first transform element in the transform, and it cannot be used in the same transform as an IMREXR call. For a description of transforms and projections, see the GDDM Base Application Programming Guide. Transforms contain transform element calls (IMREX, IMREXR, IMRSCL, IMRORN, IMRREF, IMRNEG, IMRBRI, IMRCON, and IMRCVB), and are started by the first such call. They are completed by an IMRPL or IMRPLR call, at which time they become available for transfer using the specified projection. If any part of the specified rectangle falls outside the source image, that part is filled with default values (zeros for bi-level image). Principal errors
|
Copyright IBM Corporation 1990, 2012 |