Added convert

This commit is contained in:
Justin Ethier 2016-04-19 03:28:08 -04:00
parent e78eecbd50
commit 1910c435f5

View file

@ -3,3 +3,7 @@ all:
clean:
rm -f a.out *.o *.png
convert:
convert -resize 400x test.png out.png
# convert -delay 120 -loop 0 *.png animated.gif