Uses of Class
com.itextpdf.io.image.ImageData
Package
Description
-
Uses of ImageData in com.itextpdf.forms.fields
-
Uses of ImageData in com.itextpdf.io.image
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
Modifier and TypeMethodDescriptionstatic ImageData
ImageDataFactory.create
(byte[] bytes) Create an ImageData instance representing the image from the image bytes.static ImageData
ImageDataFactory.create
(byte[] bytes, boolean recoverImage) Create an ImageData instance representing the image from the image bytes.static ImageData
ImageDataFactory.create
(int width, int height, boolean reverseBits, int typeCCITT, int parameters, byte[] data, int[] transparency) Create an ImageData instance from the passed parameters.static ImageData
ImageDataFactory.create
(int width, int height, int components, int bpc, byte[] data, int[] transparency) Create an ImageData instance from the passed parameters.static ImageData
Gets an instance of an Image from a java.awt.Imagestatic ImageData
Gets an instance of an Image from a java.awt.Image.static ImageData
Create an ImageData instance representing the image from the specified file.static ImageData
Create an ImageData instance representing the image from the specified file.static ImageData
Create an ImageData instance representing the image from the file located at the specified url.static ImageData
Create an ImageData instance representing the image from the file located at the specified url.static ImageData
ImageDataFactory.createBmp
(byte[] bytes, boolean noHeader) Get a bitmap ImageData instance from the provided bytes.static ImageData
Get a bitmap ImageData instance from the specified url.static ImageData
ImageDataFactory.createGifFrame
(byte[] bytes, int frame) Returns a specified frame of the gif imagestatic ImageData
ImageDataFactory.createGifFrame
(URL url, int frame) Returns a specified frame of the gif imagestatic ImageData
ImageDataFactory.createJbig2
(byte[] bytes, int page) static ImageData
ImageDataFactory.createJbig2
(URL url, int page) static ImageData
ImageDataFactory.createJpeg
(byte[] bytes) static ImageData
ImageDataFactory.createJpeg
(URL url) Create anImageData
instance from a Jpeg image urlstatic ImageData
ImageDataFactory.createJpeg2000
(byte[] bytes) static ImageData
ImageDataFactory.createJpeg2000
(URL url) static ImageData
ImageDataFactory.createPng
(byte[] bytes) static ImageData
static ImageData
ImageDataFactory.createRawImage
(byte[] bytes) static ImageData
ImageDataFactory.createTiff
(byte[] bytes, boolean recoverFromImageError, int page, boolean direct) static ImageData
ImageDataFactory.createTiff
(URL url, boolean recoverFromImageError, int page, boolean direct) ImageData.getImageMask()
Modifier and TypeMethodDescriptionImageDataFactory.createGifFrames
(byte[] bytes) ReturnsList
of gif image framesImageDataFactory.createGifFrames
(byte[] bytes, int[] frameNumbers) ReturnsList
of gif image framesImageDataFactory.createGifFrames
(URL url) ReturnsList
of gif image framesImageDataFactory.createGifFrames
(URL url, int[] frameNumbers) ReturnsList
of gif image framesGifImageData.getFrames()
Modifier and TypeMethodDescriptionprotected void
void
ImageData.setImageMask
(ImageData imageMask) -
Uses of ImageData in com.itextpdf.kernel.font
Modifier 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
Modifier and TypeMethodDescriptionPdfCanvas.addImageAt
(ImageData image, float x, float y, boolean asInline) CreatesPdfImageXObject
from image and adds it to the specified position.PdfCanvas.addImageFittedIntoRectangle
(ImageData image, Rectangle rect, boolean asInline) CreatesPdfImageXObject
from image and fitted into specific rectangle on canvas.PdfCanvas.addImageWithTransformationMatrix
(ImageData image, float a, float b, float c, float d, float e, float f) CreatesPdfImageXObject
from image and adds it to canvas.PdfCanvas.addImageWithTransformationMatrix
(ImageData image, float a, float b, float c, float d, float e, float f, boolean asInline) CreatesPdfImageXObject
from image and adds it to canvas. -
Uses of ImageData in com.itextpdf.kernel.pdf.canvas.wmf
Modifier and TypeClassDescriptionclass
Image implementation for WMF, Windows Metafile.Modifier and TypeMethodDescriptionstatic byte[]
Wrap a BMP image in an WMF. -
Uses of ImageData in com.itextpdf.kernel.pdf.xobject
ModifierConstructorDescriptionPdfImageXObject
(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
ModifierConstructorDescriptionCreates anImage
from an image resource, read in from a file with the iText I/O module.Creates anImage
from an image resource, read in from a file with the iText I/O module, on a fixed position.Creates anImage
from 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.signatures
Modifier and TypeMethodDescriptionPdfSignatureAppearance.getImage()
Gets the background image for the layer 2.PdfSignatureAppearance.getSignatureGraphic()
Gets the Image object to render.Modifier and TypeMethodDescriptionSets the background image for the layer 2.PdfSignatureAppearance.setSignatureGraphic
(ImageData signatureGraphic) Sets the Image object to render when Render is set to RenderingMode.GRAPHIC or RenderingMode.GRAPHIC_AND_DESCRIPTION.