timeline overview with 16 and 64 pixels height

This commit is contained in:
j 2010-09-15 16:52:53 +02:00
commit ab07ccc8ba
2 changed files with 4 additions and 3 deletions

View file

@ -33,6 +33,7 @@ if __name__ == '__main__':
timeline.extract(opts.prefix, opts.width, opts.height)
oxgst.timeline.createTimelineMultiline(opts.prefix)
oxgst.timeline.makeTiles(opts.prefix, 16, 3600)
oxgst.timeline.makeTimelineOverview(opts.prefix, 1920)
oxgst.timeline.makeTimelineOverview(opts.prefix, 1920, height=16)
oxgst.timeline.makeTimelineOverview(opts.prefix, 1920, height=64)