By: Yap Jin Heng
Mentor: A/Prof. Dr. Wong Kok Sheik
- Gifsicle
- ImageMagick
- Python and the following libraries:
- Download and install the dependencies above.
- From the terminal, run the following command:
python main.py {INPUT_GIF} {OUTPUT_GIF} [-v]
- The
-v
flag is optional, where it performs additional validation after extracting data.
- The
- If any modifications need to be done, perform them in
main.py
.
- Download and install the dependencies above.
- Edit and run the functions in
gif_analyser.py
as necessary.