summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-ximg/example.sh6
-rw-r--r--img/thumb-example.pngbin0 -> 27996 bytes
2 files changed, 6 insertions, 0 deletions
diff --git a/img/example.sh b/img/example.sh
new file mode 100755
index 0000000..d018133
--- /dev/null
+++ b/img/example.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+convert thumb-les-mis-orig.png \
+ -crop 303x156+250+100 \
+ -resize 66.67% \
+ thumb-example.png
diff --git a/img/thumb-example.png b/img/thumb-example.png
new file mode 100644
index 0000000..2e5c716
--- /dev/null
+++ b/img/thumb-example.png
Binary files differ