summaryrefslogtreecommitdiffstats
path: root/devel-docs/tools/README.shooter
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 16:23:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 16:23:22 +0000
commite42129241681dde7adae7d20697e7b421682fbb4 (patch)
treeaf1fe815a5e639e68e59fabd8395ec69458b3e5e /devel-docs/tools/README.shooter
parentInitial commit. (diff)
downloadgimp-upstream.tar.xz
gimp-upstream.zip
Adding upstream version 2.10.22.upstream/2.10.22upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'devel-docs/tools/README.shooter')
-rw-r--r--devel-docs/tools/README.shooter13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel-docs/tools/README.shooter b/devel-docs/tools/README.shooter
new file mode 100644
index 0000000..53a905c
--- /dev/null
+++ b/devel-docs/tools/README.shooter
@@ -0,0 +1,13 @@
+The doc-shooter is a small utility used to create screenshots of
+widgets for the GIMP API reference manuals. This utility is X11
+specific, so it should only be built when GIMP is being compiled
+for the X11 GDK backend.
+
+Taking the screenshots is 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.