Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeJMattson committed Jun 18, 2018
1 parent 6c8609e commit d9a5fff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,19 @@
<img src="https://img.shields.io/badge/Java-8-blue.svg" alt="Java 8">
</a>
<a href="LICENSE.md">
<img src="https://img.shields.io/github/license/mattson543/FacialRecognition.svg">
<img src="https://img.shields.io/github/license/mattson543/AnyToImage.svg">
</a>
</p>

<p align="justify">
This project allows you to convert almost any file, group of files, or directory into an image.
By reading bytes from a file and using those bytes as color channel values, pixels can be constructed and used to form an image.
The current build allows you to convert files to images, and extract files from converted images.
</p>

<img src="AnyToImage/demo/Demo.png" width="100%" />

<p align="justify">
The image above is a demonstration of this code.
It is composed of 27 folders containing a total of 520 files.
Each source file is an implementation of "Hello World" in a different programming language.
Expand Down

0 comments on commit d9a5fff

Please sign in to comment.