~ubuntu-branches/ubuntu/vivid/renrot/vivid-proposed

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Package Import Robot
  • Author(s): Ondřej Surý
  • Date: 2014-10-06 14:04:27 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20141006140427-ax0dwq886zjo2x3r
Tags: 1.2.0-0.1
* Non-maintainer upload
* New upstream version 1.2.0 (Closes: #402702, #729630, #539346)
* Don't depend on versioned libjpeg-progs (Closes: #764215)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
TODO SEMANTICS
2
2
 
3
3
-       not yet
4
 
+-      partialy done
5
 
+       already done
 
4
+       partialy done
6
5
?       needs to be checked
7
6
q       optional feature
8
7
 
9
8
 
10
9
BUGS
11
10
 
12
 
-  make possible to use same EXIF tags in different groups
 
11
-  make possible to use the same EXIF tag names in the different groups
13
12
 
14
13
 
15
14
EXIF tags
16
15
 
17
 
q  to write to some tag the options passed to renrot
 
16
q  to write the options passed to renrot to a tag
18
17
 
19
 
+- to implement %t in name template, where the array of desired tags will be
 
18
+  to implement %t in name template, where the array of desired tags will be
20
19
   inited
21
20
 
22
21
 
23
22
PLUGINS
24
23
 
25
 
-  plugin interface implementation (EXIF data transfer variant)
 
24
-  plugin interface implementation (EXIF data transfer variant?)
26
25
 
27
26
-  print some text on image (i.e. date and timestamp) [guess perl-GD will be
28
 
   optional requrement]
 
27
   optional requrement] (+ watermarks)
29
28
 
30
29
-  special effects (thumbnail layering over the image e.t.c.)
31
30
 
32
31
-  jpgfromraw
33
32
 
34
 
+-  index page (from thumbnailimages)
35
 
 
36
 
-  shrinking e.t.c.
 
33
+  index page (from thumbnailimages)
37
34
 
38
35
-  image hystogramm creation
39
36
 
43
40
 
44
41
Performance
45
42
 
46
 
-  to implement --no-rename option ...
47
 
 
48
 
-  decrease disk IO operations as possible
49
 
 
50
 
+-  to implement possibility to work with other formats, which use EXIF
 
43
-  decrease disk IO operations wherever it's possible
 
44
 
 
45
+  to implement possibility to work with other formats, which use EXIF
51
46
   mechanism (conversions by ImageMagick and/or netpbm as well as jpegtran)
52
47
 
53
 
+- implement aggregation option (to aggregate large bundle of files according
 
48
+  implement aggregation option (to aggregate large bundle of files according
54
49
   the different time intervals, perhaps with some kind of euristics for
55
50
   analyzing the bigest time interval between shots)
56
51
 
93
88
 
94
89
Code
95
90
 
96
 
+- to review the code to optimize it where it's possible.
 
91
+  to review the code to optimize it where it's possible.
97
92
 
98
 
+-  to tune style look of comments, code, e.t.c.
 
93
+  to tune style look of the comments, code, e.t.c.
99
94
 
100
95
-  Find way to update ChangeLog in automatic manner
101
96