public final class ImageFileType extends FileType implements Serializable
Defines image documents. Includes the following file types:
Ai
,
Bmp
,
Cdr
,
Cgm
,
Cmx
,
Dcm
,
Dib
,
DjVu
,
Dng
,
Emf
,
Emz
,
Eps
,
Gif
,
Ico
,
J2c
,
J2k
,
Jls
,
Jp2
,
Jpc
,
Jpeg
,
Jpf
,
Jpg
,
Jpm
,
Jpx
,
Odg
,
Png
,
Psd
,
Svg
,
Svgz
,
Tga
,
Tif
,
Tiff
,
Webp
,
Wmf
,
Wmz
.
Learn more about Image formats here.
Modifier and Type | Field and Description |
---|---|
static ImageFileType |
Ai
AI, Adobe Illustrator Artwork, represents single-page vector-based drawings in either the EPS or PDF formats.
|
static ImageFileType |
Bmp
BMP represent Bitmap Image files that are used to store bitmap digital images.
|
static ImageFileType |
Cdr
A CDR file is a vector drawing image file that is natively created with CorelDRAW for storing digital image encoded and compressed.
|
static ImageFileType |
Cgm
Computer Graphics Metafile (CGM) is free, platform-independent, international standard metafile format for storing and exchanging of vector graphics (2D), raster graphics, and text.
|
static ImageFileType |
Cmx
Files with CMX extension are Corel Exchange image file format that is used as presentation by CorelSuite applications.
|
static ImageFileType |
Dcm
Files with .DCM extension represent digital image which stores medical information of patients such as MRIs, CT scans and ultrasound images.
|
static ImageFileType |
Dib
DDIB (Device Independent Bitmap) file is a raster image file that is similar in structure to the standard Bitmap files (BMP) but has a different header.
|
static ImageFileType |
Dicom
Files with .DICOM extension represent digital image which stores medical information of patients such as MRIs, CT scans and ultrasound images.
|
static ImageFileType |
DjVu
DjVu is a graphics file format intended for scanned documents and books especially those which contain the combination of text, drawings, images and photographs.
|
static ImageFileType |
Dng
DNG is a digital camera image format used for the storage of raw files.
|
static ImageFileType |
Emf
Enhanced metafile format (EMF) stores graphical images device-independently.
|
static ImageFileType |
Emz
n EMZ file is actually a compressed version of a Microsoft EMF file.
|
static ImageFileType |
Eps
Files with EPS extension essentially describe an Encapsulated PostScript language program that describes the appearance of a single page.
|
static ImageFileType |
Fodg
FODG is a uncompressed XML-format file used for storing OpenDocument text data.
|
static ImageFileType |
Gif
A GIF or Graphical Interchange Format is a type of highly compressed image.
|
static ImageFileType |
Ico
Files with ICO extension are image file types used as icon for representation of an application on Microsoft Windows.
|
static ImageFileType |
J2c
J2c document format
|
static ImageFileType |
J2k
J2K file is an image that is compressed using the wavelet compression instead of DCT compression.
|
static ImageFileType |
Jls
Jls document format
|
static ImageFileType |
Jp2
JPEG 2000 (JP2) is an image coding system and state-of-the-art image compression standard.
|
static ImageFileType |
Jpc
Jpc document format
|
static ImageFileType |
Jpeg
A JPEG is a type of image format that is saved using the method of lossy compression.
|
static ImageFileType |
Jpf
Jpf document format
|
static ImageFileType |
Jpg
A JPG is a type of image format that is saved using the method of lossy compression.
|
static ImageFileType |
Jpm
Jpm document format
|
static ImageFileType |
Jpx
Jpx document format
|
static ImageFileType |
Odg
The ODG file format is used by Apache OpenOffice's Draw application to store drawing elements as a vector image.
|
static ImageFileType |
Otg
An OTG file is a drawing template that is created using the OpenDocument standard that follows the OASIS Office Applications 1.0 specification.
|
static ImageFileType |
Png
PNG, Portable Network Graphics, refers to a type of raster image file format that use loseless compression.
|
static ImageFileType |
Psb
Adobe photoshop saves files in two formats.
|
static ImageFileType |
Psd
PSD, Photoshop Document, represents Adobe Photoshop's native file format used for graphics designing and development.
|
static ImageFileType |
Svg
An SVG file is a Scalar Vector Graphics file that uses XML based text format for describing the appearance of an image.
|
static ImageFileType |
Svgz
An SVGZ file is actually a compressed version of a SVG file.
|
static ImageFileType |
Tga
A file with .tga extension is a raster graphic format and was created by Truevision Inc.
|
static ImageFileType |
Tif
TTIF, Tagged Image File Format, represents raster images that are meant for usage on a variety of devices that comply with this file format standard.
|
static ImageFileType |
Tiff
TIFF, Tagged Image File Format, represents raster images that are meant for usage on a variety of devices that comply with this file format standard.
|
static ImageFileType |
Webp
WWebP, introduced by Google, is a modern raster web image file format that is based on lossless and lossy compression.
|
static ImageFileType |
Wmf
Files with WMF extension represent Microsoft Windows Metafile (WMF) for storing vector as well as bitmap-format images data.
|
static ImageFileType |
Wmz
An WMZ file is actually a compressed version of a Microsoft WMF file.
|
Constructor and Description |
---|
ImageFileType()
Serialization constructor
|
Modifier and Type | Method and Description |
---|---|
ConvertOptions |
getConvertOptions()
Prepared default convert options for the file type
|
static FileType[] |
getExcludedSourceTypes() |
static FileType[] |
getExcludedTargetTypes() |
LoadOptions |
getLoadOptions()
Prepared default load options for the source file type
|
static boolean |
isVectorImage(FileType fileType) |
fromExtension, fromFilename, fromStream, getAllTypes, getAllTypes, getAllTypes, getDescription, getExtension, getFamily, getFileFormat, toString
compareTo, equals, equals, fromDisplayName, fromValue, getAll, hashCode, op_Equality, op_Inequality
public static final ImageFileType Tiff
TIFF, Tagged Image File Format, represents raster images that are meant for usage on a variety of devices that comply with this file format standard. It is capable of describing bilevel, grayscale, palette-color and full-color image data in several color spaces. Learn more about this file format here.
public static final ImageFileType Tif
TTIF, Tagged Image File Format, represents raster images that are meant for usage on a variety of devices that comply with this file format standard. It is capable of describing bilevel, grayscale, palette-color and full-color image data in several color spaces. Learn more about this file format here.
public static final ImageFileType Jpg
A JPG is a type of image format that is saved using the method of lossy compression. The output image, as result of compression, is a trade-off between storage size and image quality. Learn more about this file format here.
public static final ImageFileType Jpeg
A JPEG is a type of image format that is saved using the method of lossy compression. The output image, as result of compression, is a trade-off between storage size and image quality. Learn more about this file format here.
public static final ImageFileType Png
PNG, Portable Network Graphics, refers to a type of raster image file format that use loseless compression. This file format was created as a replacement of Graphics Interchange Format (GIF) and has no copyright limitations. Learn more about this file format here.
public static final ImageFileType Gif
A GIF or Graphical Interchange Format is a type of highly compressed image. For each image GIF typically allow up to 8 bits per pixel and up to 256 colours are allowed across the image. Learn more about this file format here.
public static final ImageFileType Bmp
BMP represent Bitmap Image files that are used to store bitmap digital images. These images are independent of graphics adapter and are also called device independent bitmap (DIB) file format. Learn more about this file format here.
public static final ImageFileType Ico
Files with ICO extension are image file types used as icon for representation of an application on Microsoft Windows. Learn more about this file format here.
public static final ImageFileType Psd
PSD, Photoshop Document, represents Adobe Photoshop's native file format used for graphics designing and development. Learn more about this file format here.
public static final ImageFileType Wmf
Files with WMF extension represent Microsoft Windows Metafile (WMF) for storing vector as well as bitmap-format images data. Learn more about this file format here.
public static final ImageFileType Emf
Enhanced metafile format (EMF) stores graphical images device-independently. Metafiles of EMF comprises of variable-length records in chronological order that can render the stored image after parsing on any output device. Learn more about this file format here.
public static final ImageFileType Dcm
Files with .DCM extension represent digital image which stores medical information of patients such as MRIs, CT scans and ultrasound images. Learn more about this file format here.
public static final ImageFileType Dicom
Files with .DICOM extension represent digital image which stores medical information of patients such as MRIs, CT scans and ultrasound images. Learn more about this file format here.
public static final ImageFileType Webp
WWebP, introduced by Google, is a modern raster web image file format that is based on lossless and lossy compression. It provides same image quality while considerably reducing the image size. Learn more about this file format here.
public static final ImageFileType Dng
DNG is a digital camera image format used for the storage of raw files. It has been developed by Adobe in September 2004. It was basically developed for digital photography. Learn more about this file format here.
public static final ImageFileType Svg
An SVG file is a Scalar Vector Graphics file that uses XML based text format for describing the appearance of an image. Learn more about this file format here.
public static final ImageFileType Jp2
JPEG 2000 (JP2) is an image coding system and state-of-the-art image compression standard. /// Learn more about this file format here.
public static final ImageFileType Odg
The ODG file format is used by Apache OpenOffice's Draw application to store drawing elements as a vector image. Learn more about this file format here.
public static final ImageFileType J2c
J2c document format
public static final ImageFileType J2k
J2K file is an image that is compressed using the wavelet compression instead of DCT compression. Learn more about this file format here.
public static final ImageFileType Jpx
Jpx document format
public static final ImageFileType Jpf
Jpf document format
public static final ImageFileType Jpm
Jpm document format
public static final ImageFileType Eps
Files with EPS extension essentially describe an Encapsulated PostScript language program that describes the appearance of a single page. Learn more about this file format here.
public static final ImageFileType Cgm
Computer Graphics Metafile (CGM) is free, platform-independent, international standard metafile format for storing and exchanging of vector graphics (2D), raster graphics, and text. CGM uses object-oriented approach and many function provisions for image production. Learn more about this file format here.
public static final ImageFileType Cdr
A CDR file is a vector drawing image file that is natively created with CorelDRAW for storing digital image encoded and compressed. Such a drawing file contains text, lines, shapes, images, colours and effects for vector representation of image contents. Learn more about this file format here.
public static final ImageFileType Cmx
Files with CMX extension are Corel Exchange image file format that is used as presentation by CorelSuite applications. Learn more about this file format here.
public static final ImageFileType Dib
DDIB (Device Independent Bitmap) file is a raster image file that is similar in structure to the standard Bitmap files (BMP) but has a different header. Learn more about this file format here.
public static final ImageFileType Jpc
Jpc document format
public static final ImageFileType Jls
Jls document format
public static final ImageFileType DjVu
DjVu is a graphics file format intended for scanned documents and books especially those which contain the combination of text, drawings, images and photographs. Learn more about this file format here.
public static final ImageFileType Otg
public static final ImageFileType Ai
public static final ImageFileType Emz
public static final ImageFileType Wmz
public static final ImageFileType Svgz
public static final ImageFileType Tga
public static final ImageFileType Psb
public static final ImageFileType Fodg
public LoadOptions getLoadOptions()
FileType
getLoadOptions
in class FileType
public ConvertOptions getConvertOptions()
FileType
getConvertOptions
in class FileType
public static boolean isVectorImage(FileType fileType)
public static FileType[] getExcludedSourceTypes()
public static FileType[] getExcludedTargetTypes()