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, setByteOrder
public 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
IOException
public boolean issRGB(byte[] bytes) throws IOException
IOException
public boolean issRGB(File file) throws IOException
IOException
public boolean issRGB(ByteSource byteSource) throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.