|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RestrictedICCProfile | |
---|---|
ucar.jpeg.icc | |
ucar.jpeg.icc.lut |
Uses of RestrictedICCProfile in ucar.jpeg.icc |
---|
Subclasses of RestrictedICCProfile in ucar.jpeg.icc | |
---|---|
class |
MatrixBasedRestrictedProfile
This class is a 3 component RestrictedICCProfile |
class |
MonochromeInputRestrictedProfile
This class is a 1 component RestrictedICCProfile |
Methods in ucar.jpeg.icc that return RestrictedICCProfile | |
---|---|
static RestrictedICCProfile |
RestrictedICCProfile.createInstance(ICCCurveType gcurve)
Factory method for creating a RestrictedICCProfile from gray curve data. |
static RestrictedICCProfile |
MonochromeInputRestrictedProfile.createInstance(ICCCurveType c)
Factory method which returns a 1 component RestrictedICCProfile |
static RestrictedICCProfile |
RestrictedICCProfile.createInstance(ICCCurveType rcurve,
ICCCurveType gcurve,
ICCCurveType bcurve,
ICCXYZType rcolorant,
ICCXYZType gcolorant,
ICCXYZType bcolorant)
Factory method for creating a RestrictedICCProfile from 3 component curve and colorant data. |
static RestrictedICCProfile |
MatrixBasedRestrictedProfile.createInstance(ICCCurveType rcurve,
ICCCurveType gcurve,
ICCCurveType bcurve,
ICCXYZType rcolorant,
ICCXYZType gcolorant,
ICCXYZType bcolorant)
Factory method which returns a 3 component RestrictedICCProfile |
RestrictedICCProfile |
ICCProfile.parse()
Parse this ICCProfile into a RestrictedICCProfile which is appropriate to the data in this profile. |
Uses of RestrictedICCProfile in ucar.jpeg.icc.lut |
---|
Constructors in ucar.jpeg.icc.lut with parameters of type RestrictedICCProfile | |
---|---|
MatrixBasedTransformTosRGB(RestrictedICCProfile ricc,
int[] dwMaxValue,
int[] dwShiftValue)
Construct a 3 component transform based on an input RestricedICCProfile This transform will pass the input throught a floating point lut (LookUpTableFP), apply a matrix to the output and finally pass the intermediate buffer through a 8-bit lut (LookUpTable8). |
|
MonochromeTransformTosRGB(RestrictedICCProfile ricc,
int dwInputMaxValue,
int dwInputShiftValue)
Construct the lut from the RestrictedICCProfile. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |