[ubuntu-mono] [Bug 235071] Re: f-spot fails to export to a Folder

Orson Jones orson.launchpad at afriskito.net
Tue Jun 3 04:17:48 BST 2008


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 MOTU Mono
Team, which is subscribed to f-spot in ubuntu.



More information about the Ubuntu-mono mailing list