Uses of Interface
org.apache.commons.imaging.ImageFormat
Packages that use ImageFormat
Package
Description
The main package for Apache Commons Imaging.
The BMP image format.
The DCX image format.
The GIF image format.
The ICNS image format.
The ICO/CUR image formats.
The JPEG image format.
The PCX image format.
The PNG image format.
The PNM image format family.
The PSD image format.
The Radiance HDR image format.
Provides classes and methods for reading and writing Tagged Image File Format (TIFF) files.
The Wireless Application Protocol Bitmap Format image format.
The WebP image format.
The X BitMap image format.
The X PixMap image format.
Internal utility classes.
-
Uses of ImageFormat in org.apache.commons.imaging
Classes in org.apache.commons.imaging that implement ImageFormatMethods in org.apache.commons.imaging that return ImageFormatModifier and TypeMethodDescriptionprotected abstract ImageFormat[]
AbstractImageParser.getAcceptedTypes()
Gets an array of ImageFormat objects describing all accepted typesImageInfo.getFormat()
Returns the image file format, ie.static ImageFormat
Imaging.guessFormat
(byte[] bytes) Attempts to determine the image format of a file based on its "magic numbers," the first bytes of the data.static ImageFormat
Imaging.guessFormat
(File file) Attempts to determine the image format of a file based on its "magic numbers," the first bytes of the data.static ImageFormat
Imaging.guessFormat
(ByteSource byteSource) Attempts to determine the image format of a file based on its "magic numbers," the first bytes of the data.Methods in org.apache.commons.imaging with parameters of type ImageFormatModifier and TypeMethodDescriptionboolean
AbstractImageParser.canAcceptType
(ImageFormat type) Indicates whether the ImageParser implementation can accept the specified formatstatic void
Imaging.writeImage
(BufferedImage src, File file, ImageFormat format) Writes the content of a BufferedImage to a file using the specified image format.static void
Imaging.writeImage
(BufferedImage src, OutputStream outputStream, ImageFormat format) Writes the content of a BufferedImage to an OutputStream using the specified image format.static byte[]
Imaging.writeImageToBytes
(BufferedImage src, ImageFormat format) Writes the content of a BufferedImage to a byte array using the specified image format.Constructors in org.apache.commons.imaging with parameters of type ImageFormatModifierConstructorDescriptionImageInfo
(String formatDetails, int bitsPerPixel, List<String> comments, ImageFormat format, String formatName, int height, String mimeType, int numberOfImages, int physicalHeightDpi, float physicalHeightInch, int physicalWidthDpi, float physicalWidthInch, int width, boolean progressive, boolean transparent, boolean usesPalette, ImageInfo.ColorType colorType, ImageInfo.CompressionAlgorithm compressionAlgorithm) -
Uses of ImageFormat in org.apache.commons.imaging.formats.bmp
Methods in org.apache.commons.imaging.formats.bmp that return ImageFormat -
Uses of ImageFormat in org.apache.commons.imaging.formats.dcx
Methods in org.apache.commons.imaging.formats.dcx that return ImageFormat -
Uses of ImageFormat in org.apache.commons.imaging.formats.gif
Methods in org.apache.commons.imaging.formats.gif that return ImageFormat -
Uses of ImageFormat in org.apache.commons.imaging.formats.icns
Methods in org.apache.commons.imaging.formats.icns that return ImageFormat -
Uses of ImageFormat in org.apache.commons.imaging.formats.ico
Methods in org.apache.commons.imaging.formats.ico that return ImageFormat -
Uses of ImageFormat in org.apache.commons.imaging.formats.jpeg
Methods in org.apache.commons.imaging.formats.jpeg that return ImageFormat -
Uses of ImageFormat in org.apache.commons.imaging.formats.pcx
Methods in org.apache.commons.imaging.formats.pcx that return ImageFormat -
Uses of ImageFormat in org.apache.commons.imaging.formats.png
Methods in org.apache.commons.imaging.formats.png that return ImageFormat -
Uses of ImageFormat in org.apache.commons.imaging.formats.pnm
Methods in org.apache.commons.imaging.formats.pnm that return ImageFormat -
Uses of ImageFormat in org.apache.commons.imaging.formats.psd
Methods in org.apache.commons.imaging.formats.psd that return ImageFormat -
Uses of ImageFormat in org.apache.commons.imaging.formats.rgbe
Methods in org.apache.commons.imaging.formats.rgbe that return ImageFormat -
Uses of ImageFormat in org.apache.commons.imaging.formats.tiff
Methods in org.apache.commons.imaging.formats.tiff that return ImageFormat -
Uses of ImageFormat in org.apache.commons.imaging.formats.wbmp
Methods in org.apache.commons.imaging.formats.wbmp that return ImageFormat -
Uses of ImageFormat in org.apache.commons.imaging.formats.webp
Methods in org.apache.commons.imaging.formats.webp that return ImageFormat -
Uses of ImageFormat in org.apache.commons.imaging.formats.xbm
Methods in org.apache.commons.imaging.formats.xbm that return ImageFormat -
Uses of ImageFormat in org.apache.commons.imaging.formats.xpm
Methods in org.apache.commons.imaging.formats.xpm that return ImageFormat -
Uses of ImageFormat in org.apache.commons.imaging.internal
Methods in org.apache.commons.imaging.internal with parameters of type ImageFormatModifier and TypeMethodDescriptionstatic <T extends ImagingParameters<T>>
AbstractImageParser<T>ImageParserFactory.getImageParser
(ImageFormat format)