diff options
author | jimmacfx <jimmacfx@4fa712ea-3c06-0410-9261-c11b4c06c003> | 2005-11-25 22:44:18 +0000 |
---|---|---|
committer | jimmacfx <jimmacfx@4fa712ea-3c06-0410-9261-c11b4c06c003> | 2005-11-25 22:44:18 +0000 |
commit | 6429a6080db982bcb37421d9735e25cfec25acec (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /README | |
parent | 763233dc3b53ed8e10abf9c050a26e870bd598e6 (diff) | |
download | original-6429a6080db982bcb37421d9735e25cfec25acec.tar.gz original-6429a6080db982bcb37421d9735e25cfec25acec.tar.bz2 |
git-svn-id: https://forgesvn1.novell.com/svn/original/trunk@7 4fa712ea-3c06-0410-9261-c11b4c06c003
Diffstat (limited to 'README')
-rw-r--r-- | README | 28 |
1 files changed, 0 insertions, 28 deletions
@@ -1,28 +0,0 @@ -This package includes two separate applications. In the www dir, there is the -PHP frontend app, the convert dir includes a simple (too simple i guess) script -that converts your wildcard of images into three subdirs in the current -directory. You can easily create and upload all images using: - - mkdir temp - cd $_ - /path/to/imgconv *.png *.gif *.{jpeg,jpg} - scp -rp ./web-gallery me@my_server:web_dir/gallery_name - -and that's it. - -Tuomas Kuosmannen (tigert@gimp.org) has created a Nautilus script to create -"original" galleries (check the REQUIREMENTS file). Just copy the -convert/webgallery.pl file to ~/.gnome2/nautilus-scripts and make sure it's got -the execute bit set. - -# UPDATE - - Apart from using netpbm package (http://sourceforge.net/projects/netpbm/) for - scaling images, the new webgallery-zenity.pl script uses Larry Ewing's - gdk-pixbuf-based scaler. See REQUIREMENTS for details. - - Latest versions of the tools can be found at - http://jimmac.musichall.cz/original.php3 - --- -Jakub 'Jimmac' Steiner <jimmac@linux.com> |