mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 00:07:36 +02:00
Added convert
This commit is contained in:
parent
e78eecbd50
commit
1910c435f5
1 changed files with 4 additions and 0 deletions
|
@ -3,3 +3,7 @@ all:
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f a.out *.o *.png
|
rm -f a.out *.o *.png
|
||||||
|
|
||||||
|
convert:
|
||||||
|
convert -resize 400x test.png out.png
|
||||||
|
# convert -delay 120 -loop 0 *.png animated.gif
|
||||||
|
|
Loading…
Add table
Reference in a new issue