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 | Method and Description |
---|---|
static ICC_Profile |
ICC_Profile.getInstance(byte[] data) |
static ICC_Profile |
ICC_Profile.getInstance(byte[] data,
int numComponents) |
static ICC_Profile |
ICC_Profile.getInstance(java.io.InputStream file) |
static ICC_Profile |
ICC_Profile.GetInstance(java.lang.String fname) |
Modifier and Type | Method and Description |
---|---|
void |
PdfWriter.setOutputIntents(java.lang.String outputConditionIdentifier,
java.lang.String outputCondition,
java.lang.String registryName,
java.lang.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 © 2013. All Rights Reserved.