ImageFileType
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.Enumeration, com.groupdocs.conversion.filetypes.FileType
All Implemented Interfaces: java.io.Serializable
public final class ImageFileType extends FileType implements Serializable
Defines image documents. Includes the following file types: Ai, Bmp, Cdr, Cmx, Dcm, Dib, DjVu, Dng, Emf, Emz, 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.
Constructors
Constructor | Description |
---|---|
ImageFileType() | Serialization constructor |
Fields
Field | Description |
---|---|
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. |
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. |
Jpg | A JPG is a type of image format that is saved using the method of lossy compression. |
Jpeg | A JPEG is a type of image format that is saved using the method of lossy compression. |
Png | PNG, Portable Network Graphics, refers to a type of raster image file format that use loseless compression. |
Gif | A GIF or Graphical Interchange Format is a type of highly compressed image. |
Bmp | BMP represent Bitmap Image files that are used to store bitmap digital images. |
Ico | Files with ICO extension are image file types used as icon for representation of an application on Microsoft Windows. |
Psd | PSD, Photoshop Document, represents Adobe Photoshop’s native file format used for graphics designing and development. |
Wmf | Files with WMF extension represent Microsoft Windows Metafile (WMF) for storing vector as well as bitmap-format images data. |
Emf | Enhanced metafile format (EMF) stores graphical images device-independently. |
Dcm | Files with .DCM extension represent digital image which stores medical information of patients such as MRIs, CT scans and ultrasound images. |
Dicom | Files with .DICOM extension represent digital image which stores medical information of patients such as MRIs, CT scans and ultrasound images. |
Webp | WWebP, introduced by Google, is a modern raster web image file format that is based on lossless and lossy compression. |
Dng | DNG is a digital camera image format used for the storage of raw files. |
Jp2 | JPEG 2000 (JP2) is an image coding system and state-of-the-art image compression standard. |
Odg | The ODG file format is used by Apache OpenOffice’s Draw application to store drawing elements as a vector image. |
J2c | J2c document format |
J2k | J2K file is an image that is compressed using the wavelet compression instead of DCT compression. |
Jpx | Jpx document format |
Jpf | Jpf document format |
Jpm | Jpm document format |
Cdr | A CDR file is a vector drawing image file that is natively created with CorelDRAW for storing digital image encoded and compressed. |
Cmx | Files with CMX extension are Corel Exchange image file format that is used as presentation by CorelSuite applications. |
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. |
Jpc | Jpc document format |
Jls | Jls document format |
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. |
Otg | An OTG file is a drawing template that is created using the OpenDocument standard that follows the OASIS Office Applications 1.0 specification. |
Ai | AI, Adobe Illustrator Artwork, represents single-page vector-based drawings in either the EPS or PDF formats. |
Emz | n EMZ file is actually a compressed version of a Microsoft EMF file. |
Wmz | An WMZ file is actually a compressed version of a Microsoft WMF file. |
Svgz | An SVGZ file is actually a compressed version of a SVG file. |
Tga | A file with .tga extension is a raster graphic format and was created by Truevision Inc. |
Psb | Adobe photoshop saves files in two formats. |
Fodg | FODG is a uncompressed XML-format file used for storing OpenDocument text data. |
Methods
Method | Description |
---|---|
getLoadOptions() | |
getConvertOptions() | |
isVectorImage(FileType fileType) | |
getExcludedSourceTypes() | |
getExcludedTargetTypes() |
ImageFileType()
public ImageFileType()
Serialization constructor
Tiff
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.
Tif
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.
Jpg
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.
Jpeg
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.
Png
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.
Gif
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.
Bmp
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.
Ico
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.
Psd
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.
Wmf
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.
Emf
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.
Dcm
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.
Dicom
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.
Webp
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.
Dng
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.
Jp2
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.
Odg
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.
J2c
public static final ImageFileType J2c
J2c document format
J2k
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.
Jpx
public static final ImageFileType Jpx
Jpx document format
Jpf
public static final ImageFileType Jpf
Jpf document format
Jpm
public static final ImageFileType Jpm
Jpm document format
Cdr
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.
Cmx
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.
Dib
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.
Jpc
public static final ImageFileType Jpc
Jpc document format
Jls
public static final ImageFileType Jls
Jls document format
DjVu
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.
Otg
public static final 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. Learn more about this file format here.
Ai
public static final ImageFileType Ai
AI, Adobe Illustrator Artwork, represents single-page vector-based drawings in either the EPS or PDF formats.
Emz
public static final ImageFileType Emz
n EMZ file is actually a compressed version of a Microsoft EMF file. This allows for easier distribution of the file online. When an EMF file is compressed using the .GZIP compression algorithm, it is then given the .emz file extension.
Wmz
public static final ImageFileType Wmz
An WMZ file is actually a compressed version of a Microsoft WMF file. This allows for easier distribution of the file online. When an EWMFMF file is compressed using the .GZIP compression algorithm, it is then given the .wmz file extension.
Svgz
public static final ImageFileType Svgz
An SVGZ file is actually a compressed version of a SVG file. This allows for easier distribution of the file online. When an SVG file is compressed using the .GZIP compression algorithm, it is then given the .svgz file extension.
Tga
public static final ImageFileType Tga
A file with .tga extension is a raster graphic format and was created by Truevision Inc. Learn more about this file format here.
Psb
public static final ImageFileType Psb
Adobe photoshop saves files in two formats. Files having 30,000 by 30,000 pixels in size are saved with PSD extension and files larger than PSD upto 300,000 by 300,000 pixels are saved with PSB extension known as \u201cPhotoshop Big\u201d. Learn more about this file format here.
Fodg
public static final ImageFileType Fodg
FODG is a uncompressed XML-format file used for storing OpenDocument text data. FODG extension is associated with open source office productivity suites Libre Office and OpenOffice.org.
getLoadOptions()
public LoadOptions getLoadOptions()
Prepared default load options for the source file type
Returns: LoadOptions
getConvertOptions()
public ConvertOptions getConvertOptions()
Prepared default convert options for the file type
Returns: ConvertOptions
isVectorImage(FileType fileType)
public static boolean isVectorImage(FileType fileType)
Parameters:
Parameter | Type | Description |
---|---|---|
fileType | FileType |
Returns: boolean
getExcludedSourceTypes()
public static FileType[] getExcludedSourceTypes()
Returns: com.groupdocs.conversion.filetypes.FileType[]
getExcludedTargetTypes()
public static FileType[] getExcludedTargetTypes()
Returns: com.groupdocs.conversion.filetypes.FileType[]