Uses of Class
org.apache.commons.imaging.common.bytesource.ByteSource
-
-
Uses of ByteSource in org.apache.commons.imaging
Methods in org.apache.commons.imaging with parameters of type ByteSource Modifier and Type Method Description booleanImageParser. dumpImageFile(PrintWriter pw, ByteSource byteSource)Write the ImageInfo and format-specific information for the image content of the specified byte source to a PrintWriterStringImageParser. dumpImageFile(ByteSource byteSource)Write the ImageInfo and format-specific information for the image content of the specified byte source to a string.List<BufferedImage>ImageParser. getAllBufferedImages(ByteSource byteSource)Gets all images specified by the byte source (some formats may include multiple images within a single data source).abstract BufferedImageImageParser. getBufferedImage(ByteSource byteSource, T params)Gets a buffered image specified by the byte source (for sources that specify multiple images, choice of which image is returned is implementation dependent).FormatComplianceImageParser. getFormatCompliance(ByteSource byteSource)Determines the format compliance of the content of the supplied byte source based on rules provided by a specific implementation.protected static ICC_ProfileImaging. getICCProfile(ByteSource byteSource)abstract byte[]ImageParser. getICCProfileBytes(ByteSource byteSource, T params)Get an array of bytes describing the International Color Consortium (ICC) specification for the color space of the image contained in the input byteSource.ImageInfoImageParser. getImageInfo(ByteSource byteSource)Get image information from the specified ByteSource.abstract ImageInfoImageParser. getImageInfo(ByteSource byteSource, T params)Get image information from the specified ByteSource.abstract DimensionImageParser. getImageSize(ByteSource byteSource, T params)Get the size of the image described by the specified ByteSource.static DimensionImaging. getImageSize(ByteSource byteSource)Determines the width and height of an image byte source.ImageMetadataImageParser. getMetadata(ByteSource byteSource)Get image metadata from the specified byte source.abstract ImageMetadataImageParser. getMetadata(ByteSource byteSource, T params)Get image metadata from the specified byte source.static StringImaging. getXmpXml(ByteSource byteSource)Extracts the embedded XML metadata as an XML string.static ImageFormatImaging. guessFormat(ByteSource byteSource)Attempts to determine the image format of a file based on its "magic numbers," the first bytes of the data. -
Uses of ByteSource in org.apache.commons.imaging.common
Methods in org.apache.commons.imaging.common with parameters of type ByteSource Modifier and Type Method Description StringXmpEmbeddable. getXmpXml(ByteSource byteSource, XmpImagingParameters params)Get a string containing XML-formatted text conforming to the Extensible Metadata Platform (EXP) standard for representing information about image content. -
Uses of ByteSource in org.apache.commons.imaging.common.bytesource
Subclasses of ByteSource in org.apache.commons.imaging.common.bytesource Modifier and Type Class Description classByteSourceArrayclassByteSourceFileclassByteSourceInputStream -
Uses of ByteSource in org.apache.commons.imaging.formats.bmp
Methods in org.apache.commons.imaging.formats.bmp with parameters of type ByteSource Modifier and Type Method Description booleanBmpImageParser. dumpImageFile(PrintWriter pw, ByteSource byteSource)BufferedImageBmpImageParser. getBufferedImage(ByteSource byteSource, BmpImagingParameters params)FormatComplianceBmpImageParser. getFormatCompliance(ByteSource byteSource)byte[]BmpImageParser. getICCProfileBytes(ByteSource byteSource, BmpImagingParameters params)ImageInfoBmpImageParser. getImageInfo(ByteSource byteSource, BmpImagingParameters params)DimensionBmpImageParser. getImageSize(ByteSource byteSource, BmpImagingParameters params)ImageMetadataBmpImageParser. getMetadata(ByteSource byteSource, BmpImagingParameters params) -
Uses of ByteSource in org.apache.commons.imaging.formats.dcx
Methods in org.apache.commons.imaging.formats.dcx with parameters of type ByteSource Modifier and Type Method Description booleanDcxImageParser. dumpImageFile(PrintWriter pw, ByteSource byteSource)List<BufferedImage>DcxImageParser. getAllBufferedImages(ByteSource byteSource)BufferedImageDcxImageParser. getBufferedImage(ByteSource byteSource, PcxImagingParameters params)byte[]DcxImageParser. getICCProfileBytes(ByteSource byteSource, PcxImagingParameters params)ImageInfoDcxImageParser. getImageInfo(ByteSource byteSource, PcxImagingParameters params)DimensionDcxImageParser. getImageSize(ByteSource byteSource, PcxImagingParameters params)ImageMetadataDcxImageParser. getMetadata(ByteSource byteSource, PcxImagingParameters params) -
Uses of ByteSource in org.apache.commons.imaging.formats.gif
Methods in org.apache.commons.imaging.formats.gif with parameters of type ByteSource Modifier and Type Method Description booleanGifImageParser. dumpImageFile(PrintWriter pw, ByteSource byteSource)List<BufferedImage>GifImageParser. getAllBufferedImages(ByteSource byteSource)BufferedImageGifImageParser. getBufferedImage(ByteSource byteSource, GifImagingParameters params)FormatComplianceGifImageParser. getFormatCompliance(ByteSource byteSource)byte[]GifImageParser. getICCProfileBytes(ByteSource byteSource, GifImagingParameters params)ImageInfoGifImageParser. getImageInfo(ByteSource byteSource, GifImagingParameters params)DimensionGifImageParser. getImageSize(ByteSource byteSource, GifImagingParameters params)ImageMetadataGifImageParser. getMetadata(ByteSource byteSource, GifImagingParameters params)StringGifImageParser. getXmpXml(ByteSource byteSource, XmpImagingParameters params)Extracts embedded XML metadata as XML string. -
Uses of ByteSource in org.apache.commons.imaging.formats.icns
Methods in org.apache.commons.imaging.formats.icns with parameters of type ByteSource Modifier and Type Method Description booleanIcnsImageParser. dumpImageFile(PrintWriter pw, ByteSource byteSource)List<BufferedImage>IcnsImageParser. getAllBufferedImages(ByteSource byteSource)BufferedImageIcnsImageParser. getBufferedImage(ByteSource byteSource, IcnsImagingParameters params)byte[]IcnsImageParser. getICCProfileBytes(ByteSource byteSource, IcnsImagingParameters params)ImageInfoIcnsImageParser. getImageInfo(ByteSource byteSource, IcnsImagingParameters params)DimensionIcnsImageParser. getImageSize(ByteSource byteSource, IcnsImagingParameters params)ImageMetadataIcnsImageParser. getMetadata(ByteSource byteSource, IcnsImagingParameters params) -
Uses of ByteSource in org.apache.commons.imaging.formats.ico
Methods in org.apache.commons.imaging.formats.ico with parameters of type ByteSource Modifier and Type Method Description booleanIcoImageParser. dumpImageFile(PrintWriter pw, ByteSource byteSource)List<BufferedImage>IcoImageParser. getAllBufferedImages(ByteSource byteSource)BufferedImageIcoImageParser. getBufferedImage(ByteSource byteSource, IcoImagingParameters params)byte[]IcoImageParser. getICCProfileBytes(ByteSource byteSource, IcoImagingParameters params)ImageInfoIcoImageParser. getImageInfo(ByteSource byteSource, IcoImagingParameters params)DimensionIcoImageParser. getImageSize(ByteSource byteSource, IcoImagingParameters params)ImageMetadataIcoImageParser. getMetadata(ByteSource byteSource, IcoImagingParameters params) -
Uses of ByteSource in org.apache.commons.imaging.formats.jpeg
Methods in org.apache.commons.imaging.formats.jpeg with parameters of type ByteSource Modifier and Type Method Description booleanJpegImageParser. dumpImageFile(PrintWriter pw, ByteSource byteSource)voidJpegUtils. dumpJFIF(ByteSource byteSource)BufferedImageJpegImageParser. getBufferedImage(ByteSource byteSource, JpegImagingParameters params)TiffImageMetadataJpegImageParser. getExifMetadata(ByteSource byteSource, TiffImagingParameters params)byte[]JpegImageParser. getExifRawData(ByteSource byteSource)byte[]JpegImageParser. getICCProfileBytes(ByteSource byteSource, JpegImagingParameters params)ImageInfoJpegImageParser. getImageInfo(ByteSource byteSource, JpegImagingParameters params)DimensionJpegImageParser. getImageSize(ByteSource byteSource, JpegImagingParameters params)ImageMetadataJpegImageParser. getMetadata(ByteSource byteSource, JpegImagingParameters params)JpegPhotoshopMetadataJpegImageParser. getPhotoshopMetadata(ByteSource byteSource, JpegImagingParameters params)StringJpegImageParser. getXmpXml(ByteSource byteSource, XmpImagingParameters params)Extracts embedded XML metadata as XML string.booleanJpegImageParser. hasExifSegment(ByteSource byteSource)booleanJpegImageParser. hasIptcSegment(ByteSource byteSource)booleanJpegImageParser. hasXmpSegment(ByteSource byteSource)List<Segment>JpegImageParser. readSegments(ByteSource byteSource, int[] markers, boolean returnAfterFirst)voidJpegUtils. traverseJFIF(ByteSource byteSource, JpegUtils.Visitor visitor) -
Uses of ByteSource in org.apache.commons.imaging.formats.jpeg.decoder
Methods in org.apache.commons.imaging.formats.jpeg.decoder with parameters of type ByteSource Modifier and Type Method Description BufferedImageJpegDecoder. decode(ByteSource byteSource) -
Uses of ByteSource in org.apache.commons.imaging.formats.jpeg.exif
Methods in org.apache.commons.imaging.formats.jpeg.exif with parameters of type ByteSource Modifier and Type Method Description voidExifRewriter. removeExifMetadata(ByteSource byteSource, OutputStream os)Reads a Jpeg image, removes all EXIF metadata (by removing the APP1 segment), and writes the result to a stream.voidExifRewriter. updateExifMetadataLossless(ByteSource byteSource, OutputStream os, TiffOutputSet outputSet)Reads a Jpeg image, replaces the EXIF metadata and writes the result to a stream.voidExifRewriter. updateExifMetadataLossy(ByteSource byteSource, OutputStream os, TiffOutputSet outputSet)Reads a Jpeg image, replaces the EXIF metadata and writes the result to a stream. -
Uses of ByteSource in org.apache.commons.imaging.formats.jpeg.iptc
Methods in org.apache.commons.imaging.formats.jpeg.iptc with parameters of type ByteSource Modifier and Type Method Description voidJpegIptcRewriter. removeIPTC(ByteSource byteSource, OutputStream os)Reads a Jpeg image, removes all IPTC data from the App13 segment but leaves the other data in that segment (if present) unchanged and writes the result to a stream.voidJpegIptcRewriter. removeIPTC(ByteSource byteSource, OutputStream os, boolean removeSegment)Reads a Jpeg image, removes all IPTC data from the App13 segment but leaves the other data in that segment (if present) unchanged (unless removeSegment is true) and writes the result to a stream.voidJpegIptcRewriter. writeIPTC(ByteSource byteSource, OutputStream os, PhotoshopApp13Data newData)Reads a Jpeg image, replaces the IPTC data in the App13 segment but leaves the other data in that segment (if present) unchanged and writes the result to a stream. -
Uses of ByteSource in org.apache.commons.imaging.formats.jpeg.xmp
Methods in org.apache.commons.imaging.formats.jpeg.xmp with parameters of type ByteSource Modifier and Type Method Description protected JpegRewriter.JFIFPiecesJpegRewriter. analyzeJFIF(ByteSource byteSource)voidJpegXmpRewriter. removeXmpXml(ByteSource byteSource, OutputStream os)Reads a Jpeg image, removes all XMP XML (by removing the APP1 segment), and writes the result to a stream.voidJpegXmpRewriter. updateXmpXml(ByteSource byteSource, OutputStream os, String xmpXml)Reads a Jpeg image, replaces the XMP XML and writes the result to a stream. -
Uses of ByteSource in org.apache.commons.imaging.formats.pcx
Methods in org.apache.commons.imaging.formats.pcx with parameters of type ByteSource Modifier and Type Method Description booleanPcxImageParser. dumpImageFile(PrintWriter pw, ByteSource byteSource)BufferedImagePcxImageParser. getBufferedImage(ByteSource byteSource, PcxImagingParameters params)byte[]PcxImageParser. getICCProfileBytes(ByteSource byteSource, PcxImagingParameters params)ImageInfoPcxImageParser. getImageInfo(ByteSource byteSource, PcxImagingParameters params)DimensionPcxImageParser. getImageSize(ByteSource byteSource, PcxImagingParameters params)ImageMetadataPcxImageParser. getMetadata(ByteSource byteSource, PcxImagingParameters params) -
Uses of ByteSource in org.apache.commons.imaging.formats.png
Methods in org.apache.commons.imaging.formats.png with parameters of type ByteSource Modifier and Type Method Description booleanPngImageParser. dumpImageFile(PrintWriter pw, ByteSource byteSource)BufferedImagePngImageParser. getBufferedImage(ByteSource byteSource, PngImagingParameters params)byte[]PngImageParser. getICCProfileBytes(ByteSource byteSource, PngImagingParameters params)ImageInfoPngImageParser. getImageInfo(ByteSource byteSource, PngImagingParameters params)DimensionPngImageParser. getImageSize(ByteSource byteSource, PngImagingParameters params)ImageMetadataPngImageParser. getMetadata(ByteSource byteSource, PngImagingParameters params)StringPngImageParser. getXmpXml(ByteSource byteSource, XmpImagingParameters params)booleanPngImageParser. hasChunkType(ByteSource byteSource, ChunkType chunkType) -
Uses of ByteSource in org.apache.commons.imaging.formats.pnm
Methods in org.apache.commons.imaging.formats.pnm with parameters of type ByteSource Modifier and Type Method Description booleanPnmImageParser. dumpImageFile(PrintWriter pw, ByteSource byteSource)BufferedImagePnmImageParser. getBufferedImage(ByteSource byteSource, PnmImagingParameters params)byte[]PnmImageParser. getICCProfileBytes(ByteSource byteSource, PnmImagingParameters params)ImageInfoPnmImageParser. getImageInfo(ByteSource byteSource, PnmImagingParameters params)DimensionPnmImageParser. getImageSize(ByteSource byteSource, PnmImagingParameters params)ImageMetadataPnmImageParser. getMetadata(ByteSource byteSource, PnmImagingParameters params) -
Uses of ByteSource in org.apache.commons.imaging.formats.psd
Methods in org.apache.commons.imaging.formats.psd with parameters of type ByteSource Modifier and Type Method Description booleanPsdImageParser. dumpImageFile(PrintWriter pw, ByteSource byteSource)BufferedImagePsdImageParser. getBufferedImage(ByteSource byteSource, PsdImagingParameters params)byte[]PsdImageParser. getICCProfileBytes(ByteSource byteSource, PsdImagingParameters params)ImageInfoPsdImageParser. getImageInfo(ByteSource byteSource, PsdImagingParameters params)DimensionPsdImageParser. getImageSize(ByteSource byteSource, PsdImagingParameters params)ImageMetadataPsdImageParser. getMetadata(ByteSource byteSource, PsdImagingParameters params)StringPsdImageParser. getXmpXml(ByteSource byteSource, XmpImagingParameters params)Extracts embedded XML metadata as XML string. -
Uses of ByteSource in org.apache.commons.imaging.formats.rgbe
Methods in org.apache.commons.imaging.formats.rgbe with parameters of type ByteSource Modifier and Type Method Description BufferedImageRgbeImageParser. getBufferedImage(ByteSource byteSource, RgbeImagingParameters params)byte[]RgbeImageParser. getICCProfileBytes(ByteSource byteSource, RgbeImagingParameters params)ImageInfoRgbeImageParser. getImageInfo(ByteSource byteSource, RgbeImagingParameters params)DimensionRgbeImageParser. getImageSize(ByteSource byteSource, RgbeImagingParameters params)ImageMetadataRgbeImageParser. getMetadata(ByteSource byteSource, RgbeImagingParameters params) -
Uses of ByteSource in org.apache.commons.imaging.formats.tiff
Methods in org.apache.commons.imaging.formats.tiff with parameters of type ByteSource Modifier and Type Method Description List<byte[]>TiffImageParser. collectRawImageData(ByteSource byteSource, TiffImagingParameters params)booleanTiffImageParser. dumpImageFile(PrintWriter pw, ByteSource byteSource)List<BufferedImage>TiffImageParser. getAllBufferedImages(ByteSource byteSource)BufferedImageTiffImageParser. getBufferedImage(ByteSource byteSource, TiffImagingParameters params)Gets a buffered image specified by the byte source.FormatComplianceTiffImageParser. getFormatCompliance(ByteSource byteSource)byte[]TiffImageParser. getICCProfileBytes(ByteSource byteSource, TiffImagingParameters params)ImageInfoTiffImageParser. getImageInfo(ByteSource byteSource, TiffImagingParameters params)DimensionTiffImageParser. getImageSize(ByteSource byteSource, TiffImagingParameters params)ImageMetadataTiffImageParser. getMetadata(ByteSource byteSource, TiffImagingParameters params)StringTiffImageParser. getXmpXml(ByteSource byteSource, XmpImagingParameters params)voidTiffReader. read(ByteSource byteSource, FormatCompliance formatCompliance, TiffReader.Listener listener)TiffContentsTiffReader. readContents(ByteSource byteSource, TiffImagingParameters params, FormatCompliance formatCompliance)TiffContentsTiffReader. readDirectories(ByteSource byteSource, boolean readImageData, FormatCompliance formatCompliance)TiffContentsTiffReader. readFirstDirectory(ByteSource byteSource, boolean readImageData, FormatCompliance formatCompliance) -
Uses of ByteSource in org.apache.commons.imaging.formats.wbmp
Methods in org.apache.commons.imaging.formats.wbmp with parameters of type ByteSource Modifier and Type Method Description booleanWbmpImageParser. dumpImageFile(PrintWriter pw, ByteSource byteSource)BufferedImageWbmpImageParser. getBufferedImage(ByteSource byteSource, WbmpImagingParameters params)byte[]WbmpImageParser. getICCProfileBytes(ByteSource byteSource, WbmpImagingParameters params)ImageInfoWbmpImageParser. getImageInfo(ByteSource byteSource, WbmpImagingParameters params)DimensionWbmpImageParser. getImageSize(ByteSource byteSource, WbmpImagingParameters params)ImageMetadataWbmpImageParser. getMetadata(ByteSource byteSource, WbmpImagingParameters params) -
Uses of ByteSource in org.apache.commons.imaging.formats.xbm
Methods in org.apache.commons.imaging.formats.xbm with parameters of type ByteSource Modifier and Type Method Description booleanXbmImageParser. dumpImageFile(PrintWriter pw, ByteSource byteSource)BufferedImageXbmImageParser. getBufferedImage(ByteSource byteSource, XbmImagingParameters params)byte[]XbmImageParser. getICCProfileBytes(ByteSource byteSource, XbmImagingParameters params)ImageInfoXbmImageParser. getImageInfo(ByteSource byteSource, XbmImagingParameters params)DimensionXbmImageParser. getImageSize(ByteSource byteSource, XbmImagingParameters params)ImageMetadataXbmImageParser. getMetadata(ByteSource byteSource, XbmImagingParameters params) -
Uses of ByteSource in org.apache.commons.imaging.formats.xpm
Methods in org.apache.commons.imaging.formats.xpm with parameters of type ByteSource Modifier and Type Method Description booleanXpmImageParser. dumpImageFile(PrintWriter pw, ByteSource byteSource)BufferedImageXpmImageParser. getBufferedImage(ByteSource byteSource, XpmImagingParameters params)byte[]XpmImageParser. getICCProfileBytes(ByteSource byteSource, XpmImagingParameters params)ImageInfoXpmImageParser. getImageInfo(ByteSource byteSource, XpmImagingParameters params)DimensionXpmImageParser. getImageSize(ByteSource byteSource, XpmImagingParameters params)ImageMetadataXpmImageParser. getMetadata(ByteSource byteSource, XpmImagingParameters params) -
Uses of ByteSource in org.apache.commons.imaging.icc
Methods in org.apache.commons.imaging.icc with parameters of type ByteSource Modifier and Type Method Description IccProfileInfoIccProfileParser. getICCProfileInfo(ByteSource byteSource)booleanIccProfileParser. issRGB(ByteSource byteSource) -
Uses of ByteSource in org.apache.commons.imaging.internal
Methods in org.apache.commons.imaging.internal with parameters of type ByteSource Modifier and Type Method Description static ImageParser<?>Util. getImageParser(ByteSource byteSource)
-