com.groupdocs.conversion.filetypes

Class ImageFileType

    • Field Summary

      Fields 
      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.
      • Fields inherited from class com.groupdocs.conversion.filetypes.FileType

        Unknown
    • Constructor Summary

      Constructors 
      Constructor and Description
      ImageFileType()
      Serialization constructor
    • Field Detail

      • 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.

      • Svg

        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.

      • 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.

      • 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.

      • Eps

        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.

      • Cgm

        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.

      • 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.

      • 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 “Photoshop Big”. 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.
    • Constructor Detail

      • ImageFileType

        public ImageFileType()
        Serialization constructor
    • Method Detail

      • getLoadOptions

        public LoadOptions getLoadOptions()
        Description copied from class: FileType
        Prepared default load options for the source file type
        Overrides:
        getLoadOptions in class FileType
        Returns:
        NULL if there is not file type specific load options
      • getConvertOptions

        public ConvertOptions getConvertOptions()
        Description copied from class: FileType
        Prepared default convert options for the file type
        Overrides:
        getConvertOptions in class FileType
        Returns:
        NULL if the conversion to the type not supported
      • isVectorImage

        public static boolean isVectorImage(FileType fileType)
      • getExcludedSourceTypes

        public static FileType[] getExcludedSourceTypes()
      • getExcludedTargetTypes

        public static FileType[] getExcludedTargetTypes()