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!