Packages

 

com.aspose.imaging.fileformats.bmp

Class BitmapCompression

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.bmp.BitmapCompression


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

    Specifies different bitmap compression methods.

    • 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 long AlphaBitfields
      RGBA bit fields.
      static long Bitfields
      RGB bit fields.
      static long Jpeg
      JPEG compression.
      static long Png
      PNG compression.
      static long Rgb
      No compression.
      static long Rle4
      RLE 4-bit/pixel compression.
      static long Rle8
      RLE 8-bit/pixel compression.
      • 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

      • Rle8

        public static final long Rle8

        RLE 8-bit/pixel compression. Can be used only with 8-bit/pixel bitmaps.

        See Also:
        Constant Field Values
      • Rle4

        public static final long Rle4

        RLE 4-bit/pixel compression. Can be used only with 4-bit/pixel bitmaps.

        See Also:
        Constant Field Values
      • Bitfields

        public static final long Bitfields

        RGB bit fields. Can be used only with 16 and 32-bit/pixel bitmaps.

        See Also:
        Constant Field Values
      • Jpeg

        public static final long Jpeg

        JPEG compression. The bitmap contains a JPEG image.

        See Also:
        Constant Field Values
      • Png

        public static final long Png

        PNG compression. The bitmap contains a PNG image.

        See Also:
        Constant Field Values
      • AlphaBitfields

        public static final long AlphaBitfields

        RGBA bit fields. Can be used only with 16 and 32-bit/pixel bitmaps.

        See Also:
        Constant Field Values