forked from jaukia/zoomooz
-
Notifications
You must be signed in to change notification settings - Fork 1
/
create-thumbnails.sh
11 lines (6 loc) · 931 Bytes
/
create-thumbnails.sh
1
2
3
4
5
6
7
8
9
10
11
python webkit2png.py --filename=imagestack file:///Users/jaukia/Dropbox/zoomooz/gitcodebase/examples/imagestack/index.html?q=zooming -D site/images/thumbnails/. -C --delay=2
python webkit2png.py --filename=isometric file:///Users/jaukia/Dropbox/zoomooz/gitcodebase/examples/isometric/index.html -D site/images/thumbnails/. -C
python webkit2png.py --filename=simple file:///Users/jaukia/Dropbox/zoomooz/gitcodebase/examples/simple/index.html -D site/images/thumbnails/. -C
python webkit2png.py --filename=hierarchy file:///Users/jaukia/Dropbox/zoomooz/gitcodebase/examples/hierarchy/index.html -D site/images/thumbnails/. -C
python webkit2png.py --filename=rootchange file:///Users/jaukia/Dropbox/zoomooz/gitcodebase/examples/rootchange/index.html -D site/images/thumbnails/. -C
python webkit2png.py --filename=svgtree file:///Users/jaukia/Dropbox/zoomooz/gitcodebase/examples/svgtree/index.html -D site/images/thumbnails/. -C