PreflightImageInfo
Type: Object
Per-image technical characteristics extracted during preflight—dimensions, effective resolution, color space, and quality flags. Used to catch low-res or problematic assets before they hit the press, reducing rework and quality complaints.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| bitsPerChannel | Int | Number of bits per color channel | ||
| colorSpace | String | Color space name (e.g., 'ICCBased', 'DeviceRGB') | ||
| colorSpaceId | String | Color space identifier reference | ||
| effectiveResolutionH | Int | Effective horizontal resolution in PPI | ||
| effectiveResolutionV | Int | Effective vertical resolution in PPI | ||
| hasCustomBlackGeneration | Boolean | Whether image has custom black generation | ||
| hasCustomHalftone | Boolean | Whether image has custom halftone | ||
| hasCustomTransfer | Boolean | Whether image has custom transfer function | ||
| hasCustomUcr | Boolean | Whether image has custom under color removal | ||
| hasQualityIssues | Boolean | Whether this image has quality or technical issues | ||
| hasTransparency | Boolean | Whether the image contains transparency | ||
| imageType | PreflightImageType! | Type of image (Color, Grayscale, etc.) | ||
| isFlipped | Boolean | Whether the image is flipped | ||
| isSkewed | Boolean | Whether the image is skewed | ||
| issueDescription | String | Description of any image-related issues | ||
| locations | [JsonString!] | Bounding box locations where image appears on each page | ||
| physicalHeight | Int | Physical height in pixels | ||
| physicalWidth | Int | Physical width in pixels | ||
| resolutionStatus | PreflightImageResolutionStatus | Assessment of image resolution for print quality | ||
| rotationAngle | Int | Image rotation angle in degrees | ||
| usagePages | [Int!] | List of pages where this image appears |