Package eu.kartoffelquadrat.visucrypt
Class Launcher
- java.lang.Object
-
- eu.kartoffelquadrat.visucrypt.Launcher
-
public class Launcher extends Object
Launcher class for Visual Cryptography implementation.
-
-
Field Summary
Fields Modifier and Type Field Description static String
OUTPUT_FORMAT
-
Constructor Summary
Constructors Constructor Description Launcher()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
Main method consumes path to original image and stores to result images in tmp directory.
-
-
-
Field Detail
-
OUTPUT_FORMAT
public static final String OUTPUT_FORMAT
- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException
Main method consumes path to original image and stores to result images in tmp directory.- Parameters:
args
- location of input image as string encoding path to resource- Throws:
IOException
-
-