Add conversion

This commit is contained in:
Justin Ethier 2016-04-19 22:23:23 -04:00
parent 7815cebd5a
commit 41bd27ca1b

View file

@ -25,8 +25,8 @@ clean:
rm -f *.o $(SCM_PROGRAM).c $(SCM_PROGRAM) $(META_FILES) $(GENC_FILES) $(COBJECTS) write-png *.png
convert:
convert -resize 400x test.png out.png
# convert -delay 120 -loop 0 *.png animated.gif
convert -resize 400x *.png
convert -delay 10 -loop 0 *.png animated.gif
# A temporary directive to build the life program using GCC directly
# For now, need to manually add "#include "../write-png.h"" to example/life.c to get it to build