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 X BitMap image format.
The X PixMap image format.
-
Uses of ImageFormat in org.apache.commons.imaging
Classes in org.apache.commons.imaging that implement ImageFormatFields in org.apache.commons.imaging declared as ImageFormatMethods in org.apache.commons.imaging that return ImageFormatModifier and TypeMethodDescriptionprotected abstract ImageFormat[]
ImageParser.getAcceptedTypes()
Get 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
ImageParser.canAcceptType
(ImageFormat type) Indicates whether the ImageParser implementation can accept the specified formatstatic void
Imaging.writeImage
(BufferedImage src, File file, ImageFormat format, Map<String, Object> params) Writes the content of a BufferedImage to a file using the specified image format.static void
Imaging.writeImage
(BufferedImage src, OutputStream os, ImageFormat format, Map<String, Object> params) Writes the content of a BufferedImage to an OutputStream using the specified image format.static byte[]
Imaging.writeImageToBytes
(BufferedImage src, ImageFormat format, Map<String, Object> params) 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 ImageFormatConstructors in org.apache.commons.imaging.formats.png with parameters of type ImageFormatModifierConstructorDescription(package private)
PngImageInfo
(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, List<PngText> textChunks, PhysicalScale physicalScale) -
Uses of ImageFormat in org.apache.commons.imaging.formats.pnm
Methods in org.apache.commons.imaging.formats.pnm that return ImageFormatModifier and TypeMethodDescriptionprotected ImageFormat[]
PnmImageParser.getAcceptedTypes()
(package private) abstract ImageFormat
FileInfo.getImageType()
PamFileInfo.getImageType()
PbmFileInfo.getImageType()
PgmFileInfo.getImageType()
PpmFileInfo.getImageType()
-
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.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