Uses of Class
com.itextpdf.io.image.ImageData
Packages that use ImageData
Package
Description
-
Uses of ImageData in com.itextpdf.forms.fields
Fields in com.itextpdf.forms.fields declared as ImageData -
Uses of ImageData in com.itextpdf.forms.form.element
Methods in com.itextpdf.forms.form.element with parameters of type ImageDataModifier and TypeMethodDescriptionSignatureFieldAppearance.setContent(SignedAppearanceText description, ImageData image) Sets the content for this signature.SignatureFieldAppearance.setContent(ImageData image) Sets the content for this signature.SignatureFieldAppearance.setContent(String description, ImageData image) Sets the content for this signature. -
Uses of ImageData in com.itextpdf.io.image
Subclasses of ImageData in com.itextpdf.io.imageModifier and TypeClassDescriptionclassclassclassclassclassclassclassFields in com.itextpdf.io.image declared as ImageDataMethods in com.itextpdf.io.image that return ImageDataModifier and TypeMethodDescriptionstatic ImageDataImageDataFactory.create(byte[] bytes) Create an ImageData instance representing the image from the image bytes.static ImageDataImageDataFactory.create(byte[] bytes, boolean recoverImage) Create an ImageData instance representing the image from the image bytes.static ImageDataImageDataFactory.create(int width, int height, boolean reverseBits, int typeCCITT, int parameters, byte[] data, int[] transparency) Create an ImageData instance from the passed parameters.static ImageDataImageDataFactory.create(int width, int height, int components, int bpc, byte[] data, int[] transparency) Create an ImageData instance from the passed parameters.static ImageDataGets an instance of an Image from a java.awt.Image.static ImageDataGets an instance of an Image from a java.awt.Image.static ImageDataCreate an ImageData instance representing the image from the specified file.static ImageDataCreate an ImageData instance representing the image from the specified file.static ImageDataCreate an ImageData instance representing the image from the file located at the specified url.static ImageDataCreate an ImageData instance representing the image from the file located at the specified url.static ImageDataImageDataFactory.createBmp(byte[] bytes, boolean noHeader) Gets a bitmap ImageData instance from the provided bytes.static ImageDataGets a bitmap ImageData instance from the specified URL.static ImageDataImageDataFactory.createGifFrame(byte[] bytes, int frame) Returns a specified frame of the gif image.static ImageDataImageDataFactory.createGifFrame(URL url, int frame) Returns a specified frame of the gif image.static ImageDataImageDataFactory.createJbig2(byte[] bytes, int page) static ImageDataImageDataFactory.createJbig2(URL url, int page) static ImageDataImageDataFactory.createJpeg(byte[] bytes) Creates anImageDatainstance from a JPEG image raw bytes.static ImageDataImageDataFactory.createJpeg(URL url) Create anImageDatainstance from a JPEG image URL.static ImageDataImageDataFactory.createJpeg2000(byte[] bytes) Creates anImageDatainstance from a JPEG2000 image raw bytes.static ImageDataImageDataFactory.createJpeg2000(URL url) Creates anImageDatainstance from a JPEG2000 image URL.static ImageDataImageDataFactory.createPng(byte[] bytes) Creates anImageDatainstance from a PNG image raw bytes.static ImageDataCreates anImageDatainstance from a PNG image URL.static ImageDataImageDataFactory.createRawImage(byte[] bytes) static ImageDataImageDataFactory.createTiff(byte[] bytes, boolean recoverFromImageError, int page, boolean direct) static ImageDataImageDataFactory.createTiff(URL url, boolean recoverFromImageError, int page, boolean direct) static ImageDataImageDataFactory.createWebP(byte[] bytes) Creates anImageDatainstance from a WebP image raw bytes.static ImageDataImageDataFactory.createWebP(URL url) Creates anImageDatainstance from a WebP image URL.protected abstract ImageDataAbstractWebPLoader.getImageData(byte[] bytes) GetsImageDatafrom provided WebP raw image bytes.protected abstract ImageDataAbstractWebPLoader.getImageData(URL url) GetsImageDatafrom provided WebP URL.protected ImageDataNoWebPLoader.getImageData(byte[] bytes) GetsImageDatafrom provided WebP raw image bytes.protected ImageDataNoWebPLoader.getImageData(URL url) GetsImageDatafrom provided WebP URL.ImageData.getImageMask()Methods in com.itextpdf.io.image that return types with arguments of type ImageDataModifier and TypeMethodDescriptionImageDataFactory.createGifFrames(byte[] bytes) ReturnsListof gif image frames.ImageDataFactory.createGifFrames(byte[] bytes, int[] frameNumbers) ReturnsListof gif image frames.ImageDataFactory.createGifFrames(URL url) ReturnsListof gif image frames.ImageDataFactory.createGifFrames(URL url, int[] frameNumbers) ReturnsListof gif image frames.GifImageData.getFrames()Methods in com.itextpdf.io.image with parameters of type ImageDataModifier and TypeMethodDescriptionprotected voidvoidImageData.setImageMask(ImageData imageMask) -
Uses of ImageData in com.itextpdf.kernel.font
Methods in com.itextpdf.kernel.font with parameters of type ImageDataModifier and TypeMethodDescriptionType3Glyph.addImageWithTransformationMatrix(ImageData image, float a, float b, float c, float d, float e, float f, boolean inlineImage) Creates Image XObject from image and adds it to canvas. -
Uses of ImageData in com.itextpdf.kernel.pdf.canvas
Methods in com.itextpdf.kernel.pdf.canvas with parameters of type ImageDataModifier and TypeMethodDescriptionPdfCanvas.addImageAt(ImageData image, float x, float y, boolean asInline) CreatesPdfImageXObjectfrom image and adds it to the specified position.PdfCanvas.addImageFittedIntoRectangle(ImageData image, Rectangle rect, boolean asInline) CreatesPdfImageXObjectfrom image and fitted into specific rectangle on canvas.PdfCanvas.addImageWithTransformationMatrix(ImageData image, float a, float b, float c, float d, float e, float f) CreatesPdfImageXObjectfrom image and adds it to canvas.PdfCanvas.addImageWithTransformationMatrix(ImageData image, float a, float b, float c, float d, float e, float f, boolean asInline) CreatesPdfImageXObjectfrom image and adds it to canvas. -
Uses of ImageData in com.itextpdf.kernel.pdf.canvas.wmf
Subclasses of ImageData in com.itextpdf.kernel.pdf.canvas.wmfModifier and TypeClassDescriptionclassImage implementation for WMF, Windows Metafile.Methods in com.itextpdf.kernel.pdf.canvas.wmf with parameters of type ImageDataModifier and TypeMethodDescriptionstatic byte[]Wrap a BMP image in an WMF.Constructors in com.itextpdf.kernel.pdf.canvas.wmf with parameters of type ImageData -
Uses of ImageData in com.itextpdf.kernel.pdf.xobject
Constructors in com.itextpdf.kernel.pdf.xobject with parameters of type ImageDataModifierConstructorDescriptionPdfImageXObject(ImageData image) Creates Image XObject by image.PdfImageXObject(ImageData image, PdfImageXObject imageMask) Creates Image XObject by image. -
Uses of ImageData in com.itextpdf.layout.element
Constructors in com.itextpdf.layout.element with parameters of type ImageDataModifierConstructorDescriptionCreates anImagefrom an image resource, read in from a file with the iText I/O module.Creates anImagefrom an image resource, read in from a file with the iText I/O module, on a fixed position.Creates anImagefrom an image resource, read in from a file with the iText I/O module, with a custom width and on a fixed position. -
Uses of ImageData in com.itextpdf.webpimagesupport
Subclasses of ImageData in com.itextpdf.webpimagesupportModifier and TypeClassDescriptionclassThis class is a wrapper around WebP image format.