An open API service indexing awesome lists of open source software.

https://github.com/quantumbytestudios/charpix

Each Pixel is a Character - This Python script takes binary data from a text file, converts it into an image, and displays/saves the resulting image.
https://github.com/quantumbytestudios/charpix

encryption encryption-decryption image-encryption image-encryption-algorithm

Last synced: 7 months ago
JSON representation

Each Pixel is a Character - This Python script takes binary data from a text file, converts it into an image, and displays/saves the resulting image.

Awesome Lists containing this project

README

          



> [!NOTE]
> Project Description: This Python script reads binary data from a text file, converts it to an image, and displays/saves the image. It includes functions to obtain binary representation from ASCII text, calculate optimal image dimensions, and handle pixel writing based on the binary data. The script utilizes the PIL (Python Imaging Library) module for image creation and processing. The resulting image is displayed and saved as "image.png."