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.
- Host: GitHub
- URL: https://github.com/quantumbytestudios/charpix
- Owner: QuantumByteStudios
- License: mit
- Created: 2022-03-01T13:40:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-18T23:53:39.000Z (10 months ago)
- Last Synced: 2025-04-02T01:42:29.194Z (7 months ago)
- Topics: encryption, encryption-decryption, image-encryption, image-encryption-algorithm
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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."