Skip to content

JacobParham/CPlusPlus_Animation

Repository files navigation

Jacob Parham
811845246

compile:
g++ -Wall -pedantic-errors -std=c++11 -o moving_pictures Frame.cpp Filter.cpp Animation.cpp moving_pictures.cpp
(or make)

run: ./moving_pictures [filter|control] < img/[file]
example: ./moving_pictures < img/go_dawgs.uga
./moving_pictures ScanLine 2 < img/go_dawgs.uga

clean: make clean

About

Animation project done in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published