Uses of Class
org.apache.commons.imaging.icc.IccProfileInfo
-
Packages that use IccProfileInfo Package Description org.apache.commons.imaging.icc ICC color profile. -
-
Uses of IccProfileInfo in org.apache.commons.imaging.icc
Methods in org.apache.commons.imaging.icc that return IccProfileInfo Modifier and Type Method Description IccProfileInfoIccProfileParser. getICCProfileInfo(byte[] bytes)IccProfileInfoIccProfileParser. getICCProfileInfo(java.awt.color.ICC_Profile iccProfile)IccProfileInfoIccProfileParser. getICCProfileInfo(java.io.File file)IccProfileInfoIccProfileParser. getICCProfileInfo(ByteSource byteSource)private IccProfileInfoIccProfileParser. readICCProfileInfo(java.io.InputStream is)
-