Files
gimp/devel-docs/tools/README.shooter
Sven Neumann 8f35354ef7 adapted for GIMP.
2005-04-20  Sven Neumann  <sven@gimp.org>

	* tools/README.shooter: adapted for GIMP.

	* tools/Makefile.am (EXTRA_DIST): include it in the tarball.
2005-04-20 17:53:05 +00:00

15 lines
626 B
Plaintext

The doc-shooter is a small utility used to create screenshots of
widgets for the GIMP API reference manuals. This utility isn't
built by default, you need to explicitely compile it using
make doc-shooter
Taking the screenshots is also not part of the docs build.
Instead, the images are created, and then copied by hand into
devel-docs/libgimpwidgets/images. Ideally, the images should be
taken once a release, and all images should be updated at the
same time. A simple theme should be used to take the screenshots.
The GTK+ docs team came up with the idea for this utility as
well as some of the code to implement it.