Skip to content

Decoder/Encoder Binary to RGB565 image (Stenography)

Notifications You must be signed in to change notification settings

royalrao/decoder_encoder_rgb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary to RGB565 image

This encodes a binary file to an RGB565 image.
It's quite simple and could even be potentially be decoded on older computers.

You can build it for both MinGW (assuming you have SDL and SDL_image available) and Linux with the respective makefiles.

TODO : Remove SDL dependency and make a web version of it (One that is fully static and Javascript based if possible).

About

Decoder/Encoder Binary to RGB565 image (Stenography)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.3%
  • Makefile 7.7%