AnyToImage

Convert files to images.

View the Project on GitHub

Kotlin 1.4.10 TornadoFX 1.7.20 release license

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.

demo

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. The files can be obtained from the hello-world repository which was inspired by The Hello World Collection.

Limitations

Due to the way certain aspects of this code is implemented, there are some known limitations.

Input

License

This project is licensed under the MIT License - see the LICENSE.md file for details