|
enum | sw_htm_api_version {
SW_HTM_API_VERSION_20070525 = 1
, SW_HTM_API_VERSION_20071110
, SW_HTM_API_VERSION_20100414
, SW_HTM_API_VERSION_20140227
,
SW_HTM_API_VERSION_20151027
, SW_HTM_API_VERSION_20200220
} |
| Version numbers defined for the HTM API. More...
|
|
enum | sw_htm_error {
SW_HTM_SUCCESS = HQN_RESULT_SUCCESS
, SW_HTM_ERROR = 1
, SW_HTM_ERROR_IOERROR
, SW_HTM_ERROR_LIMITCHECK
,
SW_HTM_ERROR_RANGECHECK
, SW_HTM_ERROR_TYPECHECK
, SW_HTM_ERROR_MEMORY
, SW_HTM_ERROR_CONFIGURATIONERROR
,
SW_HTM_ERROR_VERSION
, SW_HTM_ERROR_BAD_HINSTANCE
, SW_HTM_ERROR_UNSUPPORTED_SRC_BIT_DEPTH
, SW_HTM_ERROR_UNSUPPORTED_DST_BIT_DEPTH
} |
| Return values for screening modules. More...
|
|
enum | sw_htm_coloranttypes { SW_HTM_COLORANTTYPE_UNKNOWN = 0
, SW_HTM_COLORANTTYPE_PROCESS
, SW_HTM_COLORANTTYPE_SPOT
} |
| Colorant types values. More...
|
|
enum | sw_htm_specialhandling { SW_HTM_SPECIALHANDLING_NONE = 0
, SW_HTM_SPECIALHANDLING_OPAQUE
, SW_HTM_SPECIALHANDLING_OPAQUEIGNORE
, SW_HTM_SPECIALHANDLING_TRANSPARENT
} |
| Values for special handling to apply to a colorant. More...
|
|
enum | sw_htm_raster_interleave { SW_HTM_RASTER_INTERLEAVE_BAND = 1
, SW_HTM_RASTER_INTERLEAVE_FRAME
, SW_HTM_RASTER_INTERLEAVE_PIXEL
} |
| Raster interleaving styles values. More...
|
|
enum | sw_htm_colorspaces {
SW_HTM_COLORSPACE_UNKNOWN = 0
, SW_HTM_COLORSPACE_GRAY
, SW_HTM_COLORSPACE_RGB
, SW_HTM_COLORSPACE_CMY
,
SW_HTM_COLORSPACE_RGBK
, SW_HTM_COLORSPACE_CMYK
, SW_HTM_COLORSPACE_Lab
, SW_HTM_COLORSPACE_N
} |
| Values for the fundamental color space of a raster. More...
|
|
enum | sw_htm_band_order { SW_HTM_BAND_ORDER_ANY = 0
, SW_HTM_BAND_ORDER_ASCENDING
, SW_HTM_BAND_ORDER_DESCENDING
} |
| Band ordering constraints imposed by a screening module. More...
|
|
enum | sw_htm_maskhint { SW_HTM_MASKHINT_ALL_OFF = 0
, SW_HTM_MASKHINT_NORMAL
, SW_HTM_MASKHINT_ALL_ON
} |
| Hints of the state of the mask bitmap, so as to permit optimisations when all bits are known to be set or no bits are set. More...
|
|
Header file defining the Halftone module interface.
Copyright (C) 2023 Global Graphics Software Ltd. All rights reserved. This source code contains the confidential and trade secret information of Global Graphics Software Ltd. It may not be used, copied or distributed for any reason except as set forth in the applicable Global Graphics license agreement.