Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 611 Bytes

File metadata and controls

27 lines (14 loc) · 611 Bytes

PIXEL

PIXEL – Portable Image eXchange and Encoding Logic

This was a random idea, What it does is it converts files to a weird png file that can be decoded back to the original file.

LIBRARIES

You need pillow (pip install pillow)

Run the encoder to encode (duh) the file. If you are encoding large files it may take some time.

Run the decoder to (you guessed it) decode the encoded file back to the original file.

V1.1.0 Made encoding/decoding way faster and more efficent.

V1.1.1 Fixed a bug where certian files would not be decoded. Removed zlib.

V1.5 Made encoded file sizes slightly smaller