org.apache.xmlgraphics.image.loader
public interface ImageProcessingHints
Modifier and Type | Field and Description |
---|---|
static java.lang.Object |
IGNORE_COLOR_PROFILE
Used to tell the image loader to ignore any color profile in the image.
|
static java.lang.Object |
SOURCE_RESOLUTION
Used to send a hint about the source resolution for pixel to unit conversions.
|
static java.lang.Object |
TARGET_RESOLUTION
Used to send a hint about the target resolution (of the final output format).
|
static final java.lang.Object SOURCE_RESOLUTION
static final java.lang.Object TARGET_RESOLUTION
static final java.lang.Object IGNORE_COLOR_PROFILE
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.