Packages

 

com.aspose.imaging.fileformats.tiff.enums

Class TiffExpectedFormat

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.tiff.enums.TiffExpectedFormat


  • public final class TiffExpectedFormat
    extends com.aspose.ms.System.Enum

    The expected tiff file format.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int Default
      The default tiff format is no compression with B/W 1 bit per pixel only format.
      static int TiffCcitRle
      The tiff CCITT RLE encoding.
      static int TiffCcittFax3
      The tiff CCITT FAX3 encoding.
      static int TiffCcittFax4
      The tiff CCITT FAX4 encoding.
      static int TiffDeflateBw
      The tiff having deflate compression and B/W 1 bit per pixel only format.
      static int TiffDeflateRgb
      The tiff having deflate compression and RGB color format.
      static int TiffDeflateRgba
      The tiff having deflate compression and RGBA color format.
      static int TiffJpegRgb
      The tiff having Jpeg compression and RGB color format.
      static int TiffJpegYCbCr
      The tiff having Jpeg compression and YCBCR color format.
      static int TiffLzwBw
      The tiff having LZW compression and B/W 1 bit per pixel only format.
      static int TiffLzwCmyk
      The tiff LZW cmyk
      static int TiffLzwRgb
      The tiff having LZW compression and RGB color format.
      static int TiffLzwRgba
      The tiff having LZW compression and RGBA with transparency color format.
      static int TiffNoCompressionBw
      The uncompressed tiff and B/W 1 bit per pixel only format.
      static int TiffNoCompressionRgb
      The uncompressed tiff and RGB color format.
      static int TiffNoCompressionRgba
      The uncompressed tiff and RGBA with transparency color format.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
    • Field Detail

      • Default

        public static final int Default

        The default tiff format is no compression with B/W 1 bit per pixel only format. You can also use this setting to get an empty options and initialize with your tags or other settings.

        See Also:
        Constant Field Values
      • TiffLzwBw

        public static final int TiffLzwBw

        The tiff having LZW compression and B/W 1 bit per pixel only format.

        See Also:
        Constant Field Values
      • TiffLzwRgb

        public static final int TiffLzwRgb

        The tiff having LZW compression and RGB color format.

        See Also:
        Constant Field Values
      • TiffLzwRgba

        public static final int TiffLzwRgba

        The tiff having LZW compression and RGBA with transparency color format.

        See Also:
        Constant Field Values
      • TiffCcittFax3

        public static final int TiffCcittFax3

        The tiff CCITT FAX3 encoding. B/W 1 bit per pixel only supported for that scheme.

        See Also:
        Constant Field Values
      • TiffCcittFax4

        public static final int TiffCcittFax4

        The tiff CCITT FAX4 encoding. B/W 1 bit per pixel only supported for that scheme.

        See Also:
        Constant Field Values
      • TiffDeflateBw

        public static final int TiffDeflateBw

        The tiff having deflate compression and B/W 1 bit per pixel only format.

        See Also:
        Constant Field Values
      • TiffDeflateRgb

        public static final int TiffDeflateRgb

        The tiff having deflate compression and RGB color format.

        See Also:
        Constant Field Values
      • TiffDeflateRgba

        public static final int TiffDeflateRgba

        The tiff having deflate compression and RGBA color format.

        See Also:
        Constant Field Values
      • TiffCcitRle

        public static final int TiffCcitRle

        The tiff CCITT RLE encoding. B/W 1 bit per pixel only supported for that scheme.

        See Also:
        Constant Field Values
      • TiffJpegRgb

        public static final int TiffJpegRgb

        The tiff having Jpeg compression and RGB color format.

        See Also:
        Constant Field Values
      • TiffJpegYCbCr

        public static final int TiffJpegYCbCr

        The tiff having Jpeg compression and YCBCR color format.

        See Also:
        Constant Field Values
      • TiffNoCompressionBw

        public static final int TiffNoCompressionBw

        The uncompressed tiff and B/W 1 bit per pixel only format.

        See Also:
        Constant Field Values
      • TiffNoCompressionRgb

        public static final int TiffNoCompressionRgb

        The uncompressed tiff and RGB color format.

        See Also:
        Constant Field Values
      • TiffNoCompressionRgba

        public static final int TiffNoCompressionRgba

        The uncompressed tiff and RGBA with transparency color format.

        See Also:
        Constant Field Values