Pixcode is a nice and easy to implement way to encode your data to pixels. You can easily encode almost any file to pixels (also remember that huge files takes more time to encrypt and decrypt).
First of all clone this repo using:
git clone https://github.com/0xGeekHub/pixcode.gitthen install requirements using:
python3 -m pip3 install -r requirements.txtafter that for encoding, use encode or encode_bytes functions based on your needs.
And for decoding, use their correspondings, decode or decode_bytes functions based on your needs.