diff options
| author | Ryan Baumann <ryan.baumann@gmail.com> | 2016-07-29 15:30:50 -0400 |
|---|---|---|
| committer | Ryan Baumann <ryan.baumann@gmail.com> | 2016-07-29 15:30:50 -0400 |
| commit | c580b52b55b4473deb278f85433dcf347ed79e24 (patch) | |
| tree | 6a4ed56ad152a79ab1483cd95c66bbe2609e2cef /run-sterogranimator.sh | |
Initial commit
Diffstat (limited to 'run-sterogranimator.sh')
| -rwxr-xr-x | run-sterogranimator.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/run-sterogranimator.sh b/run-sterogranimator.sh new file mode 100755 index 0000000..1d27eee --- /dev/null +++ b/run-sterogranimator.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +wget -O $1.gif "http://stereo.nypl.org/view/$1.gif?n=1" + +convert $1.gif -coalesce +adjoin $1_%01d.png + +./run-torchwarp.sh $1 |
