On Fri, Sep 17, 2010 at 5:05 PM, Oisín <[email protected]> wrote: > On 17 September 2010 21:16, Dougie Nisbet <[email protected]> > wrote: >> >> Your comment regarding file deletion is interesting. Sometimes I delete a >> card when I'm reviewing (it it's a poor image for example and I consider it >> of limited value), in the knowledge that I have 'orphaned' the image file >> and will need to tidy up later. It would actually suit me for the image file >> to be deleted too, but it's no great hardship. > > We could have a plugin or external script to scan the media directories for > images which are unreferenced in the deck files and either delete them or > move them to an "orphans" folder which can be cleared at your leisure? >> >> All my images are currently resized to a lower resolution but I might >> change this depending on how I find mnemosyne2's handling of higher-res >> images. > > Ditto - I put together a couple of scripts when building a picture > dictionary spelling deck for my daughter, using curl to download and netpbm > to convert/rescale: > pngtopnm $1.png | pamscale -xyfit 300 300 -verbose| pnmtojpeg > $1.jpg
Ick. Why not use ImageMagick & do something like 'convert -scale 300 foo.png foo.jpg'? -- gwern -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mnemosyne-proj-users?hl=en.
