EasyTimeline - Generate graphical timelines from a simple script5. Acknowledgements1. Introduction 2. Procedure 3. Script Syntax 4. Download 6. Revision historyI use two programs that are available on the web for free. 5a. PloticusWritten by Steve Grubb (extensions supplied by others) I use Ploticus for the actual rendering of the plots. Let me state clearly that my preprocessor and its independent syntax targets timelines only and does not nearly cover all of Ploticus' possibilities. From Steve's site: "A free, GPL, non-interactive software package for producing plots, charts, and graphics from data. [..] It runs on various Unix, Linux, and Win32 systems. Ploticus is good for automated or just-in-time graph generation, handles date and time data nicely, and has basic statistical capabilities. It allows significant user control over colors, styles, options and details." My comments: Ploticus offers a lot of functionality and is pretty flexible. It supports several image formats1 and can even handle unicode texts1. However I found its syntax less than ideal for specifying complex timelines.
Of course Ploticus was never designed to process complex manual input in the first place, but rather for processing computer generated output. So I hope my completely reworked and simplified syntax fills in a void and makes timelines really easy to define. Much more info at Steve's site 1 Some capabilities differ per platform, at least in the ready made binaries. The Windows binary does not offer output to png format and freetype font support (hence no unicode) out of the box. If someone is familiar with the gcc compiler and knows how to build a version with these modules enabled, I would very much appreciate it, see also the Ploticus download and build instructions. 5b. NconvertWritten by Pierre.e Gougelet I use Nconvert to convert gif's to png's, since the Windows build of Ploticus does not offer this capability. Nconvert is an impressive command line tool for image conversion and manipulation. It supports more than 400 graphics formats! For an impressive list of options type at the command prompt (aka 'DOS' box): 'nconvert -help | more' or 'nconvert -help > help.txt' If you are looking for a well designed, free and capable image viewer and editor, try XnView, from the same author. The text files that come with XnView also relate to Nconvert. XnView & NConvert are provided as Freeware for private non-commercial, educational use and non-profit organization.
|