Uses of Class
com.itextpdf.text.pdf.ICC_Profile
-
Packages that use ICC_Profile Package Description com.itextpdf.text com.itextpdf.text.pdf com.itextpdf.text.pdf.codec -
-
Uses of ICC_Profile in com.itextpdf.text
Fields in com.itextpdf.text declared as ICC_Profile Modifier and Type Field Description protected ICC_Profile
Image. profile
ICC Profile attachedMethods in com.itextpdf.text that return ICC_Profile Modifier and Type Method Description ICC_Profile
Image. getICCProfile()
Gets the images ICC profile.Methods in com.itextpdf.text with parameters of type ICC_Profile Modifier and Type Method Description void
Image. tagICC(ICC_Profile profile)
Tags this image with an ICC profile. -
Uses of ICC_Profile in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as ICC_Profile Modifier and Type Field Description protected ICC_Profile
PdfWriter. colorProfile
Methods in com.itextpdf.text.pdf that return ICC_Profile Modifier and Type Method 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(java.io.InputStream file)
static ICC_Profile
ICC_Profile. GetInstance(java.lang.String fname)
Methods in com.itextpdf.text.pdf with parameters of type ICC_Profile Modifier and Type Method Description void
PdfACopy. setOutputIntents(java.lang.String outputConditionIdentifier, java.lang.String outputCondition, java.lang.String registryName, java.lang.String info, ICC_Profile colorProfile)
void
PdfAStamperImp. setOutputIntents(java.lang.String outputConditionIdentifier, java.lang.String outputCondition, java.lang.String registryName, java.lang.String info, ICC_Profile colorProfile)
void
PdfAWriter. setOutputIntents(java.lang.String outputConditionIdentifier, java.lang.String outputCondition, java.lang.String registryName, java.lang.String info, ICC_Profile colorProfile)
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.Constructors in com.itextpdf.text.pdf with parameters of type ICC_Profile Constructor Description PdfICCBased(ICC_Profile profile)
Creates an ICC stream.PdfICCBased(ICC_Profile profile, int compressionLevel)
Creates an ICC stream. -
Uses of ICC_Profile in com.itextpdf.text.pdf.codec
Fields in com.itextpdf.text.pdf.codec declared as ICC_Profile Modifier and Type Field Description (package private) ICC_Profile
PngImage. icc_profile
-