public class IccProfileParser extends BinaryFileParser
| Constructor and Description |
|---|
IccProfileParser() |
| Modifier and Type | Method and Description |
|---|---|
IccProfileInfo |
getICCProfileInfo(byte[] bytes) |
IccProfileInfo |
getICCProfileInfo(ByteSource byteSource) |
IccProfileInfo |
getICCProfileInfo(File file) |
IccProfileInfo |
getICCProfileInfo(ICC_Profile iccProfile) |
boolean |
issRGB(byte[] bytes) |
boolean |
issRGB(ByteSource byteSource) |
boolean |
issRGB(File file) |
boolean |
issRGB(ICC_Profile iccProfile) |
debugNumber, debugNumber, getByteOrder, setByteOrderpublic IccProfileInfo getICCProfileInfo(ICC_Profile iccProfile)
public IccProfileInfo getICCProfileInfo(byte[] bytes)
public IccProfileInfo getICCProfileInfo(File file)
public IccProfileInfo getICCProfileInfo(ByteSource byteSource)
public boolean issRGB(ICC_Profile iccProfile) throws IOException
IOExceptionpublic boolean issRGB(byte[] bytes)
throws IOException
IOExceptionpublic boolean issRGB(File file) throws IOException
IOExceptionpublic boolean issRGB(ByteSource byteSource) throws IOException
IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.