Uses of Class
com.itextpdf.io.colors.IccProfile
-
Uses of IccProfile in com.itextpdf.io.colors
Modifier and TypeMethodDescriptionstatic 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
(InputStream stream) Construct an icc profile from the passed InputStream.static IccProfile
IccProfile.getInstance
(String filename) Construct an icc profile from the file found at the passed path -
Uses of IccProfile in com.itextpdf.io.image
-
Uses of IccProfile in com.itextpdf.kernel.pdf.colorspace
Modifier and TypeMethodDescriptionstatic PdfStream
PdfCieBasedCs.IccBased.getIccProfileStream
(IccProfile iccProfile) static PdfStream
PdfCieBasedCs.IccBased.getIccProfileStream
(IccProfile iccProfile, float[] range)