DomChennnn / RLE_codec

a simple RLE codec for 24-bit BMP images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RLE_codec

A simple codec using RLE for 24bit bmp images

Compress each channel with RLE

What we need

stb_image.h & stb_image_write.h

How to use it

#encode
%s -e test.bmp test.rle
#decode
%s -d test.rle test.bmp

About

a simple RLE codec for 24-bit BMP images


Languages

Language:C 100.0%