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 IccProfileIccProfile. getInstance(byte[] data)Construct an icc profile from the passed byte[], using the passed number of components.static IccProfileIccProfile. getInstance(byte[] data, int numComponents)Construct an icc profile from the passed byte[], using the passed number of components.static IccProfileIccProfile. getInstance(RandomAccessFileOrArray file)Construct an icc profile from the passed random-access file or array.static IccProfileIccProfile. getInstance(java.io.InputStream stream)Construct an icc profile from the passed InputStream.static IccProfileIccProfile. 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) IccProfilePngImageHelper.PngParameters. iccProfileprotected IccProfileImageData. profileMethods in com.itextpdf.io.image that return IccProfile Modifier and Type Method Description IccProfileImageData. getProfile()Methods in com.itextpdf.io.image with parameters of type IccProfile Modifier and Type Method Description voidImageData. 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 PdfStreamPdfCieBasedCs.IccBased. getIccProfileStream(IccProfile iccProfile)static PdfStreamPdfCieBasedCs.IccBased. getIccProfileStream(IccProfile iccProfile, float[] range)
-