summaryrefslogtreecommitdiff
path: root/TODO
blob: 9bfd58222a28523765a7ad478390a64f4996ff61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.