Class: Rixmap::Format::BMP::CompressionType

Inherits:
Object
  • Object
show all
Defined in:
lib/rixmap/format/bmp.rb

Overview

Constant Summary collapse

RGB =

無圧縮BMP

0x00
RLE8 =

8bit用ランレングス圧縮

0x01
RLE4 =

4bit用ランレングス圧縮

0x02
BITFIELDS =

ビットフィールド圧縮. 16bitや32bitで使われることがある.

0x03
JPEG =

JPEG圧縮

0x04
PNG =

PNG圧縮

0x05