Package org.apache.commons.imaging.icc
Class IccProfileParser
java.lang.Object
org.apache.commons.imaging.common.BinaryFileParser
org.apache.commons.imaging.icc.IccProfileParser
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new instance with the default, big-endian, byte order. -
Method Summary
Modifier and TypeMethodDescriptiongetIccProfileInfo
(byte[] bytes) getIccProfileInfo
(ICC_Profile iccProfile) getIccProfileInfo
(File file) getIccProfileInfo
(ByteSource byteSource) boolean
isSrgb
(byte[] bytes) boolean
isSrgb
(ICC_Profile iccProfile) boolean
boolean
isSrgb
(ByteSource byteSource) Methods inherited from class org.apache.commons.imaging.common.BinaryFileParser
debugNumber, debugNumber, getByteOrder, setByteOrder
-
Constructor Details
-
IccProfileParser
public IccProfileParser()Constructs a new instance with the default, big-endian, byte order.
-
-
Method Details
-
getIccProfileInfo
- Throws:
IOException
-
getIccProfileInfo
- Throws:
IOException
-
getIccProfileInfo
- Throws:
IOException
-
getIccProfileInfo
- Throws:
IOException
-
isSrgb
- Throws:
IOException
-
isSrgb
- Throws:
IOException
-
isSrgb
- Throws:
IOException
-
isSrgb
- Throws:
IOException
-