Gimp Plugin - Calendar maker Script For Gimp
Posted by phoenix 819 days ago http://registry.gimp.org
The script I've written adds two layers to an image which overlay the active layer with dates and a grid of lines producing a calendar for the specified month. It is not so much intended to create a complete calendar, but to be used as a tool in creating calendars. The command appears in the menus as "Filters->Render->Calendar..."
The options presented in the dialog are:
* Month - the month to be used
* Year - the year to be used
* Sunday first - if checked then Sunday is the first day of the week, otherwise Monday
* Font - the font to be used
* Fontsize - The size of the numbers used for the dates. 100% will use the largest possible
* Right justify - If checked then the date will be right-justified in a field two characters wide
* Border width - determines how thick the lines of the grid will be (can be "0" for no grid)
* Border color - color used for grid (note: FG color is used for the text)
* Date position - the alignment of the date number within its box
