Uses of Class
com.groupdocs.conversion.filetypes.ImageFileType

  • Packages that use ImageFileType 
    Package Description
    com.groupdocs.conversion.filetypes
    The GroupDocs.Conversion.FileTypes namespace provides classes which represent supported file types.
    com.groupdocs.conversion.options.load
    The GroupDocs.Conversion.Options.Load namespace provides classes to specify additional options for document loading process.
    • Uses of ImageFileType in com.groupdocs.conversion.filetypes

      Fields in com.groupdocs.conversion.filetypes declared as ImageFileType 
      Modifier and Type Field and Description
      static ImageFileType ImageFileType.Ai
      AI, Adobe Illustrator Artwork, represents single-page vector-based drawings in either the EPS or PDF formats.
      static ImageFileType ImageFileType.Bmp
      BMP represent Bitmap Image files that are used to store bitmap digital images.
      static ImageFileType 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 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 ImageFileType.Cmx
      Files with CMX extension are Corel Exchange image file format that is used as presentation by CorelSuite applications.
      static ImageFileType 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 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 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 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 ImageFileType.Dng
      DNG is a digital camera image format used for the storage of raw files.
      static ImageFileType ImageFileType.Emf
      Enhanced metafile format (EMF) stores graphical images device-independently.
      static ImageFileType ImageFileType.Emz
      n EMZ file is actually a compressed version of a Microsoft EMF file.
      static ImageFileType ImageFileType.Eps
      Files with EPS extension essentially describe an Encapsulated PostScript language program that describes the appearance of a single page.
      static ImageFileType ImageFileType.Fodg
      FODG is a uncompressed XML-format file used for storing OpenDocument text data.
      static ImageFileType ImageFileType.Gif
      A GIF or Graphical Interchange Format is a type of highly compressed image.
      static ImageFileType ImageFileType.Ico
      Files with ICO extension are image file types used as icon for representation of an application on Microsoft Windows.
      static ImageFileType ImageFileType.J2c
      J2c document format
      static ImageFileType ImageFileType.J2k
      J2K file is an image that is compressed using the wavelet compression instead of DCT compression.
      static ImageFileType ImageFileType.Jls
      Jls document format
      static ImageFileType ImageFileType.Jp2
      JPEG 2000 (JP2) is an image coding system and state-of-the-art image compression standard.
      static ImageFileType ImageFileType.Jpc
      Jpc document format
      static ImageFileType ImageFileType.Jpeg
      A JPEG is a type of image format that is saved using the method of lossy compression.
      static ImageFileType ImageFileType.Jpf
      Jpf document format
      static ImageFileType ImageFileType.Jpg
      A JPG is a type of image format that is saved using the method of lossy compression.
      static ImageFileType ImageFileType.Jpm
      Jpm document format
      static ImageFileType ImageFileType.Jpx
      Jpx document format
      static ImageFileType ImageFileType.Odg
      The ODG file format is used by Apache OpenOffice's Draw application to store drawing elements as a vector image.
      static ImageFileType 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 ImageFileType.Png
      PNG, Portable Network Graphics, refers to a type of raster image file format that use loseless compression.
      static ImageFileType ImageFileType.Psb
      Adobe photoshop saves files in two formats.
      static ImageFileType ImageFileType.Psd
      PSD, Photoshop Document, represents Adobe Photoshop's native file format used for graphics designing and development.
      static ImageFileType 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 ImageFileType.Svgz
      An SVGZ file is actually a compressed version of a SVG file.
      static ImageFileType ImageFileType.Tga
      A file with .tga extension is a raster graphic format and was created by Truevision Inc.
      static ImageFileType 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 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 ImageFileType.Webp
      WWebP, introduced by Google, is a modern raster web image file format that is based on lossless and lossy compression.
      static ImageFileType ImageFileType.Wmf
      Files with WMF extension represent Microsoft Windows Metafile (WMF) for storing vector as well as bitmap-format images data.
      static ImageFileType ImageFileType.Wmz
      An WMZ file is actually a compressed version of a Microsoft WMF file.
    • Uses of ImageFileType in com.groupdocs.conversion.options.load

      Methods in com.groupdocs.conversion.options.load that return ImageFileType 
      Modifier and Type Method and Description
      ImageFileType ImageLoadOptions.getFormat()