Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages