# Hexcrypt This CLI program can be used to convert UTF-8 encoded text into RGB image and vice versa ## Usage example: ```sh $ hexcrypt -e file.txt -o image.png -s 16x16 ``` ```sh $ hexcrypt -d image.png -o file.txt ```