Uses of Class
com.itextpdf.io.colors.IccProfile
-
Packages that use IccProfile Package Description com.itextpdf.io.colors com.itextpdf.io.image com.itextpdf.kernel.pdf.colorspace -
-
Uses of IccProfile in com.itextpdf.io.colors
Methods in com.itextpdf.io.colors that return IccProfile Modifier and Type Method Description static IccProfile
IccProfile. getInstance(byte[] data)
Construct an icc profile from the passed byte[], using the passed number of components.static IccProfile
IccProfile. getInstance(byte[] data, int numComponents)
Construct an icc profile from the passed byte[], using the passed number of components.static IccProfile
IccProfile. getInstance(RandomAccessFileOrArray file)
Construct an icc profile from the passed random-access file or array.static IccProfile
IccProfile. getInstance(java.io.InputStream stream)
Construct an icc profile from the passed InputStream.static IccProfile
IccProfile. getInstance(java.lang.String filename)
Construct an icc profile from the file found at the passed path -
Uses of IccProfile in com.itextpdf.io.image
Fields in com.itextpdf.io.image declared as IccProfile Modifier and Type Field Description (package private) IccProfile
PngImageHelper.PngParameters. iccProfile
protected IccProfile
ImageData. profile
Methods in com.itextpdf.io.image that return IccProfile Modifier and Type Method Description IccProfile
ImageData. getProfile()
Methods in com.itextpdf.io.image with parameters of type IccProfile Modifier and Type Method Description void
ImageData. setProfile(IccProfile profile)
-
Uses of IccProfile in com.itextpdf.kernel.pdf.colorspace
Methods in com.itextpdf.kernel.pdf.colorspace with parameters of type IccProfile Modifier and Type Method Description static PdfStream
PdfCieBasedCs.IccBased. getIccProfileStream(IccProfile iccProfile)
static PdfStream
PdfCieBasedCs.IccBased. getIccProfileStream(IccProfile iccProfile, float[] range)
-