Package | Description |
---|---|
com.itextpdf.text | |
com.itextpdf.text.pdf |
Modifier and Type | Field and Description |
---|---|
protected ICC_Profile |
Image.profile
ICC Profile attached
|
Modifier and Type | Method and Description |
---|---|
ICC_Profile |
Image.getICCProfile()
Gets the images ICC profile.
|
Modifier and Type | Method and Description |
---|---|
void |
Image.tagICC(ICC_Profile profile)
Tags this image with an ICC profile.
|
Modifier and Type | Field and Description |
---|---|
protected ICC_Profile |
PdfWriter.colorProfile |
Modifier and Type | Method and Description |
---|---|
ICC_Profile |
PdfWriter.getColorProfile() |
static ICC_Profile |
ICC_Profile.getInstance(byte[] data) |
static ICC_Profile |
ICC_Profile.getInstance(byte[] data,
int numComponents) |
static ICC_Profile |
ICC_Profile.getInstance(InputStream file) |
static ICC_Profile |
ICC_Profile.GetInstance(String fname) |
Modifier and Type | Method and Description |
---|---|
void |
PdfWriter.setOutputIntents(String outputConditionIdentifier,
String outputCondition,
String registryName,
String info,
ICC_Profile colorProfile)
Sets the values of the output intent dictionary.
|
Constructor and Description |
---|
PdfICCBased(ICC_Profile profile)
Creates an ICC stream.
|
PdfICCBased(ICC_Profile profile,
int compressionLevel)
Creates an ICC stream.
|
Copyright © 2019. All rights reserved.