Skip to content

Commit

Permalink
Fixed thumbnail generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jaukia committed Mar 2, 2013
1 parent f90d571 commit b52386c
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/create-thumbnails.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/bin/bash

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
EXAMPLE_DIR=file://$DIR
EXAMPLE_DIR=file://$DIR/../examples
THUMB_DIR=../website-assets/images/thumbnails/

echo "Work directory url: "+$EXAMPLE_DIR

python ./webkit2png.py --filename=imagestack $EXAMPLE_DIR/imagestack/index.html?q=zooming -D $THUMB_DIR. -C --delay=2
python ./webkit2png.py --filename=isometric $EXAMPLE_DIR/isometric/index.html -D $THUMB_DIR. -C
python ./webkit2png.py --filename=isometric $EXAMPLE_DIR/isometric/index.html -D $THUMB_DIR. -C --delay=2
python ./webkit2png.py --filename=simple $EXAMPLE_DIR/simple/index.html -D $THUMB_DIR. -C
python ./webkit2png.py --filename=hierarchy $EXAMPLE_DIR/hierarchy/index.html -D $THUMB_DIR. -C
python ./webkit2png.py --filename=rootchange $EXAMPLE_DIR/rootchange/index.html -D $THUMB_DIR. -C
Expand Down
Binary file modified website-assets/images/thumbnails/hierarchy-clipped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website-assets/images/thumbnails/imagestack-clipped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website-assets/images/thumbnails/isometric-clipped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website-assets/images/thumbnails/rootchange-clipped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website-assets/images/thumbnails/simple-clipped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website-assets/images/thumbnails/svgtree-clipped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b52386c

Please sign in to comment.