Package | Description |
---|---|
com.itextpdf.io.colors | |
com.itextpdf.io.image | |
com.itextpdf.kernel.pdf.colorspace |
Modifier and Type | Method and 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(InputStream stream)
Construct an icc profile from the passed InputStream.
|
static IccProfile |
IccProfile.getInstance(RandomAccessFileOrArray file)
Construct an icc profile from the passed random-access file or array.
|
static IccProfile |
IccProfile.getInstance(String filename)
Construct an icc profile from the file found at the passed path
|
Modifier and Type | Field and Description |
---|---|
protected IccProfile |
ImageData.profile |
Modifier and Type | Method and Description |
---|---|
IccProfile |
ImageData.getProfile() |
Modifier and Type | Method and Description |
---|---|
void |
ImageData.setProfile(IccProfile profile) |
Modifier and Type | Method and Description |
---|---|
static PdfStream |
PdfCieBasedCs.IccBased.getIccProfileStream(IccProfile iccProfile) |
static PdfStream |
PdfCieBasedCs.IccBased.getIccProfileStream(IccProfile iccProfile, float[] range) |
Copyright © 1998–2023 iText Group NV. All rights reserved.