Package org.apache.commons.imaging.icc
Class IccProfileParser
java.lang.Object
org.apache.commons.imaging.common.BinaryFileParser
org.apache.commons.imaging.icc.IccProfileParser
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetICCProfileInfo
(byte[] bytes) getICCProfileInfo
(ICC_Profile iccProfile) getICCProfileInfo
(File file) getICCProfileInfo
(ByteSource byteSource) private IccTagType
getIccTagType
(int quad) boolean
issRGB
(byte[] bytes) boolean
issRGB
(ICC_Profile iccProfile) boolean
boolean
issRGB
(ByteSource byteSource) private IccProfileInfo
Methods inherited from class org.apache.commons.imaging.common.BinaryFileParser
debugNumber, debugNumber, getByteOrder, setByteOrder
-
Field Details
-
LOGGER
-
-
Constructor Details
-
IccProfileParser
public IccProfileParser()
-
-
Method Details
-
getICCProfileInfo
-
getICCProfileInfo
-
getICCProfileInfo
-
getICCProfileInfo
-
readICCProfileInfo
-
getIccTagType
-
issRGB
- Throws:
IOException
-
issRGB
- Throws:
IOException
-
issRGB
- Throws:
IOException
-
issRGB
- Throws:
IOException
-