xmlgraphics-commons 1.3.1

org.apache.xmlgraphics.image.loader
Interface ImageProcessingHints


public interface ImageProcessingHints

This interface defines some standard hints to be used for image processing in this package. They are provided for convenience. You can define your own hints as you like.


Field Summary
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).
 

Field Detail

SOURCE_RESOLUTION

static final java.lang.Object SOURCE_RESOLUTION
Used to send a hint about the source resolution for pixel to unit conversions.


TARGET_RESOLUTION

static final java.lang.Object TARGET_RESOLUTION
Used to send a hint about the target resolution (of the final output format).


IGNORE_COLOR_PROFILE

static final java.lang.Object IGNORE_COLOR_PROFILE
Used to tell the image loader to ignore any color profile in the image.


xmlgraphics-commons 1.3.1

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.