A Programm to convert Files into Pictures and back into Files
This file converts to:
You need Java 8 or higher
Just download the latest jar file or compile the File2Pic.java
to a jar file.
Just start the jar-File
Just run java -jar [jar-path] [file/dir-path] [switch convert direction]
in the command line
Note: If you run it without the Arguments the UI will launch
- jar-path
- Path to the jar-file
- file/dir-path
- Path to file for single file
- Path to directory for converting all files in the directory
- switch convert direction
true
to convert file(s) to picture(s)false
to convert picture(s) to file(s)