Skip to content

AlexJMercer/Imageify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 Imageify 🖼️

Introduction

Imageify is a tool that allows users to convert text into images or vice versa. This isn't an application like DALL-E or Midjourney, but rather a simple utility to hide text as images, as the pixel values of the image.

Why?

Because steganography!

It's not obvious while looking at an image full of blobs of pixels that it may contain hidden text. Actually, in this case, the text isn't even hidden. The image is exactly a visual representation of the text.

This is peak hiding in plain sight.

How To Run?

No installation is required. Find the latest release on the Releases page and download the zipped folder.

Unzip the folder and run Imageify.exe -h in your terminal to see the help message.

A few examples of how to use the commands:

First create a .txt file with some text in it, e.g. input.txt

  • Convert text to images:
    Imageify.exe --encode input.txt --output encodedImage.png

  • Convert images back to text:
    Imageify.exe --decode encodedImage.png --output outputFile.txt

  • Show help message:
    Imageify.exe -h

Additionally...

If you encounter:

  • Bugs
  • Weird behavior
  • Have feature requests
  • Want to contribute

Please open an issue or a pull request on the GitHub repository. I welcome any contributions and feedback!

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Encode and Decode any file into an image and back !

Topics

Resources

License

Stars

Watchers

Forks

Languages