Skip to main content

Traveo2BitmapConverter

Description


This document provides a complete list of bitmap formats supported by the Traveo2 Target.
The formats are grouped into categories such as Basic, Grayscale, RLE (Run length Encoding), RLA (Run-Length Adaptive), RLAD (Run-Length Adaptive Dithering), CLUT (color lookup table), JPEG, and YUV.

Below are the supported pixel formats with their corresponding type, format code, and a brief description.

Traveo2 Bitmap Format List
Serial No Format Description

1 

Traveo2ExtendedBitmapFormatR6G6B6A6 

6 bits per channel with alpha. 

2 

Traveo2ExtendedBitmapFormatR6G6B6 

6 bits per RGB channel. 

3 

Traveo2ExtendedBitmapFormatR3G3B2 

Compact 8-bit color format. 

4 

Traveo2ExtendedBitmapFormatA8 

8-bit alpha-only channel. 

5 

Traveo2ExtendedBitmapFormatA4 

4-bit alpha-only channel. 

6 

Traveo2ExtendedBitmapFormatA2 

2-bit alpha-only channel. 

7 

Traveo2ExtendedBitmapFormatA1 

1-bit alpha mask. 

8 

Traveo2ExtendedBitmapFormatRGB8 

8-bit grayscale RGB. 

9 

Traveo2ExtendedBitmapFormatA8RGB8 

8-bit grayscale RGB with alpha. 

10 

Traveo2ExtendedBitmapFormatRGB4 

4-bit grayscale RGB. 

11 

Traveo2ExtendedBitmapFormatA4RGB4 

4-bit grayscale RGB with alpha. 

12 

Traveo2ExtendedBitmapFormatRGB1 

1-bit grayscale (monochrome). 

13 

Traveo2ExtendedBitmapFormatRleR8G8B8A8 

RLE-compressed 32-bit color (8 bits per channel). 

14 

Traveo2ExtendedBitmapFormatRleR8G8B8 

RLE-compressed 24-bit color. 

15 

Traveo2ExtendedBitmapFormatRleR6G6B6A6 

RLE-compressed 6-bit per channel format with alpha. 

16 

Traveo2ExtendedBitmapFormatRleR6G6B6 

RLE-compressed 6-bit RGB. 

17 

Traveo2ExtendedBitmapFormatRleR4G4B4A4 

RLE-compressed 16-bit RGBA. 

18 

Traveo2ExtendedBitmapFormatRleR5G5B5A1 

RLE-compressed 16-bit RGBA (5-5-5-1). 

19 

Traveo2ExtendedBitmapFormatRleR5G6B5 

RLE-compressed 16-bit RGB (5-6-5). 

20 

Traveo2ExtendedBitmapFormatRleA8 

RLE-compressed 8-bit alpha. 

21 

Traveo2ExtendedBitmapFormatRleA4 

RLE-compressed 4-bit alpha. 

22 

Traveo2ExtendedBitmapFormatRleA2 

RLE-compressed 2-bit alpha. 

23 

Traveo2ExtendedBitmapFormatRleA1 

RLE-compressed 1-bit alpha. 

24 

Traveo2ExtendedBitmapFormatRleRGB8 

RLE-compressed 8-bit grayscale RGB. 

25 

Traveo2ExtendedBitmapFormatRleA8RGB8 

RLE-compressed grayscale with 8-bit alpha. 

26 

Traveo2ExtendedBitmapFormatRleRGB4 

RLE-compressed 4-bit grayscale RGB. 

27 

Traveo2ExtendedBitmapFormatRleA4RGB4 

RLE-compressed 4-bit grayscale with alpha. 

28 

Traveo2ExtendedBitmapFormatRleRGB1 

RLE-compressed 1-bit grayscale (monochrome). 

29 

Traveo2ExtendedBitmapFormatRlaR8G8B8A8 

RLA-compressed 32-bit RGBA. 

30 

Traveo2ExtendedBitmapFormatRlaR8G8B8 

RLA-compressed 24-bit RGB. 

31 

Traveo2ExtendedBitmapFormatRlaR8GB8A8 

 

32 

Traveo2ExtendedBitmapFormatRlaR6G6B6A6 

RLA-compressed 6-bit per channel RGBA. 

33 

Traveo2ExtendedBitmapFormatRlaR6G6B6 

RLA-compressed 6-bit RGB. 

34 

Traveo2ExtendedBitmapFormatRlaR4G4B4A4 

RLA-compressed 16-bit RGBA. 

35 

Traveo2ExtendedBitmapFormatRlaR5G5B5A1 

RLA-compressed 16-bit RGBA (5-5-5-1). 

36 

Traveo2ExtendedBitmapFormatRlaR1G1B1A1 

RLA-compressed 4-bit color with 1-bit alpha. 

37 

Traveo2ExtendedBitmapFormatRlaR5G6B5 

RLA-compressed 16-bit RGB (5-6-5). 

38 

Traveo2ExtendedBitmapFormatRlaA8 

RLA-compressed 8-bit alpha. 

39 

Traveo2ExtendedBitmapFormatRlaA4 

RLA-compressed 4-bit alpha. 

40 

Traveo2ExtendedBitmapFormatRlaA2 

RLA-compressed 2-bit alpha. 

41 

Traveo2ExtendedBitmapFormatRlaA1 

RLA-compressed 1-bit alpha. 

42 

Traveo2ExtendedBitmapFormatRlaRGB8 

RLA-compressed grayscale RGB (8-bit). 

43 

Traveo2ExtendedBitmapFormatRlaA8RGB8 

RLA-compressed grayscale RGB with 8-bit alpha. 

44 

Traveo2ExtendedBitmapFormatRlaRGB4 

RLA-compressed grayscale RGB (4-bit). 

45 

Traveo2ExtendedBitmapFormatRlaA4RGB4 

RLA-compressed grayscale RGB (4-bit + alpha). 

46 

Traveo2ExtendedBitmapFormatRlaRGB1 

RLA-compressed grayscale (1-bit monochrome). 

47 

Traveo2ExtendedBitmapFormatRladR8G8B8A8 

RLAD-compressed 32-bit RGBA. 

48 

Traveo2ExtendedBitmapFormatRladR8G8B8 

RLAD-compressed 24-bit RGB. 

49 

Traveo2ExtendedBitmapFormatRladR6G6B6A6 

RLAD-compressed 6-bit per channel RGBA. 

50 

Traveo2ExtendedBitmapFormatRladR6G6B6 

RLAD-compressed 6-bit RGB. 

51 

Traveo2ExtendedBitmapFormatRladR4G4B4A4 

RLAD-compressed 16-bit RGBA. 

52 

Traveo2ExtendedBitmapFormatRladR5G5B5A1 

RLAD-compressed 16-bit RGBA (5-5-5-1). 

53 

Traveo2ExtendedBitmapFormatRladR5G6B5 

RLAD-compressed 16-bit RGB (5-6-5). 

54 

Traveo2ExtendedBitmapFormatRladA8 

RLAD-compressed 8-bit alpha. 

55 

Traveo2ExtendedBitmapFormatRladA4 

RLAD-compressed 4-bit alpha. 

56 

Traveo2ExtendedBitmapFormatRladA2 

RLAD-compressed 2-bit alpha. 

57 

Traveo2ExtendedBitmapFormatRladA1 

RLAD-compressed 1-bit alpha. 

58 

Traveo2ExtendedBitmapFormatRladRGB8 

RLAD-compressed grayscale RGB (8-bit). 

59 

Traveo2ExtendedBitmapFormatRladA8RGB8 

RLAD-compressed grayscale RGB with alpha. 

60 

Traveo2ExtendedBitmapFormatRladRGB4 

RLAD-compressed grayscale RGB (4-bit). 

61 

Traveo2ExtendedBitmapFormatRladA4RGB4 

RLAD-compressed grayscale with alpha (4-bit). 

62 

Traveo2ExtendedBitmapFormatRladRGB1 

RLAD-compressed grayscale (1-bit monochrome). 

63 

Traveo2ExtendedBitmapFormat_Clut 

 Uses color lookup table.

64 

Traveo2ExtendedBitmapFormat_Jpeg_R8G8B8 

JPEG-compressed 24-bit RGB. 

65 

Traveo2ExtendedBitmapFormat_YUV420 

YUV planar 4:2:0 format. 

66 

Traveo2ExtendedBitmapFormat_VYUY422 

Packed YUV 4:2:2 (VYUY order). 

67 

Traveo2ExtendedBitmapFormat_YVYU422 

Packed YUV 4:2:2 (YVYU order). 

68 

Traveo2ExtendedBitmapFormat_YUV444 

YUV 4:4:4 full color format.