summaryrefslogtreecommitdiffstats
path: root/kjsembed/docs/examples/imageinfo/README
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commit90825e2392b2d70e43c7a25b8a3752299a933894 (patch)
treee33aa27f02b74604afbfd0ea4f1cfca8833d882a /kjsembed/docs/examples/imageinfo/README
downloadtdebindings-90825e2392b2d70e43c7a25b8a3752299a933894.tar.gz
tdebindings-90825e2392b2d70e43c7a25b8a3752299a933894.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kjsembed/docs/examples/imageinfo/README')
-rw-r--r--kjsembed/docs/examples/imageinfo/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/kjsembed/docs/examples/imageinfo/README b/kjsembed/docs/examples/imageinfo/README
new file mode 100644
index 00000000..3940153a
--- /dev/null
+++ b/kjsembed/docs/examples/imageinfo/README
@@ -0,0 +1,22 @@
+A number of utilities showing the facilties for dealing with image
+files. The scripts here are independent from each other.
+
+imageinfo.js Prints the width, height, depth and format of
+ images that are in a supported format. This script
+ is a good example of how to process arguments
+ passed on the command line.
+
+imagescale.js Loads an image, scales it to the specified size,
+ then saves using the specified name and format.
+
+imagegallery.js Creates an image gallery from a list of images
+ specified on the command line. This script brings
+ together the facilities used in the other examples
+ to create a tool that is useful in the real world.
+
+imagegallery.sh Creates a gallery sorted by the timestamps of the
+ image files. This is a very simplistic example of
+ how you can combine kjscmd with shell scripts.
+
+example* thumb-* Example output from the image gallery script.
+