This program creates gif animation (just move from start to end) from image file. User can choose direction which way to move image. Supported format:
- jpg
- png
- gif
gif_anime_creator_go [-start=position] [-end=position] [-loop=boolean] image_file_name
-start position to start from. right, left, top, bottom are allowed. default: left
-end position to end to. right, left, top, bottom are allowed. default: right
-center true: start from center. false: start from outside. defalut: false
image_file_name image file to convert.