Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 5c8942f3fd9eebf34547c3e7b70db120 > files > 25

tumbler-0.1.29-1.fc18.i686.rpm

Tumbler TODO List
=================

  - convenience function in tumbler/tumbler-thumbnail.{c,h} to save 
    pixbufs with thumbnail attributes, see
     
      http://jens.triq.net/thumbnail-spec/creation.html 
    
    for more info.

  - create thumbnails (and directories) with the correct chmod bits set.

  - make it possible for thumbnailer plugins to notify the registry
    that their supported URI schemes and MIME types have changed (this
    is required for the ThunarVFS thumbnailer plugin to work).

  - create a utility library that wraps functionality like pixbuf
    loading, scaling, converting to TumblerImageData, as well as macros
    to write thumbnailer plugins with a single macro and thumbnailing 
    function.