1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
|
TODO SEMANTICS
- not yet
+ partialy done
? needs to be checked
q optional feature
BUGS
- make possible to use the same EXIF tag names in the different groups
EXIF tags
q to write the options passed to renrot to a tag
+ to implement %t in name template, where the array of desired tags will be
inited
PLUGINS
- plugin interface implementation (EXIF data transfer variant?)
- print some text on image (i.e. date and timestamp) [guess perl-GD will be
optional requrement] (+ watermarks)
- special effects (thumbnail layering over the image e.t.c.)
- jpgfromraw
+ index page (from thumbnailimages)
- image hystogramm creation
q split EXIF -> xml, to extract EXIF data from file original to the separate
files and to clear EXIF data from files originals
Performance
- decrease disk IO operations wherever it's possible
+ to implement possibility to work with other formats, which use EXIF
mechanism (conversions by ImageMagick and/or netpbm as well as jpegtran)
+ implement aggregation option (to aggregate large bundle of files according
the different time intervals, perhaps with some kind of euristics for
analyzing the bigest time interval between shots)
- to fix the feature with --aggr-template SOMENAME, when SOMENAME is dumb
name, no % character and than renrot moves all to SOMENAME directory it'll
be called OUTDIR
- to implement possibility to work with several IN directories and to output
to the set of OUT directories
- avoid hard link making where in and out files on different partitions
- check free space before start batch operation (probably find given file with
maximum lenght and compare it with 1/3 of free space or 1/2 if --no-backup is
defined)
- Use convert instead of jpegtran or vice versa (optional)
User interface
- GUI on PerlTk (due to WinCE hasn't real console) with some additional
functions such as keywordizer
- to implement help output by topics (sole -h outputs list of topics like
rename,rotate,keyword e.t.c. and -h keyword outputs help for keyword related
q integration with gallery
File naming
q virtual renaming
Verbosity
q to implement progress indicator or spinning indicator
Code
+ to review the code to optimize it where it's possible.
+ to tune style look of the comments, code, e.t.c.
- Find way to update ChangeLog in automatic manner
Other
- to implement --include-file option (andy)
- UTF8fy (comments, tags, ...) since it's not implemented in ExifTool yet
|