Gromit

Gromit is a program written by Simon Budig <simon (at) gimp.org > to place a transparent X window above the screen onto which one can use the mouse or a tablet to write. ( Go here to download the original version by Simon Budig) This has been found to be very useful in lectures while using openoffice impress slides, and wanting to add annotations to the screen. Openoffice has a "mouse as pencil" facility, but the colour on this is unchangeable and horrible ( light green on a white background is unreadable), the pen width is unchangeable, and the writing cannot be saved.

Gromit allows use of a tablet (eg I have used a Wacom Bamboo tablet) to write, with the thickness of the line depending on the pen pressure, erase, use different colours for the pen etc.

I have written a minor extention to this program The only purpose of my addition is to add the ability to save the screen image. It uses an external program to do this, in my case the program "import" from the ImageMagic package. It adds the two options

In the package I have also included the fixes to gromit developed by Pierre Chifflier < chifflier (at) cpe.fr %gt; for Debian (including a fix for multiheaded monitor situations), and have also included an extention of the man page written by Pierre Chifflier and Simon Budig to include the new options and also including the format of the .gromitrc file.

Note that this addition to gromit is a bit of a kludge. It would be far better if the the external program name were specified within the .gromitrc file instead of on the gromit command line. I am simply too incompetent at GTK programming to do this however.