public interface ImageProcessingHints
| Modifier and Type | Field and Description |
|---|---|
static String |
BITMAP_TYPE_INTENT
Used to tell a bitmap producer to generate a certain type of bitmap.
|
static String |
BITMAP_TYPE_INTENT_GRAY
Used with BITMAP_TYPE_INTENT to indicate that the generated bitmap should be a
grayscale image.
|
static String |
BITMAP_TYPE_INTENT_MONO
Used with BITMAP_TYPE_INTENT to indicate that the generated bitmap should be a
1 bit black and white image.
|
static String |
IGNORE_COLOR_PROFILE
Used to tell the image loader to ignore any color profile in the image.
|
static String |
IMAGE_MANAGER
Used to pass in the
ImageManager. |
static String |
IMAGE_SESSION_CONTEXT
Used to pass in the
ImageSessionContext. |
static String |
SOURCE_RESOLUTION
Used to send a hint about the source resolution for pixel to unit conversions.
|
static String |
TARGET_RESOLUTION
Used to send a hint about the target resolution (of the final output format).
|
static String |
TRANSPARENCY_INTENT
Used to indicate how existing transparency information (for example, an alpha channel)
shall be treated.
|
static String |
TRANSPARENCY_INTENT_IGNORE
Used with TRANSPARENCY_INTENT to indicate that any transparency information shall be
ignored.
|
static String |
TRANSPARENCY_INTENT_PRESERVE
Used with TRANSPARENCY_INTENT to indicate that any transparency information shall be
preserved (the default).
|
static final String SOURCE_RESOLUTION
static final String TARGET_RESOLUTION
static final String IMAGE_SESSION_CONTEXT
ImageSessionContext. A consumer can use this to load embedded
images over the same mechanism as the main image (ex. JPEG images referenced in an
SVG image).static final String IMAGE_MANAGER
ImageManager. A consumer can use this to load embedded
images over the same mechanism as the main image (ex. JPEG images referenced in an
SVG image).static final String IGNORE_COLOR_PROFILE
static final String BITMAP_TYPE_INTENT
static final String BITMAP_TYPE_INTENT_GRAY
static final String BITMAP_TYPE_INTENT_MONO
static final String TRANSPARENCY_INTENT
static final String TRANSPARENCY_INTENT_PRESERVE
static final String TRANSPARENCY_INTENT_IGNORE
Copyright © 2025 Apache Software Foundation. All rights reserved.