Workaround

The following script when run in the same folder as index.html will build all 
the thumbnails for the gallery to work correctly
imagemagick is required for this script to work.
Also, you need enough free space to duplicate the entire hq directory before it 
converts to thumbnails.

#!/bin/sh
mkdir mq/
cd mq
cp ../hq/* .
mogrify -thumbnail 400x400 *
cd ..
mkdir thumbs
cd thumbs
cp ../hq/* .
mogrify -thumbnail 100x100 *

-- 
f-spot fails to export to a Folder
https://bugs.launchpad.net/bugs/235071
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to