Skip to content

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.

License

Notifications You must be signed in to change notification settings

QuantumByteStudios/CharPix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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."

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Languages