document the "print-settings" and "print-page-setup" image parasites.
2008-02-25 Sven Neumann <sven@gimp.org> * parasites.txt: document the "print-settings" and "print-page-setup" image parasites. svn path=/trunk/; revision=24961
This commit is contained in:

committed by
Sven Neumann

parent
13fcc89bc1
commit
4595ec68a4
@ -1,3 +1,8 @@
|
|||||||
|
2008-02-25 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* parasites.txt: document the "print-settings" and
|
||||||
|
"print-page-setup" image parasites.
|
||||||
|
|
||||||
2007-12-29 Michael Natterer <mitch@gimp.org>
|
2007-12-29 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* app/Makefile.am (GTKDOC_LIBS): link app/gegl/libappgegl.a
|
* app/Makefile.am (GTKDOC_LIBS): link app/gegl/libappgegl.a
|
||||||
|
@ -194,13 +194,28 @@ Global data follows no strict rules.
|
|||||||
for use as a parasite.
|
for use as a parasite.
|
||||||
|
|
||||||
"decompose-data" (IMAGE, NONPERSISTENT)
|
"decompose-data" (IMAGE, NONPERSISTENT)
|
||||||
Starting with GIMP 2.3, this is added to images produced by
|
Starting with GIMP 2.4, this is added to images produced by
|
||||||
the decompose plug-in, and contains information necessary to
|
the decompose plug-in, and contains information necessary to
|
||||||
recompose the original source RGB layer from the resulting
|
recompose the original source RGB layer from the resulting
|
||||||
grayscale layers. It is ascii; a typical example would be
|
grayscale layers. It is ascii; a typical example would be
|
||||||
"source=2 type=RGBA 4 5 6 7". This means that layer 2 was
|
"source=2 type=RGBA 4 5 6 7". This means that layer 2 was
|
||||||
decomposed in RGBA mode, giving rise to layers 4, 5, 6, and 7.
|
decomposed in RGBA mode, giving rise to layers 4, 5, 6, and 7.
|
||||||
|
|
||||||
|
"print-settings"
|
||||||
|
This parasite is stored by the Print plug-in and holds settings
|
||||||
|
done in the Print dialog. It also has a version field so that
|
||||||
|
changes to the parasite can be done. GIMP 2.4 used version 0.3.
|
||||||
|
The format is GKeyFile. A lot of the contents are identical to
|
||||||
|
what is stored in ~/.gimp-2.x/print-settings but the parasite
|
||||||
|
has some additional image-related fields.
|
||||||
|
|
||||||
|
"print-page-setup"
|
||||||
|
This parasite is stored by the Print plug-in and holds settings
|
||||||
|
done in the Page Setup dialog. The format is GKeyFile as created
|
||||||
|
from GtkPageSetup. The content is identical to what is stored in
|
||||||
|
~/.gimp-2.x/print-page-setup.
|
||||||
|
|
||||||
|
|
||||||
------------------------------------------------------------------
|
------------------------------------------------------------------
|
||||||
*** KNOWN LAYER/DRAWABLE PARASITES:
|
*** KNOWN LAYER/DRAWABLE PARASITES:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user