Byte Array to Bitmap Converter
World's simplest bitmap tool
This is a free and fast online utility that converts decimal or hexadecimal pixel byte arrays into BMP images. You can use the configuration options (below) to identify the byte notation, select the RGB channel order, and set the bitmap width. Extra options allow you to choose a fill color for incomplete data and enlarge every source pixel into a crisp square block. Created by graphics designers from team Browserling.
announcement
check out our new project!
We just created something new for all science fans – SCIURLS – a neat science news aggragator. Check it out!
A link to this tool, including input, options and all chained tools.
Can't convert.
What is a Byte Array to Bitmap Converter?
learn more about this tool
This free online browser-based program turns a byte array into a visible BMP image. It groups the input bytes into sets of three, reconstructs one pixel from each set, and draws the pixels row by row from left to right. The bytes can be written as ordinary decimal values, such as "255, 128, 0", or hexadecimal values, such as "ff, 80, 00" and "0xFF, 0x80, 0x00". By default, the automatic mode examines the notation of the input values, determines whether they are decimal or hexadecimal bytes, and decodes them accordingly. Some values, however, are valid in both formats. For example, "10, 20, 30" can represent either decimal or hexadecimal bytes because every value is valid in either notation. In such cases, you can select "Read Decimal RGB Bytes" or "Read Hex Bytes" to tell the program exactly how to interpret the data. The program accepts plain byte lists, one-dimensional arrays, pixel-grouped arrays, row-grouped arrays, and fully nested structures produced by the Convert Bitmap to Byte Array tool. It also accepts custom byte and pixel separators made from punctuation or whitespace. You can use the "Byte Order" option to specify how the three color channels are arranged in every pixel. Select RGB for red-green-blue data, BGR (blue-green-red) for the channel order commonly used in 24-bit BMP pixel storage, or any of the four other channel arrangements. To arrange the decoded pixels into bitmap rows, enter the number of pixels per row in the "Width" option. If the input is already divided into lines or nested rows of the correct length, you can leave the width empty and preserve that existing structure. Any incomplete pixel, as well as any missing position at the end of a shorter row, is replaced with the selected "Fill Color". You can also increase the "Pixel Size" to turn every data pixel into a larger, sharp-edged square, making compact byte-array images easier to view or use as pixel art. Bmp-abulous!
Byte Array to Bitmap Converter examples
Click to useCreate a Super Mario Sprite from RGB Bytes
In this example, we turn a decimal RGB byte array into a Super Mario bitmap sprite. The automatic mode recognizes the decimal byte notation, while the line breaks already divide the array into rows and supply the image width, so the width option stays empty. We set pixel size to 5, enlarging every source pixel into a crisp 5-by-5 block and producing a clean 80-by-160 BMP sprite. (Source: Nintendo.)
255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255,
255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 234, 158, 34, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255,
255, 255, 255, 255, 255, 255, 255, 255, 255, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 234, 158, 34, 234, 158, 34, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255,
255, 255, 255, 255, 255, 255, 255, 255, 255, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 255, 255, 255, 255, 255, 255,
255, 255, 255, 255, 255, 255, 255, 255, 255, 107, 109, 0, 107, 109, 0, 107, 109, 0, 234, 158, 34, 234, 158, 34, 107, 109, 0, 234, 158, 34, 234, 158, 34, 234, 158, 34, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255,
255, 255, 255, 255, 255, 255, 107, 109, 0, 234, 158, 34, 234, 158, 34, 107, 109, 0, 234, 158, 34, 234, 158, 34, 107, 109, 0, 107, 109, 0, 234, 158, 34, 234, 158, 34, 234, 158, 34, 234, 158, 34, 255, 255, 255, 255, 255, 255,
255, 255, 255, 255, 255, 255, 107, 109, 0, 234, 158, 34, 234, 158, 34, 107, 109, 0, 107, 109, 0, 234, 158, 34, 234, 158, 34, 234, 158, 34, 234, 158, 34, 234, 158, 34, 234, 158, 34, 234, 158, 34, 234, 158, 34, 255, 255, 255,
255, 255, 255, 107, 109, 0, 107, 109, 0, 234, 158, 34, 234, 158, 34, 107, 109, 0, 107, 109, 0, 234, 158, 34, 234, 158, 34, 234, 158, 34, 107, 109, 0, 234, 158, 34, 234, 158, 34, 234, 158, 34, 234, 158, 34, 255, 255, 255,
255, 255, 255, 107, 109, 0, 107, 109, 0, 234, 158, 34, 234, 158, 34, 234, 158, 34, 234, 158, 34, 234, 158, 34, 107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0, 255, 255, 255, 255, 255, 255,
255, 255, 255, 107, 109, 0, 107, 109, 0, 107, 109, 0, 234, 158, 34, 234, 158, 34, 234, 158, 34, 234, 158, 34, 234, 158, 34, 107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0, 255, 255, 255, 255, 255, 255,
255, 255, 255, 255, 255, 255, 255, 255, 255, 107, 109, 0, 107, 109, 0, 234, 158, 34, 234, 158, 34, 234, 158, 34, 234, 158, 34, 234, 158, 34, 234, 158, 34, 234, 158, 34, 234, 158, 34, 255, 255, 255, 255, 255, 255, 255, 255, 255,
255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 181, 49, 32, 234, 158, 34, 234, 158, 34, 234, 158, 34, 234, 158, 34, 234, 158, 34, 107, 109, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255,
255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 107, 109, 0, 181, 49, 32, 107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0, 181, 49, 32, 107, 109, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255,
255, 255, 255, 255, 255, 255, 255, 255, 255, 107, 109, 0, 107, 109, 0, 181, 49, 32, 107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0, 181, 49, 32, 107, 109, 0, 107, 109, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255,
255, 255, 255, 255, 255, 255, 107, 109, 0, 107, 109, 0, 107, 109, 0, 181, 49, 32, 107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0, 181, 49, 32, 107, 109, 0, 107, 109, 0, 107, 109, 0, 255, 255, 255, 255, 255, 255,
255, 255, 255, 107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0, 181, 49, 32, 107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0, 181, 49, 32, 107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0, 255, 255, 255,
255, 255, 255, 107, 109, 0, 107, 109, 0, 107, 109, 0, 181, 49, 32, 181, 49, 32, 107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0, 181, 49, 32, 181, 49, 32, 107, 109, 0, 107, 109, 0, 107, 109, 0, 255, 255, 255,
107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0, 181, 49, 32, 181, 49, 32, 107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0, 181, 49, 32, 181, 49, 32, 107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0,
107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0,
107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0, 181, 49, 32, 234, 158, 34, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 234, 158, 34, 181, 49, 32, 107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0,
234, 158, 34, 234, 158, 34, 234, 158, 34, 234, 158, 34, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 234, 158, 34, 234, 158, 34, 234, 158, 34, 234, 158, 34,
234, 158, 34, 234, 158, 34, 234, 158, 34, 234, 158, 34, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 234, 158, 34, 234, 158, 34, 234, 158, 34, 234, 158, 34,
255, 255, 255, 234, 158, 34, 234, 158, 34, 234, 158, 34, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 234, 158, 34, 234, 158, 34, 234, 158, 34, 255, 255, 255,
255, 255, 255, 234, 158, 34, 234, 158, 34, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 234, 158, 34, 234, 158, 34, 255, 255, 255,
255, 255, 255, 255, 255, 255, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 255, 255, 255, 255, 255, 255,
255, 255, 255, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 255, 255, 255, 255, 255, 255, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 255, 255, 255,
255, 255, 255, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 255, 255, 255,
255, 255, 255, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 181, 49, 32, 255, 255, 255,
255, 255, 255, 255, 255, 255, 107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0, 255, 255, 255, 255, 255, 255,
255, 255, 255, 255, 255, 255, 107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0, 255, 255, 255, 255, 255, 255,
107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0,
107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0, 107, 109, 0
Required options
Specify which color channel
is stored in each byte position.
This example will reset all options to their
default values before applying new ones.
default values before applying new ones.
Detect obvious decimal or hex
values. Ambiguous digit-only
bytes are read as decimal.
Interpret every channel as a
decimal byte from 0 to 255.
Interpret all input values
as base-16 bytes.
Set the number of data pixels
in each bitmap row.
Scale every input pixel to this
many pixels in width and height.
Fill empty pixel positions
and partial byte triplets
with this color.
Rebuild a Blue Iris from Prefixed Hex Bytes
In this example, we reconstruct a blue iris bitmap from an array of 0x-prefixed hexadecimal RGB bytes and leave byte-format detection in automatic mode. The 50 inner arrays correspond to the 50 image rows, with 29 pixels in each row, so the nested structure preserves the original layout. We enlarge each source pixel into a 2-by-2 block and produce a 58×100 BMP. (Source: Vecteezy.com.)
[[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xfe 0xff 0xff 0xfe 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xfa 0xfa 0xfd 0x73 0x59 0xbe 0x50 0x36 0xa9 0x53 0x38 0xa8 0x93 0x82 0xc9 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xfa 0xf9 0xfc 0xfe 0xfe 0xfe 0xff 0xff 0xff 0xff 0xff 0xff 0xaa 0x9d 0xd4 0xa8 0x9b 0xd3 0x53 0x38 0xab 0x54 0x40 0xaf 0x53 0x39 0xaa 0x57 0x43 0xaf 0x51 0x38 0xaa 0xe9 0xe5 0xf4 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xe8 0xe5 0xf4 0x50 0x39 0xb9 0xa4 0x9a 0xdf 0x4a 0x31 0xa8 0x52 0x37 0xa8 0x52 0x36 0xab 0x51 0x36 0xac 0x43 0x2c 0xa0 0x62 0x53 0xb6 0x7e 0x7a 0xc4 0x55 0x3d 0xab 0xa6 0x99 0xd2 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xfe 0xfe 0xfe 0xff 0xff 0xff 0x49 0x35 0xbe 0x47 0x35 0xc3 0x41 0x2f 0xbd 0x47 0x35 0xc6 0x35 0x22 0x98 0x34 0x21 0x95 0x35 0x23 0x99 0x60 0x42 0xb9 0xac 0xaf 0xbf 0x7e 0x74 0xb4 0x52 0x3d 0xb0 0x51 0x36 0xaa 0xe4 0xdf 0xf1 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xd8 0xd5 0xea 0x30 0x1e 0x8a 0x30 0x1d 0x8a 0x47 0x34 0xc5 0x46 0x34 0xc5 0x3e 0x2c 0xb7 0x42 0x30 0xbb 0x2d 0x1a 0x83 0x26 0x14 0x71 0x51 0x37 0xa9 0xaa 0xa1 0x90 0xbf 0xbd 0x9f 0x8b 0x81 0xab 0x4d 0x39 0xb9 0x4d 0x35 0xaf 0x4e 0x35 0xaa 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0x85 0x7a 0xb8 0x4b 0x36 0xbb 0x47 0x34 0xb7 0x45 0x33 0xc2 0x41 0x2e 0xb7 0x3d 0x2a 0xac 0x38 0x26 0xa5 0x2c 0x1b 0x8d 0x33 0x20 0x86 0x4e 0x36 0xb5 0xc8 0xbf 0xa3 0xce 0xc4 0x7c 0x8c 0x83 0xa3 0x48 0x35 0xc0 0x4b 0x36 0xb8 0x4b 0x34 0xae 0xc8 0xc0 0xe4 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xb6 0xad 0xe3 0xeb 0xe8 0xf7 0x47 0x35 0xc4 0x47 0x34 0xc5 0x3c 0x2b 0xb2 0x2f 0x20 0x93 0x2a 0x1a 0x8a 0x35 0x22 0x95 0x49 0x35 0xc0 0x4a 0x35 0xbf 0xd6 0xc6 0xa2 0xdb 0xc9 0x55 0x56 0x44 0xba 0x49 0x37 0xc4 0x4a 0x35 0xbe 0x4d 0x36 0xb4 0xc8 0xc0 0xe4 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0x46 0x34 0xc6 0x47 0x35 0xc6 0x4a 0x3a 0xc7 0x3e 0x30 0xa7 0x1c 0x0f 0x68 0x44 0x32 0xbf 0x47 0x34 0xc5 0x47 0x35 0xc4 0xe2 0xcd 0x8c 0xb3 0x9b 0x63 0x49 0x37 0xc5 0x4a 0x3b 0xc7 0x46 0x34 0xc0 0x4c 0x36 0xb9 0xe3 0xdf 0xf2 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0x49 0x39 0xc6 0x51 0x47 0xc8 0x54 0x4d 0xc6 0x59 0x56 0xc9 0x59 0x56 0xc8 0x48 0x38 0xc3 0x41 0x32 0xbf 0x47 0x35 0xc6 0xb6 0x9a 0x25 0xa2 0x8c 0x64 0x48 0x38 0xc6 0x47 0x35 0xc7 0x47 0x35 0xc3 0x88 0x7a 0xd2 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xde 0xdd 0xf4 0x53 0x50 0xc3 0x61 0x64 0xc9 0x66 0x6b 0xca 0x67 0x6d 0xcb 0x4f 0x4b 0xc3 0x58 0x52 0xc9 0x53 0x4b 0xc7 0x98 0x7e 0x27 0x9e 0x94 0xcb 0xa3 0x99 0xe3 0xa3 0x9a 0xe3 0xa3 0x99 0xe0 0xff 0xff 0xfe 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xfe 0xe4 0xde 0xf7 0x8d 0x7e 0xd2 0x4b 0x36 0xba 0xa3 0x9a 0xdf 0xff 0xfe 0xfe 0xff 0xff 0xff 0xf4 0xf4 0xfb 0x64 0x6a 0xc9 0x62 0x6a 0xc5 0x64 0x6f 0xc4 0x69 0x78 0xc4 0x71 0x7f 0xcb 0x64 0x6c 0xca 0x54 0x57 0xbe 0x91 0x8b 0xd3 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xfe 0xfe 0xfe 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xdc 0xd7 0xef 0x4d 0x36 0xb4 0x4a 0x35 0xbe 0x4a 0x3b 0xc3 0x50 0x45 0xc8 0x58 0x47 0xcb 0xaa 0xa7 0xe4 0xa3 0x9a 0xe1 0x71 0x6c 0xce 0x67 0x75 0xc3 0x7a 0x8c 0xc8 0x6b 0x77 0xbd 0x78 0x8b 0xca 0x70 0x7f 0xc6 0x63 0x6d 0xbe 0x8a 0x84 0xd2 0x98 0x92 0xd8 0xa1 0x98 0xe1 0x46 0x35 0xc7 0x48 0x39 0xc5 0x4f 0x3b 0xca 0xe1 0xde 0xf5 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xd8 0xd3 0xeb 0x5a 0x40 0xbb 0x4a 0x35 0xbe 0x47 0x35 0xc3 0x49 0x3a 0xc7 0x55 0x4d 0xcb 0x53 0x43 0xc1 0xb8 0xae 0x85 0xe3 0xce 0x4b 0xf7 0xd8 0x1b 0xca 0xaf 0x28 0x79 0x7d 0x9a 0x98 0x98 0x8b 0x82 0x8f 0xb2 0x6f 0x7d 0xb1 0x78 0x73 0x97 0x9d 0x85 0x69 0xa1 0x8a 0x68 0x6a 0x57 0xa7 0x4c 0x3c 0xc3 0x58 0x52 0xcc 0x4e 0x43 0xc7 0x43 0x33 0xc3 0xbb 0xb2 0xe9 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xfe 0xfe 0xff 0x52 0x38 0xa9 0x4c 0x36 0xb6 0x4e 0x41 0xc4 0x50 0x45 0xca 0x49 0x38 0xc7 0x53 0x44 0xc3 0xb4 0xb3 0xa4 0xd0 0xc9 0x9a 0xe2 0xd2 0x78 0xf7 0xdd 0x58 0xfe 0xe0 0x40 0xfc 0xdc 0x13 0xa4 0x83 0x14 0x78 0xa2 0x3c 0x75 0x61 0x65 0xf7 0xd9 0x22 0xff 0xe1 0x4b 0xfe 0xe1 0x57 0xf1 0xda 0x62 0xd8 0xca 0x6c 0x9a 0x95 0xa3 0x67 0x63 0xc8 0x4a 0x3b 0xc6 0x48 0x34 0xc3 0xda 0xd5 0xf3 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xfe 0xfe 0xfe 0x4c 0x34 0xad 0x4b 0x36 0xb9 0x47 0x34 0xc3 0x4d 0x3f 0xc8 0x4e 0x43 0xc6 0x90 0x92 0xd4 0xb8 0xba 0xc1 0xc3 0xbd 0x8a 0xcd 0xc0 0x6a 0xe1 0xca 0x44 0xa3 0x8a 0x6a 0x50 0x3c 0xa9 0xfe 0xfe 0xfe 0x87 0xb7 0x3f 0x33 0x2a 0xaa 0x8b 0x7a 0x7a 0xe5 0xc7 0x29 0xfb 0xdc 0x19 0xe7 0xd1 0x43 0xd6 0xcb 0x8b 0xb8 0xb3 0xb3 0xae 0xb3 0xc0 0x5c 0x51 0xc8 0x48 0x35 0xc2 0x4d 0x38 0xc1 0xd7 0xd3 0xee 0xff 0xff 0xff 0xff 0xff 0xff]
[0xb3 0xa7 0xd9 0x50 0x37 0xaa 0x50 0x3e 0xbb 0x48 0x35 0xc3 0x42 0x32 0xc3 0x56 0x4c 0xcd 0x63 0x5b 0xcb 0x83 0x81 0xc2 0x7c 0x72 0xb4 0x81 0x74 0xa6 0x50 0x43 0xca 0x48 0x35 0xc4 0x3c 0x2d 0xa8 0xfe 0xfe 0xfe 0x92 0xbb 0x48 0x3b 0x30 0xb1 0x4c 0x3e 0xc7 0x47 0x34 0xc6 0x89 0x7b 0x93 0x9f 0x90 0x87 0xc6 0xbe 0x82 0xb4 0xb4 0xa5 0xa8 0xb0 0xcd 0x72 0x71 0xd1 0x48 0x34 0xbf 0x51 0x40 0xbe 0x4d 0x35 0xb4 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0x51 0x36 0xaa 0x4c 0x38 0xb8 0x4a 0x37 0xc2 0x4e 0x41 0xc8 0x47 0x34 0xc6 0x4b 0x3c 0xc6 0x49 0x3a 0xc6 0x4b 0x3c 0xc8 0x47 0x35 0xc7 0x47 0x36 0xc6 0x4e 0x40 0xc5 0x3d 0x2d 0xa5 0xff 0xff 0xff 0x99 0xbc 0x49 0x44 0x32 0xc3 0x47 0x36 0xc7 0x4e 0x41 0xc9 0x46 0x35 0xc5 0x4e 0x42 0xc9 0x7b 0x70 0xb2 0x80 0x7a 0xbc 0x71 0x6d 0xca 0x67 0x60 0xcf 0x49 0x35 0xbd 0x4d 0x38 0xb8 0x4e 0x36 0xb0 0xf3 0xf1 0xf9 0xff 0xff 0xff]
[0xff 0xff 0xff 0x82 0x6f 0xc1 0x50 0x37 0xaf 0x4c 0x39 0xbe 0x47 0x34 0xc3 0x47 0x35 0xc7 0x46 0x34 0xc5 0x44 0x33 0xc4 0x47 0x35 0xc7 0x46 0x36 0xc5 0x46 0x34 0xc4 0x4a 0x36 0xbe 0x3f 0x2e 0x9d 0xff 0xff 0xff 0x52 0x41 0xc9 0x47 0x34 0xc7 0x4c 0x3f 0xc8 0x47 0x34 0xc6 0x48 0x37 0xc7 0x46 0x35 0xc6 0x47 0x34 0xc6 0x4a 0x3b 0xc5 0x4a 0x39 0xc3 0x49 0x35 0xbf 0x4b 0x36 0xbb 0x51 0x3c 0xb5 0x4e 0x37 0xb0 0xa5 0x99 0xd5 0xff 0xff 0xff]
[0xff 0xff 0xff 0xd9 0xd3 0xeb 0x95 0x88 0xce 0x4d 0x36 0xb4 0x49 0x34 0xbd 0x44 0x33 0xc1 0x46 0x34 0xc3 0x47 0x34 0xc5 0x46 0x34 0xc5 0x47 0x34 0xc3 0x46 0x33 0xbb 0xa4 0x99 0xda 0xff 0xff 0xff 0xff 0xff 0xff 0xb6 0xb4 0xd4 0x47 0x34 0xc6 0x46 0x34 0xc6 0x47 0x37 0xc6 0x46 0x35 0xc5 0x45 0x33 0xc3 0x47 0x34 0xc3 0x48 0x35 0xc2 0x48 0x34 0xbf 0x4a 0x35 0xbb 0x4b 0x35 0xb4 0x4f 0x36 0xae 0x83 0x70 0xc1 0xd3 0xcd 0xe8 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xde 0xd9 0xf0 0x9d 0x91 0xd7 0x4b 0x37 0xbb 0xa0 0x96 0xdf 0x9c 0x91 0xdd 0x4e 0x3a 0xc0 0xa4 0x9a 0xde 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0x76 0xa4 0x3b 0x41 0x5b 0x69 0x47 0x35 0xc2 0x48 0x34 0xc2 0x47 0x34 0xc2 0x49 0x35 0xc0 0x4a 0x35 0xbe 0x4c 0x36 0xba 0x4b 0x35 0xb5 0x50 0x37 0xae 0xa6 0x99 0xd3 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xc3 0xda 0x9f 0x64 0xaa 0x24 0x3b 0x86 0x0e 0xb5 0xac 0xe4 0xa4 0x9a 0xdf 0xa4 0x9a 0xdd 0xa5 0x9a 0xdc 0xa3 0x99 0xd9 0xa7 0x9b 0xd6 0xf4 0xf3 0xf9 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xfe 0xfe 0xfe 0x6c 0xad 0x2b 0x42 0x8e 0x12 0xff 0xff 0xff 0xff 0xff 0xff 0xfd 0xfd 0xfa 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0x8f 0xc4 0x4e 0x51 0x9c 0x19 0xfe 0xfe 0xfe 0xff 0xff 0xff 0xfd 0xfd 0xf8 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xcb 0xe0 0xaf 0x5f 0xa9 0x20 0xe4 0xee 0xde 0xff 0xff 0xff 0xf4 0xf8 0xdf 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xfc 0xfd 0xf9 0xdc 0xe9 0xb2 0xfe 0xfe 0xfe 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0x63 0xac 0x22 0xd9 0xe7 0xd1 0xf7 0xfa 0xed 0xf2 0xf6 0xde 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xfa 0xfc 0xf5 0xb8 0xd3 0x69 0xd3 0xe1 0xac 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0x6a 0xae 0x2a 0xd8 0xe7 0xd1 0xc0 0xd7 0x80 0xf9 0xfb 0xf3 0xff 0xff 0xff 0xea 0xf2 0xcf 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xfe]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xf7 0xfa 0xf0 0xaf 0xcd 0x61 0xcb 0xdd 0xa3 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0x7b 0xb6 0x42 0xa3 0xca 0x87 0xaf 0xcd 0x71 0xff 0xff 0xfe 0xfe 0xff 0xfe 0xe7 0xf0 0xd4 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xfe 0xe9 0xf1 0xbf 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xcf 0xe1 0xa6 0xa4 0xc5 0x57 0xab 0xc8 0x73 0xfe 0xfe 0xfe 0xff 0xff 0xff 0xff 0xff 0xff 0x89 0xbe 0x4b 0x3c 0x88 0x10 0xa0 0xc4 0x65 0xff 0xff 0xff 0xac 0xcc 0x7d 0xfe 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xdf 0xec 0x9e 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xfe 0xfe 0xfe 0xc8 0xdc 0xa0 0x99 0xbf 0x4e 0xb8 0xd0 0x93 0xfe 0xfe 0xfe 0xff 0xff 0xff 0xa9 0xd3 0x64 0x3d 0x87 0x0f 0x93 0xbe 0x56 0xff 0xff 0xff 0xb9 0xd7 0x96 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xdb 0xe8 0x9b 0xf5 0xf9 0xe2 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xfb 0xfc 0xf8 0x8b 0xb7 0x43 0x8c 0xb7 0x43 0xb1 0xcb 0x8d 0xff 0xff 0xff 0xe0 0xed 0xca 0x62 0xaa 0x22 0x7a 0xb1 0x36 0xff 0xff 0xff 0xd9 0xea 0xc9 0xff 0xff 0xff 0xff 0xff 0xff 0xec 0xf3 0xd1 0xdd 0xea 0xa2 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0x8a 0xb8 0x46 0x78 0xaa 0x34 0xf5 0xf8 0xf1 0xff 0xff 0xff 0x64 0xaa 0x24 0x66 0xa6 0x27 0x8f 0xc3 0x63 0xd8 0xe9 0xc8 0xff 0xff 0xff 0xff 0xfe 0xff 0xbe 0xd6 0x6e 0xf2 0xf7 0xe0 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xc6 0xdd 0xa6 0x81 0xb4 0x3b 0x66 0x9c 0x26 0xfe 0xfe 0xfe 0x73 0xb1 0x30 0x60 0xa3 0x22 0x86 0xbe 0x57 0xfe 0xfe 0xfe 0xff 0xff 0xff 0xc8 0xde 0x93 0xc7 0xdc 0x92 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0x84 0xb7 0x42 0x7c 0xb2 0x37 0xea 0xf1 0xe2 0x7a 0xb3 0x35 0x60 0xa8 0x21 0x6c 0xaf 0x32 0xfe 0xfe 0xfe 0xff 0xff 0xff 0x97 0xbe 0x4d 0xe9 0xf1 0xd8 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xfe 0xfe 0xfe 0x76 0xb0 0x32 0x5b 0x99 0x21 0x8a 0xba 0x4c 0x5f 0xa8 0x21 0x5f 0xa9 0x20 0xff 0xff 0xff 0xc3 0xdb 0xa1 0x8f 0xba 0x45 0xff 0xff 0xfe 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0x82 0xb9 0x48 0x72 0xaf 0x2f 0x6a 0xa0 0x29 0x42 0x8a 0x12 0x65 0xac 0x29 0xff 0xff 0xff 0xa5 0xcb 0x69 0xd3 0xe5 0xbb 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xfe 0xff 0x6c 0xad 0x2a 0x5d 0x99 0x20 0x44 0x8b 0x13 0xc9 0xe2 0xb4 0xff 0xfe 0xfe 0x82 0xb7 0x3c 0xd6 0xe6 0xc0 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0x71 0xb1 0x36 0x5b 0xa0 0x20 0x4d 0x90 0x17 0xd6 0xe9 0xc7 0xc7 0xdf 0xaf 0x77 0xb2 0x33 0xff 0xfe 0xfe 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0x8f 0xc2 0x63 0x62 0xa9 0x22 0x5e 0x9e 0x22 0xd7 0xe9 0xc7 0xb9 0xd9 0x82 0x6d 0xae 0x2b 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0x5f 0xa9 0x20 0x4f 0x8e 0x18 0xd4 0xe7 0xc6 0x91 0xc4 0x5d 0xbc 0xd9 0x9f 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0x6d 0xb1 0x34 0x4e 0x92 0x17 0xd0 0xe1 0xc3 0x5e 0xa9 0x20 0xcd 0xe3 0xb9 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0x7d 0xb9 0x49 0x45 0x91 0x13 0xd2 0xe2 0xc4 0x6e 0xb1 0x2c 0xcd 0xe4 0xb9 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xbc 0xdb 0xa4 0x54 0x9e 0x1a 0xd4 0xe3 0xc4 0x65 0xac 0x25 0xd8 0xe9 0xc8 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xfe 0x5f 0xa8 0x20 0xb5 0xd3 0x9d 0x5e 0xa9 0x20 0xff 0xff 0xfe 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0x5f 0xa8 0x1f 0x5e 0xa5 0x25 0x5f 0xa9 0x20 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0x7b 0xb8 0x47 0x58 0x98 0x1d 0x5f 0xa9 0x20 0xfe 0xfe 0xfe 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0x7d 0xb9 0x49 0x5d 0x9b 0x1e 0x5f 0xa9 0x20 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0x7d 0xb8 0x49 0x47 0x92 0x14 0x5f 0xa9 0x20 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0x8e 0xc0 0x53 0x48 0x92 0x15 0x5f 0xa9 0x20 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]
[0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xde 0xe9 0xa9 0x56 0xa0 0x1b 0x5f 0xa9 0x20 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff]]
Required options
Specify which color channel
is stored in each byte position.
This example will reset all options to their
default values before applying new ones.
default values before applying new ones.
Detect obvious decimal or hex
values. Ambiguous digit-only
bytes are read as decimal.
Interpret every channel as a
decimal byte from 0 to 255.
Interpret all input values
as base-16 bytes.
Set the number of data pixels
in each bitmap row.
Scale every input pixel to this
many pixels in width and height.
Fill empty pixel positions
and partial byte triplets
with this color.
Decode a Pumpkin from Custom BGR Hex Data
In this example, we decode an unusually formatted hex string into a pumpkin BMP. As the input bytes are not divided into rows, we specify the expected bitmap width and reconstruct a 50-by-43 image. The values follow the BGR order commonly used in bitmap files, so we select this order in the options. Choosing another byte order produces an interesting version of the same BMP with shifted colors. (Source: Vecteezy.com.)
(f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 c6.c4.89 6c.9a.5e a0.ae.75 ce.c7.8d f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 c2.c2.87 37.87.46 31.7a.3f 30.78.3e cc.c4.8b f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 bb.bf.84 37.87.46 31.7a.3f 2f.77.3d d3.ca.8f f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 97.b0.73 37.87.46 30.77.3e 31.7b.40 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 e9.d4.a4 aa.bc.b5 78.b2.d2 03.7e.e5 00.7d.e4 19.89.e7 9a.b7.bd aa.bc.b6 f6.d9.a1 f8.da.a1 f8.da.a1 38.88.47 33.7f.42 30.77.3e 96.ad.72 f8.da.a1 f8.da.a1 d6.cd.a9 ac.ba.b5 ad.b9.b5 04.79.e3 03.79.e4 59.99.cc ad.b9.b4 d1.cb.ab f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 a5.ba.b7 26.93.eb 3e.9d.eb 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 55.9c.cc d1.cb.ab 3b.8a.4a 38.88.47 30.77.3e 32.7c.40 b3.be.9d 59.99.cc 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 53.96.ce d1.cb.ab f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f7.d9.a1 b1.c0.be b1.bf.be 06.80.ed 06.80.ed 04.7f.ea 00.7c.e4 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 08.7e.cb 40.90.62 38.88.47 30.76.3e 30.77.3e 27.7d.79 07.75.e2 00.7c.e4 01.7a.e2 00.7c.e4 00.7c.e4 01.7a.e2 00.7d.e5 00.7c.e4 0f.78.eb 0e.78.ea 5f.9c.d3 b1.c0.be b1.c0.be f7.d9.a0 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 db.cf.ac 79.ad.db 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 0d.82.f5 02.7e.e8 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7c.e4 36.8e.93 37.88.46 38.88.47 31.7a.3f 30.77.3e 30.77.3e 22.81.81 00.7c.e5 00.7d.e5 00.7c.e3 00.7c.e4 05.7f.eb 09.7f.f1 08.7d.f5 01.79.f0 01.79.f0 01.79.f0 01.79.f0 00.79.f0 0e.82.f9 67.a4.d9 db.cf.ac f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a0 6a.a6.db 37.9c.fc 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 15.86.fe 03.7e.e8 00.7d.e5 0d.7f.bd 72.a9.7c 38.88.47 38.88.47 38.88.47 31.7c.40 30.77.3e 30.77.3e 30.77.3e 21.80.80 06.7e.d3 05.7f.eb 10.83.fb 00.78.ef 00.78.ef 00.78.ef 01.79.f0 01.79.f0 01.79.f0 01.79.f0 01.79.f0 01.79.f0 01.79.f0 08.7d.f4 bf.c5.b8 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f7.da.a1 6a.a6.db 15.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 13.85.fb 10.84.f8 10.84.f8 11.85.fa 26.87.a2 38.88.47 38.88.47 38.88.47 38.88.47 38.88.47 2f.76.3d 30.77.3e 30.77.3e 30.77.3e 30.77.3e 33.7e.42 12.86.fb 10.84.f8 11.84.f9 15.86.fe 16.87.ff 16.87.ff 0d.81.f8 06.7c.f3 01.79.f0 01.79.f0 01.79.f0 01.79.f0 01.79.f0 02.79.f0 68.a5.d9 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 7a.ae.d8 4e.a4.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 15.87.ff 11.85.fa 13.87.f1 00.7c.e5 01.7d.e4 00.7c.e3 80.c2.f5 61.b2.f2 00.7d.e5 2b.85.68 37.87.46 38.88.47 37.87.46 37.87.46 31.7a.3f 30.78.3e 30.77.3e 30.78.3e 16.80.a3 07.76.e3 0c.72.e2 0c.72.e2 0c.72.e2 07.76.e3 02.7a.e4 13.84.f9 13.86.fc 16.87.ff 16.87.ff 02.7a.f1 01.79.f0 01.79.f0 01.79.f0 01.79.f0 09.7e.f6 e2.d1.a9 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 e2.d2.a9 1e.8c.fe 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 13.86.fc 13.86.f1 2d.97.ec 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 16.81.a4 24.87.ac 11.83.fb 00.78.ef 00.78.ef 12.84.fc 2e.85.69 06.78.e3 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 07.76.e3 09.80.ee 16.87.ff 16.87.ff 0d.80.f8 01.79.f0 01.79.f0 01.79.f0 01.79.f0 53.9a.d9 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 8a.b2.cf 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 15.87.ff 10.85.f0 05.7f.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 01.7d.e6 16.87.ff 16.87.ff 0b.7f.f7 01.79.f0 01.79.f0 01.79.f0 01.79.f0 12.86.fb 01.7d.e6 0b.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 0c.71.e1 0a.81.f0 16.87.ff 16.87.ff 0c.80.f8 01.79.f0 01.79.f0 01.79.f0 08.7e.f5 e9.d4.a6 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 3d.a0.fb 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 0b.81.f1 31.9a.ed 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 01.7d.e6 16.87.ff 16.87.ff 16.87.ff 16.87.ff 02.79.f0 01.79.f0 01.79.f0 01.79.f0 01.79.f0 0f.84.f8 00.7d.e5 0b.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 06.76.e3 14.86.fd 16.87.ff 15.86.ff 0b.7f.f7 01.79.f0 01.79.f0 01.79.f0 86.b0.cf f8.da.a1 f8.da.a1 f8.da.a1 f7.da.a1 1b.8a.fe 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 38.9e.ee 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 0c.82.f2 16.87.ff 16.87.ff 16.87.ff 14.86.fd 0c.80.f8 01.79.f0 01.79.f0 01.79.f0 01.79.f0 01.79.f0 0a.81.f2 00.7d.e5 0b.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 0b.82.f1 16.87.ff 16.87.ff 16.87.ff 02.79.f0 01.79.f0 01.79.f0 0a.7f.f6 f8.da.a1 f8.da.a1 f8.da.a1 86.b0.cf 43.a3.fc 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 00.7d.e4 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 1b.8a.fe 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 07.7d.f4 01.79.f0 01.79.f0 01.79.f0 01.79.f0 0a.7f.f7 00.7d.e5 00.7c.e4 0c.71.e1 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 06.77.e3 16.87.ff 16.87.ff 0f.81.f7 0c.80.f7 01.79.f0 01.79.f0 0b.80.f7 f8.da.a1 f8.da.a1 f8.da.a1 87.b0.d0 40.a2.fc 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 0b.82.f1 40.9e.ea 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 0b.82.f2 15.86.fe 16.87.ff 16.87.ff 15.86.fe 16.87.ff 16.87.ff 0c.80.f8 01.79.f0 01.79.f0 01.79.f0 01.79.f0 01.79.f0 0a.81.f1 00.7c.e4 05.77.e3 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 06.77.e3 16.87.ff 16.87.ff 16.87.ff 16.87.ff 01.79.f0 01.79.f0 01.79.f0 f2.d7.a2 f8.da.a1 f8.da.a1 86.b0.cf 15.87.fe 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 0b.82.f2 38.9e.ef 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 42.a2.fc 16.87.ff 16.87.ff 16.87.ff 0d.7f.f4 16.87.ff 16.87.ff 16.87.ff 01.79.f0 01.79.f0 01.79.f0 01.79.f0 01.79.f0 0b.80.f7 00.7d.e5 00.7d.e5 0b.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 06.77.e2 16.87.ff 16.87.ff 0d.7f.f4 15.86.fe 0b.80.f7 01.79.f0 00.78.ef 87.b0.d0 f8.da.a1 f8.da.a1 87.b0.cf 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 0b.82.f2 38.9e.ef 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e4 15.87.fe 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 0d.7f.f4 16.87.ff 0b.80.f7 01.79.f0 01.79.f0 01.79.f0 01.79.f0 0b.7f.f7 00.7d.e5 00.7c.e4 06.77.e3 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 16.87.ff 16.87.ff 16.87.ff 0d.7f.f4 0b.7f.f7 01.79.f0 01.79.f0 87.b0.d0 f8.da.a1 f8.da.a1 86.b0.d0 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 0b.82.f2 38.9e.ef 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 0a.81.f1 15.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 01.79.f0 01.79.f0 01.79.f0 01.79.f0 01.79.f0 0b.82.f2 00.7d.e5 00.7d.e5 0b.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 16.87.ff 16.87.ff 16.87.ff 16.87.ff 0b.7f.f7 01.79.f0 01.79.f0 87.b0.d0 f8.da.a1 f8.da.a1 87.b0.d0 15.86.fe 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 0b.82.f1 00.7d.e4 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 0b.82.f2 15.87.fe 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 15.86.fe 00.78.ef 01.79.f0 01.79.f0 01.79.f0 01.79.f0 0b.82.f2 00.7d.e5 01.7b.e2 06.77.e3 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 07.76.e2 16.87.ff 16.87.ff 16.87.ff 16.87.ff 14.85.fd 01.79.f0 00.79.f0 87.b0.d0 f8.da.a1 f8.da.a1 87.b0.d0 3d.9b.fe 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 0b.81.f1 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 0b.82.f2 1f.8c.fe 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 15.86.fe 16.87.ff 16.87.ff 0a.7f.f7 01.79.f0 01.79.f0 01.79.f0 01.79.f0 01.7b.ea 00.7d.e5 00.7d.e5 04.74.de 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 06.77.e3 16.87.ff 16.87.ff 16.87.ff 16.87.ff 14.86.fd 01.79.f0 00.78.ef 87.b0.d0 f8.da.a1 f8.da.a1 87.b0.cf 15.86.fe 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 15.86.fe 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 0b.82.f2 15.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 0b.80.f7 01.79.f0 01.79.f0 01.79.f0 01.79.f0 0a.7f.f6 00.7d.e5 00.7d.e5 00.7c.e4 0c.72.e2 0c.72.e2 0c.72.e2 0c.72.e2 06.77.e3 16.87.ff 16.87.ff 16.87.ff 0d.7f.f4 0b.80.f7 01.79.f0 0a.7f.f7 f0.d6.a3 f8.da.a1 f8.da.a1 8f.b3.cc 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 0b.82.f2 15.87.fe 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 0b.7f.f7 01.79.f0 01.79.f0 01.79.f0 01.79.f0 0b.80.f7 00.7d.e5 00.7c.e4 00.7c.e4 06.77.e3 0c.72.e2 0c.72.e2 0c.72.e2 06.77.e3 16.87.ff 16.87.ff 16.87.ff 0e.80.f5 0b.7f.f7 01.79.f0 0b.80.f7 f7.da.a1 f8.da.a1 f8.da.a1 f8.da.a0 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 00.7c.e4 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 03.7e.e8 14.86.fe 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 14.86.fd 0c.7e.f3 16.87.ff 16.87.ff 01.79.f0 01.79.f0 01.79.f0 01.79.f0 03.7c.ed 00.7d.e5 00.7d.e5 00.7b.e4 06.77.e3 0c.72.e2 0c.72.e2 0c.72.e2 0b.80.f1 16.87.ff 16.87.ff 16.87.ff 14.85.fd 0b.80.f7 01.79.f0 0a.7f.f7 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 18.87.fd 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 0a.82.f2 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e4 47.a0.fe 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 0e.7f.f5 16.87.ff 01.79.f0 01.79.f0 01.79.f0 01.79.f0 07.7f.ef 00.7d.e5 00.7d.e5 00.7d.e5 06.77.e3 0c.72.e2 0c.72.e2 0c.72.e2 0b.82.f2 16.87.ff 16.87.ff 0e.80.f5 14.86.fd 01.79.f0 01.79.f0 87.b0.cf f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 87.b0.d0 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 0b.82.f2 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 43.a3.fc 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 01.79.f0 01.79.f0 01.79.f0 01.79.f0 0b.82.f2 00.7d.e5 00.7d.e5 01.7b.e3 06.77.e3 0c.72.e2 0c.72.e2 07.76.e2 14.86.fc 16.87.ff 0e.80.f5 14.85.fc 16.87.ff 01.79.f0 09.7e.f6 87.b0.d0 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 e3.d2.a9 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 5a.aa.fe 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 15.86.fe 16.87.ff 16.87.ff 01.79.f0 01.79.f0 01.79.f0 01.79.f0 0b.82.f2 00.7d.e5 00.7d.e5 00.7d.e5 06.77.e3 0c.72.e2 0c.72.e2 06.77.e3 16.87.ff 16.87.ff 16.87.ff 16.87.ff 0d.81.f8 01.79.f0 13.84.fc f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 72.a8.d8 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 08.80.ef 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 0b.81.f1 15.87.fe 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 01.79.f0 01.79.f0 01.79.f0 00.78.ef 02.7d.e7 00.7d.e5 00.7c.e4 03.76.df 06.77.e3 0c.72.e2 0c.72.e2 0b.81.f1 16.87.ff 15.86.fe 0e.80.f5 16.87.ff 0a.7f.f6 01.79.f0 86.b0.d0 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 dc.cf.ac 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 13.85.fb 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 0a.81.f1 43.a3.fc 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 0f.81.f6 01.79.f0 01.79.f0 01.79.f0 0a.7f.f7 00.7d.e5 00.7d.e5 00.7d.e5 01.7a.e3 06.77.e3 0c.72.e2 07.76.e2 13.85.fb 16.87.ff 16.87.ff 15.86.fe 16.87.ff 01.79.f0 10.84.fb e1.d1.aa f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 6a.a6.db 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 07.80.ee 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 02.7e.e8 26.8f.fe 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 15.86.fe 16.87.ff 16.87.ff 01.79.f0 01.79.f0 01.79.f0 0b.80.f7 00.7d.e5 00.7d.e5 03.76.df 00.7d.e5 06.77.e3 0c.72.e2 09.7f.ed 16.87.ff 16.87.ff 16.87.fe 16.87.ff 0b.7f.f7 08.7e.f5 75.aa.d7 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 d4.cc.af 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 11.85.fa 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 34.9a.fc 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 13.84.fb 16.87.ff 01.79.f0 01.79.f0 01.79.f0 07.7f.ef 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 06.77.e3 07.75.e2 12.85.fa 16.87.ff 13.84.fb 16.87.ff 0d.7f.f4 01.79.f0 12.84.fc f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 86.b0.ce 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 06.80.ec 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 0e.83.f5 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 15.86.fe 01.79.f0 01.79.f0 00.78.ef 0b.82.f2 00.7d.e5 00.7d.e5 00.7c.e4 00.7d.e4 0a.73.e2 0c.7b.ec 16.87.ff 16.87.ff 15.86.fe 16.87.ff 0b.7f.f7 10.83.fa d2.cc.b0 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 63.a3.de 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 0e.83.f6 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 0b.82.f2 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 01.79.f0 01.79.f0 0a.7f.f7 00.7d.e4 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 0c.72.e1 0d.83.f5 16.87.ff 13.84.fc 13.84.fb 0e.82.f9 07.7d.f4 64.a3.dd f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 55.9e.e4 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 04.7e.ea 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 04.7e.e9 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 15.86.fe 16.87.fe 01.79.f0 01.79.f0 0a.81.f3 00.7d.e5 00.7d.e5 00.7c.e4 03.77.e0 03.75.de 06.77.e4 16.87.ff 16.87.ff 10.82.f8 15.86.fe 0a.7f.f6 5c.a0.e1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 d0.cb.b1 1a.88.fc 16.87.ff 16.87.ff 16.87.ff 16.87.ff 11.85.fa 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 16.87.ff 16.87.ff 16.87.ff 16.87.ff 10.82.f8 16.87.ff 16.87.ff 0f.82.fa 01.79.f0 00.78.ef 04.7e.e9 00.7d.e5 00.7d.e5 02.79.e2 01.79.e2 02.7a.e4 0e.83.f5 16.87.ff 12.84.fa 16.87.ff 0c.80.f8 53.9d.e5 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f5.d9.a1 5c.a0.e1 16.87.ff 16.87.ff 16.87.ff 16.87.ff 06.80.ec 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 0b.82.f2 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 12.84.fa 0b.7f.f7 01.79.f0 0a.7f.f5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 06.80.ed 16.87.ff 16.87.ff 10.82.f8 16.87.ff 5c.a0.e1 f7.d9.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 95.b5.ca 15.86.ff 16.87.ff 16.87.ff 12.85.fb 00.7d.e4 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 04.7f.ea 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 0b.80.f7 00.78.ef 06.80.ec 00.7d.e5 00.7d.e5 00.7d.e5 02.79.e1 02.79.e1 11.84.f9 16.87.ff 16.87.ff 14.85.fd 94.b5.ca f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a0 95.b5.ca 15.86.ff 16.87.ff 11.84.f9 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 00.7d.e5 0f.84.f7 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 0a.80.f7 0a.80.f4 00.7d.e5 00.7d.e5 00.7d.e5 02.79.e2 00.7d.e5 11.84.f9 16.87.ff 16.87.fe 95.b5.ca f7.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 e8.d4.a7 87.b0.cf 81.ad.c9 00.7c.e4 00.7d.e5 00.7d.e5 00.7d.e5 01.7d.e6 16.87.ff 16.87.ff 16.87.ff 16.87.ff 16.87.ff 05.7c.f3 05.7f.eb 00.7d.e5 00.7d.e5 00.7d.e5 02.78.e1 81.ae.c9 86.b0.d0 bf.c5.b8 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 7c.ab.c3 7c.ab.c3 4e.9a.cf 7c.ab.c3 bf.c5.b8 15.87.fe 16.87.ff 16.87.ff 16.87.fe c0.c5.b8 6e.a6.c6 00.7c.e5 00.7d.e4 7b.ab.c3 c2.c5.af f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 86.b0.cf 86.b0.cf f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1 f8.da.a1)
Required options
Specify which color channel
is stored in each byte position.
This example will reset all options to their
default values before applying new ones.
default values before applying new ones.
Detect obvious decimal or hex
values. Ambiguous digit-only
bytes are read as decimal.
Interpret every channel as a
decimal byte from 0 to 255.
Interpret all input values
as base-16 bytes.
Set the number of data pixels
in each bitmap row.
Scale every input pixel to this
many pixels in width and height.
Fill empty pixel positions
and partial byte triplets
with this color.
All bitmap tools
Quickly convert an opaque bitmap to a transparent bitmap.
Quickly substitute one color for another in a bitmap.
Quickly find all colors in a bitmap and extract them.
Quickly change the number of bits used by every BMP pixel.
Quickly turn a color bitmap into a grayscale bitmap.
Quickly animate a bitmap sprite sheet.
Quickly convert an animation into a bitmap sprite sheet.
Quickly blur an area of a bitmap.
Quickly sharpen an area of a bitmap.
Quickly pixelate an area of a bitmap.
Quickly create a bitmap file from random, colorful pixels.
Quickly change the width/height of a bitmap.
Quickly select a region from a bitmap.
Quickly rotate a bitmap by any angle.
Quickly add a border around or inside a bitmap.
Quickly delete a border that surrounds a bitmap.
Quickly create a byte array from a BMP image.
Quickly create a BMP image from a byte array.
Quickly convert RGB bitmap colors to BGR channel order.
Quickly convert BGR bitmap colors to RGB channel order.
Quickly create a BMP image by mapping text symbols to colored pixels.
Quickly convert a BMP file to the base-64 encoding.
Quickly convert base-64 encoding to a BMP file.
Coming soon
These bitmap tools are on the way
Edit and Draw Bitmaps
Create and edit bitmaps in your browser.
Compress a Bitmap
Make a bitmap smaller in size.
Uncompress a Bitmap
Convert a compressed bitmap to a raw RGB pixel bitmap.
Swirl a Bitmap
Create a swirl of any radius in a bitmap.
Make Bitmap Black and White
Reduce all bitmap colors to just black and white.
Merge Bitmaps
Join two or more bitmaps together.
Overlay Bitmaps
Place two or more bitmaps on top of each other.
Split a Bitmap
Split a bitmap into multiple independent bitmaps.
Extract a Bitmap Fragment
Extract one or more selected areas from a bitmap.
Duplicate a Bitmap
Make copies of bitmaps and paste them together.
Skew a Bitmap
Skew a bitmap by an arbitrary angle.
Shift a Bitmap
Shift a bitmap to the left or right.
Flip a Bitmap Vertically
Turn a bitmap upside-down.
Flip a Bitmap Horizontally
Make a mirror copy of a bitmap.
Convert Bitmap to Webp
Convert a BMP to a Webp.
Convert Webp to Bitmap
Convert a Webp to a BMP.
Convert Bitmap to PNG
Convert a BMP to a PNG.
Convert PNG to Bitmap
Convert a PNG to a BMP
Convert Bitmap to JPEG
Convert a BMP to a JPG.
Convert JPEG to Bitmap
Convert a JPG to a BMP.
Convert Bitmap to BPG
Convert a BMP to a BPG.
Convert BPG to Bitmap
Convert a BPG to a BMP.
Convert GIF to Bitmap
Save GIF frames as BMP images.
Convert BMP to GIF
Convert a bitmap to a single-frame GIF.
Convert Bitmap to Data URI
Create a Data URL scheme of a bitmap.
Convert Data URI to Bitmap
Convert a Data URL scheme back to a bitmap image.
BitBlt Bitmaps
Bit Blit two or more BMPs.
Replace Bitmap Color Index
Put a new color table in a BMP.
Print Bitmap Color Index
Extract the color table of a BMP.
Print Raw Bitmap Pixels
Extract raw RGB pixels from a BMP and print them out as text.
Convert Raw RGB to BMP
Create a bitmap image from raw RGB pixels.
Randomize Bitmap Color Index
Randomly rearrange colors in the BMP color table.
Optimize a Bitmap
Reduce a BMP's memory footprint.
Destroy a BMP
Destroy parts of a bitmap and make it glitchy.
Subscribe!
Never miss an update
Cool!
Notifications
We'll let you know when we add this tool
Cool!
