Skip to content

v1.1.0 Fixed Installation Issues

Latest
Compare
Choose a tag to compare
@COMMANDO2406 COMMANDO2406 released this 31 May 18:43
· 12 commits to main since this release
6a879e9

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!