GDDM V3R2 Base Application Programming Reference
|
Previous topic |
Next topic |
Contents |
Index |
Contact z/OS |
Library |
PDF |
BOOK
IMRCVB GDDM V3R2 Base Application Programming Reference SC33-0868-02 |
|
Function To define bi-level conversion algorithm. IMRCVB (proj-id, alg, count, alg-data) Parameters proj-id (specified by user) (fullword integer)
alg (specified by user) (fullword integer) The algorithm to be used for conversion to bi-level. Possible values are:
The number of parameters defined in the alg-data array. alg-data (specified by user) (array of short floating-point numbers) An array of numbers that are the data required by the specified algorithm. For information, see the alg parameter description. Description Defines the algorithm to be used during conversion to bi-level in a sub-image. "Thresholding" or "halftoning" are the two types of conversion allowed. The result of this call is a bi-level sub-image, and so any subsequent gray-scale transform element calls have no effect. The IMRCVB call has no effect if the sub-image is bi-level. Only one IMRCVB call is allowed for a given transform; subsequent IMRCVB calls are an error. Principal errors
|
Copyright IBM Corporation 1990, 2012 |