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 IccTagTypegetIccTagType(int quad) booleanissRGB(byte[] bytes) booleanissRGB(ICC_Profile iccProfile) booleanbooleanissRGB(ByteSource byteSource) private IccProfileInfoMethods 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
-