Uses of Interface
org.apache.commons.imaging.ImageFormat
-
-
Uses of ImageFormat in org.apache.commons.imaging
Classes in org.apache.commons.imaging that implement ImageFormat Modifier and Type Class Description class
ImageFormats
Enum of known image formats.Methods in org.apache.commons.imaging that return ImageFormat Modifier and Type Method Description protected abstract ImageFormat[]
ImageParser. getAcceptedTypes()
Get an array of ImageFormat objects describing all accepted typesImageFormat
ImageInfo. 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 ImageFormat Modifier and Type Method Description boolean
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 ImageFormat Constructor Description ImageInfo(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 Modifier and Type Method Description protected ImageFormat[]
BmpImageParser. getAcceptedTypes()
-
Uses of ImageFormat in org.apache.commons.imaging.formats.dcx
Methods in org.apache.commons.imaging.formats.dcx that return ImageFormat Modifier and Type Method Description protected ImageFormat[]
DcxImageParser. getAcceptedTypes()
-
Uses of ImageFormat in org.apache.commons.imaging.formats.gif
Methods in org.apache.commons.imaging.formats.gif that return ImageFormat Modifier and Type Method Description protected ImageFormat[]
GifImageParser. getAcceptedTypes()
-
Uses of ImageFormat in org.apache.commons.imaging.formats.icns
Methods in org.apache.commons.imaging.formats.icns that return ImageFormat Modifier and Type Method Description protected ImageFormat[]
IcnsImageParser. getAcceptedTypes()
-
Uses of ImageFormat in org.apache.commons.imaging.formats.ico
Methods in org.apache.commons.imaging.formats.ico that return ImageFormat Modifier and Type Method Description protected ImageFormat[]
IcoImageParser. getAcceptedTypes()
-
Uses of ImageFormat in org.apache.commons.imaging.formats.jpeg
Methods in org.apache.commons.imaging.formats.jpeg that return ImageFormat Modifier and Type Method Description protected ImageFormat[]
JpegImageParser. getAcceptedTypes()
-
Uses of ImageFormat in org.apache.commons.imaging.formats.pcx
Methods in org.apache.commons.imaging.formats.pcx that return ImageFormat Modifier and Type Method Description protected ImageFormat[]
PcxImageParser. getAcceptedTypes()
-
Uses of ImageFormat in org.apache.commons.imaging.formats.png
Methods in org.apache.commons.imaging.formats.png that return ImageFormat Modifier and Type Method Description protected ImageFormat[]
PngImageParser. getAcceptedTypes()
-
Uses of ImageFormat in org.apache.commons.imaging.formats.pnm
Methods in org.apache.commons.imaging.formats.pnm that return ImageFormat Modifier and Type Method Description protected ImageFormat[]
PnmImageParser. getAcceptedTypes()
-
Uses of ImageFormat in org.apache.commons.imaging.formats.psd
Methods in org.apache.commons.imaging.formats.psd that return ImageFormat Modifier and Type Method Description protected ImageFormat[]
PsdImageParser. getAcceptedTypes()
-
Uses of ImageFormat in org.apache.commons.imaging.formats.rgbe
Methods in org.apache.commons.imaging.formats.rgbe that return ImageFormat Modifier and Type Method Description protected ImageFormat[]
RgbeImageParser. getAcceptedTypes()
-
Uses of ImageFormat in org.apache.commons.imaging.formats.tiff
Methods in org.apache.commons.imaging.formats.tiff that return ImageFormat Modifier and Type Method Description protected ImageFormat[]
TiffImageParser. getAcceptedTypes()
-
Uses of ImageFormat in org.apache.commons.imaging.formats.wbmp
Methods in org.apache.commons.imaging.formats.wbmp that return ImageFormat Modifier and Type Method Description protected ImageFormat[]
WbmpImageParser. getAcceptedTypes()
-
Uses of ImageFormat in org.apache.commons.imaging.formats.xbm
Methods in org.apache.commons.imaging.formats.xbm that return ImageFormat Modifier and Type Method Description protected ImageFormat[]
XbmImageParser. getAcceptedTypes()
-
Uses of ImageFormat in org.apache.commons.imaging.formats.xpm
Methods in org.apache.commons.imaging.formats.xpm that return ImageFormat Modifier and Type Method Description protected ImageFormat[]
XpmImageParser. getAcceptedTypes()
-