Introduction
Introduction Statistics Contact Development Disclaimer Help
ttrim whitespace around output - Granular.jl - Julia package for granular dynam…
git clone git://src.adamsgaard.dk/Granular.jl
Log
Files
Refs
README
LICENSE
---
commit a19e2a8c201bda48eafc46a2080e19f0a532c429
parent 6fd3f588961a35e93acfda7850c4f04db0b5851c
Author: Anders Damsgaard <[email protected]>
Date: Tue, 12 Sep 2017 22:26:09 -0400
ttrim whitespace around output
Diffstat:
M examples/logo.animate.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/examples/logo.animate.sh b/examples/logo.animate.sh
t@@ -1,2 +1,4 @@
#!/bin/bash
-convert -delay 10 -transparent-color white -reverse -loop 0 logo/*.png logo/lo…
+convert -trim +repage \
+ -delay 10 -transparent-color white -reverse -loop 0 \
+ logo/*.png logo/logo.gif
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.