- Displays custom animations in visual, textual, and svg file format using MVC design pattern and javax.swing
- Allows for editing, adding, and removing of images with intuitive user interface
- Find Animator.jar in resources directory
- From command line, type
java -jar Animator.jar -in <file path> -view <type>, optionally include program arguments detailed below
- Required
-in <file path>to display a file. Sample files are provided in samples directory-view <type>where types includetext,svg,visual, andedit
- Optional
-speed <positive integer>where speed is measured in ticks per second-out <file path>to save the animation to a file location