Releases: COMMANDO2406/TextToPng
Releases · COMMANDO2406/TextToPng
v1.1.0 Fixed Installation Issues
Encoder Release Notes:
Version 1.1.0
- Convert a given string to binary representation.
- Generate an 8xN binary image from the binary representation, where N is the number of characters in the string.
- Save the generated image as "output_image.png".
Changes:
- Fixed bug due to faulty installation techniques
- Changed input method to be easier for end user
Decoder Release Notes:
Version 1.1.0
- Open the "output_image.png" file.
- Extract the binary representation from the image.
- Convert the binary representation back to the original string.
- Print the decoded string to the console.
Changes:
- Fixed bug due to faulty installation techniques
Please let me know if there's anything else I can assist you with!
Version 1.0.0 (Initial Release)
Encoder Release Notes:
Version 1.0.0 (Initial Release)
- Convert a given string to binary representation.
- Generate an 8xN binary image from the binary representation, where N is the number of characters in the string.
- Save the generated image as "output_image.png".
Decoder Release Notes:
Version 1.0.0 (Initial Release)
- Open the "output_image.png" file.
- Extract the binary representation from the image.
- Convert the binary representation back to the original string.
- Print the decoded string to the console.
Note: Error handling has been added to handle cases where the required input files ("data.txt" for the encoder and "output_image.png" for the decoder) are not found. The program will display an error message and exit with a status code of 1 in such cases.
Please let me know if there's anything else I can assist you with!