Changed "The GIMP" to "GIMP" everywhere, where it's used as a name.
2007-06-06 Mukund Sivaraman <muks@mukund.org>
Changed "The GIMP" to "GIMP" everywhere, where it's used as a name.
svn path=/trunk/; revision=22715
This commit is contained in:
parent
7b1d0ce92c
commit
c2d1214551
331 changed files with 428 additions and 429 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2007-06-06 Mukund Sivaraman <muks@mukund.org>
|
||||
|
||||
Changed "The GIMP" to "GIMP" everywhere, where it's used as a name.
|
||||
|
||||
2007-06-05 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* plug-ins/helpbrowser/dialog.c (browser_dialog_goto_index): don't
|
||||
|
|
|
|||
2
INSTALL
2
INSTALL
|
|
@ -1,7 +1,7 @@
|
|||
Installation instructions for GIMP 2.3
|
||||
--------------------------------------
|
||||
|
||||
There are some basic steps to building and installing The GIMP.
|
||||
There are some basic steps to building and installing GIMP.
|
||||
|
||||
GIMP 2.3 replaces earlier GIMP 2.x versions. It is advised that you
|
||||
uninstall them before installing GIMP 2.3. If you want to keep your
|
||||
|
|
|
|||
|
|
@ -158,7 +158,7 @@ this one may not necessarily fit.
|
|||
|
||||
Gimp is a complex application which has a bunch of scripts and
|
||||
plug-ins that all want to be internationalized. Therefore there is
|
||||
not one catalog but many. For a full translation of the GIMP's UI,
|
||||
not one catalog but many. For a full translation of GIMP's UI,
|
||||
you will have to add translations for the following catalogs:
|
||||
|
||||
po/gimp20.po -- the core
|
||||
|
|
|
|||
|
|
@ -165,7 +165,7 @@ static const gchar man_page_header[] =
|
|||
".SH DESCRIPTION\n"
|
||||
"The\n"
|
||||
".B gimprc\n"
|
||||
"file is a configuration file read by the GIMP when it starts up. There\n"
|
||||
"file is a configuration file read by GIMP when it starts up. There\n"
|
||||
"are two of these: one system-wide one stored in\n"
|
||||
"@gimpsysconfdir@/gimprc and a per-user \\fB$HOME\\fP/@gimpdir@/gimprc\n"
|
||||
"which may override system settings.\n"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* The GIMP -- an image manipulation program
|
||||
/* GIMP - The GNU Image Manipulation Program
|
||||
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
|
||||
*
|
||||
* gimpbrush-scale.h
|
||||
|
|
|
|||
|
|
@ -148,8 +148,8 @@ gimp_gradient_save_pov (GimpGradient *gradient,
|
|||
}
|
||||
else
|
||||
{
|
||||
fprintf (file, "/* color_map file created by the GIMP */\n");
|
||||
fprintf (file, "/* http://www.gimp.org/ */\n");
|
||||
fprintf (file, "/* color_map file created by GIMP */\n");
|
||||
fprintf (file, "/* http://www.gimp.org/ */\n");
|
||||
|
||||
fprintf (file, "color_map {\n");
|
||||
|
||||
|
|
|
|||
|
|
@ -224,7 +224,7 @@ register_display_procs (GimpPDB *pdb)
|
|||
gimp_procedure_set_static_strings (procedure,
|
||||
"gimp-display-new",
|
||||
"Create a new display for the specified image.",
|
||||
"Creates a new display for the specified image. If the image already has a display, another is added. Multiple displays are handled transparently by the GIMP. The newly created display is returned and can be subsequently destroyed with a call to 'gimp-display-delete'. This procedure only makes sense for use with the GIMP UI.",
|
||||
"Creates a new display for the specified image. If the image already has a display, another is added. Multiple displays are handled transparently by GIMP. The newly created display is returned and can be subsequently destroyed with a call to 'gimp-display-delete'. This procedure only makes sense for use with the GIMP UI.",
|
||||
"Spencer Kimball & Peter Mattis",
|
||||
"Spencer Kimball & Peter Mattis",
|
||||
"1995-1996",
|
||||
|
|
|
|||
|
|
@ -230,7 +230,7 @@ register_gimprc_procs (GimpPDB *pdb)
|
|||
gimp_procedure_set_static_strings (procedure,
|
||||
"gimp-gimprc-query",
|
||||
"Queries the gimprc file parser for information on a specified token.",
|
||||
"This procedure is used to locate additional information contained in the gimprc file considered extraneous to the operation of the GIMP. Plug-ins that need configuration information can expect it will be stored in the user gimprc file and can use this procedure to retrieve it. This query procedure will return the value associated with the specified token. This corresponds _only_ to entries with the format: (<token> <value>). The value must be a string. Entries not corresponding to this format will cause warnings to be issued on gimprc parsing and will not be queryable.",
|
||||
"This procedure is used to locate additional information contained in the gimprc file considered extraneous to the operation of GIMP. Plug-ins that need configuration information can expect it will be stored in the user gimprc file and can use this procedure to retrieve it. This query procedure will return the value associated with the specified token. This corresponds _only_ to entries with the format: (<token> <value>). The value must be a string. Entries not corresponding to this format will cause warnings to be issued on gimprc parsing and will not be queryable.",
|
||||
"Spencer Kimball & Peter Mattis",
|
||||
"Spencer Kimball & Peter Mattis",
|
||||
"1997",
|
||||
|
|
@ -260,7 +260,7 @@ register_gimprc_procs (GimpPDB *pdb)
|
|||
gimp_procedure_set_static_strings (procedure,
|
||||
"gimp-gimprc-set",
|
||||
"Sets a gimprc token to a value and saves it in the gimprc.",
|
||||
"This procedure is used to add or change additional information in the gimprc file that is considered extraneous to the operation of the GIMP. Plug-ins that need configuration information can use this function to store it, and 'gimp-gimprc-query' to retrieve it. This will accept _only_ string values in UTF-8 encoding.",
|
||||
"This procedure is used to add or change additional information in the gimprc file that is considered extraneous to the operation of GIMP. Plug-ins that need configuration information can use this function to store it, and 'gimp-gimprc-query' to retrieve it. This will accept _only_ string values in UTF-8 encoding.",
|
||||
"Seth Burgess",
|
||||
"Seth Burgess",
|
||||
"1999",
|
||||
|
|
|
|||
|
|
@ -2301,7 +2301,7 @@ register_image_procs (GimpPDB *pdb)
|
|||
gimp_procedure_set_static_strings (procedure,
|
||||
"gimp-image-list",
|
||||
"Returns the list of images currently open.",
|
||||
"This procedure returns the list of images currently open in the GIMP.",
|
||||
"This procedure returns the list of images currently open in GIMP.",
|
||||
"Spencer Kimball & Peter Mattis",
|
||||
"Spencer Kimball & Peter Mattis",
|
||||
"1995-1996",
|
||||
|
|
|
|||
|
|
@ -384,7 +384,7 @@ register_unit_procs (GimpPDB *pdb)
|
|||
gimp_procedure_set_static_strings (procedure,
|
||||
"gimp-unit-get-number-of-built-in-units",
|
||||
"Returns the number of built-in units.",
|
||||
"This procedure returns the number of defined units built-in to the GIMP.",
|
||||
"This procedure returns the number of defined units built-in to GIMP.",
|
||||
"Michael Natterer <mitch@gimp.org>",
|
||||
"Michael Natterer",
|
||||
"1999",
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@ xcf_init (Gimp *gimp)
|
|||
"Saves file in the .xcf file format",
|
||||
"The XCF file format has been designed "
|
||||
"specifically for loading and saving "
|
||||
"tiled and layered images in the GIMP. "
|
||||
"tiled and layered images in GIMP. "
|
||||
"This procedure will save the specified "
|
||||
"image in the xcf file format.",
|
||||
"Spencer Kimball & Peter Mattis",
|
||||
|
|
@ -176,7 +176,7 @@ xcf_init (Gimp *gimp)
|
|||
"Loads file saved in the .xcf file format",
|
||||
"The XCF file format has been designed "
|
||||
"specifically for loading and saving "
|
||||
"tiled and layered images in the GIMP. "
|
||||
"tiled and layered images in GIMP. "
|
||||
"This procedure will load the specified "
|
||||
"file.",
|
||||
"Spencer Kimball & Peter Mattis",
|
||||
|
|
|
|||
|
|
@ -112,7 +112,7 @@ dnl Makefiles and conditionally defined here as a preprocessor symbol
|
|||
dnl and automake conditional.
|
||||
if test "x$GIMP_UNSTABLE" = "xyes"; then
|
||||
AC_DEFINE(GIMP_UNSTABLE, 1,
|
||||
[Define to 1 if this is an unstable version of the GIMP])
|
||||
[Define to 1 if this is an unstable version of GIMP])
|
||||
fi
|
||||
AM_CONDITIONAL(GIMP_UNSTABLE, test "x$GIMP_UNSTABLE" = "xyes")
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* Created with The GIMP */
|
||||
/* Created with GIMP */
|
||||
#define cursor_bad_mask_width 32
|
||||
#define cursor_cursor_bad_mask_height 32
|
||||
#define bad_mask_x_hot 10
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* Created with The GIMP */
|
||||
/* Created with GIMP */
|
||||
#define cursor_bad_width 32
|
||||
#define cursor_bad_height 32
|
||||
#define cursor_bad_x_hot 10
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* Created with The GIMP */
|
||||
/* Created with GIMP */
|
||||
#define cursor_crosshair_mask_width 32
|
||||
#define cursor_crosshair_mask_height 32
|
||||
#define cursor_crosshair_mask_x_hot 15
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* Created with The GIMP */
|
||||
/* Created with GIMP */
|
||||
#define cursor_crosshair_small_mask_width 32
|
||||
#define cursor_crosshair_small_mask_height 32
|
||||
#define cursor_crosshair_small_mask_x_hot 10
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* Created with The GIMP */
|
||||
/* Created with GIMP */
|
||||
#define cursor_crosshair_small_width 32
|
||||
#define cursor_crosshair_small_height 32
|
||||
#define cursor_crosshair_small_x_hot 10
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* Created with The GIMP */
|
||||
/* Created with GIMP */
|
||||
#define cursor_crosshair_width 32
|
||||
#define cursor_crosshair_height 32
|
||||
#define cursor_crosshair_x_hot 15
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* Created with The GIMP */
|
||||
/* Created with GIMP */
|
||||
#define cursor_mouse_mask_width 32
|
||||
#define cursor_mouse_mask_height 32
|
||||
#define cursor_mouse_mask_x_hot 3
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* Created with The GIMP */
|
||||
/* Created with GIMP */
|
||||
#define cursor_mouse_width 32
|
||||
#define cursor_mouse_height 32
|
||||
#define cursor_mouse_x_hot 3
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* Created with The GIMP */
|
||||
/* Created with GIMP */
|
||||
#define cursor_zoom_mask_width 32
|
||||
#define cursor_zoom_mask_height 32
|
||||
#define cursor_zoom_mask_x_hot 8
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* Created with The GIMP */
|
||||
/* Created with GIMP */
|
||||
#define cursor_zoom_width 32
|
||||
#define cursor_zoom_height 32
|
||||
#define cursor_zoom_x_hot 8
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* Created with The GIMP */
|
||||
/* Created with GIMP */
|
||||
#define modifier_anchor_mask_width 32
|
||||
#define modifier_anchor_mask_height 32
|
||||
static unsigned char modifier_anchor_mask_bits[] = {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* Created with The GIMP */
|
||||
/* Created with GIMP */
|
||||
#define modifier_anchor_width 32
|
||||
#define modifier_anchor_height 32
|
||||
static unsigned char modifier_anchor_bits[] = {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* Created with The GIMP */
|
||||
/* Created with GIMP */
|
||||
#define modifier_control_mask_width 32
|
||||
#define modifier_control_mask_height 32
|
||||
static unsigned char modifier_control_mask_bits[] = {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* Created with The GIMP */
|
||||
/* Created with GIMP */
|
||||
#define modifier_control_width 32
|
||||
#define modifier_control_height 32
|
||||
static unsigned char modifier_control_bits[] = {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* Created with The GIMP */
|
||||
/* Created with GIMP */
|
||||
#define modifier_intersect_mask_width 32
|
||||
#define modifier_intersect_mask_height 32
|
||||
static unsigned char modifier_intersect_mask_bits[] = {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* Created with The GIMP */
|
||||
/* Created with GIMP */
|
||||
#define modifier_intersect_width 32
|
||||
#define modifier_intersect_height 32
|
||||
static unsigned char modifier_intersect_bits[] = {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* Created with The GIMP */
|
||||
/* Created with GIMP */
|
||||
#define modifier_minus_mask_width 32
|
||||
#define modifier_minus_mask_height 32
|
||||
static unsigned char modifier_minus_mask_bits[] = {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* Created with The GIMP */
|
||||
/* Created with GIMP */
|
||||
#define modifier_minus_width 32
|
||||
#define modifier_minus_height 32
|
||||
static unsigned char modifier_minus_bits[] = {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* Created with The GIMP */
|
||||
/* Created with GIMP */
|
||||
#define modifier_move_mask_width 32
|
||||
#define modifier_move_mask_height 32
|
||||
static unsigned char modifier_move_mask_bits[] = {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* Created with The GIMP */
|
||||
/* Created with GIMP */
|
||||
#define modifier_move_width 32
|
||||
#define modifier_move_height 32
|
||||
static unsigned char modifier_move_bits[] = {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* Created with The GIMP */
|
||||
/* Created with GIMP */
|
||||
#define modifier_plus_mask_width 32
|
||||
#define modifier_plus_mask_height 32
|
||||
static unsigned char modifier_plus_mask_bits[] = {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* Created with The GIMP */
|
||||
/* Created with GIMP */
|
||||
#define modifier_plus_width 32
|
||||
#define modifier_plus_height 32
|
||||
static unsigned char modifier_plus_bits[] = {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* Created with The GIMP */
|
||||
/* Created with GIMP */
|
||||
#define modifier_resize_mask_width 32
|
||||
#define modifier_resize_mask_height 32
|
||||
static unsigned char modifier_resize_mask_bits[] = {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* Created with The GIMP */
|
||||
/* Created with GIMP */
|
||||
#define modifier_resize_width 32
|
||||
#define modifier_resize_height 32
|
||||
static unsigned char modifier_resize_bits[] = {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<gimp-tips>
|
||||
|
||||
<!-- This is a list of tips for the GIMP. Every time the GIMP is -->
|
||||
<!-- This is a list of tips for GIMP. Every time GIMP is -->
|
||||
<!-- started, one tip will be selected from this file and will be -->
|
||||
<!-- displayed in the "Tip of the day" dialog. -->
|
||||
<!-- -->
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
<tip level="beginner">
|
||||
<_thetip>
|
||||
You can get context-sensitive help for most of the GIMP's features by
|
||||
You can get context-sensitive help for most of GIMP's features by
|
||||
pressing the F1 key at any time. This also works inside the menus.
|
||||
</_thetip>
|
||||
</tip>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ Each dimension is indexed when the pipe is used in painting by some
|
|||
parameter, eg an incremental counter, a random value, pointing device
|
||||
pen pressure,tilt or velocity , etc.
|
||||
|
||||
An idea for how to implement editing of image pipes (with the GIMP) is
|
||||
An idea for how to implement editing of image pipes (with GIMP) is
|
||||
that each layer of the edited image representing the pipe is divided
|
||||
conceptually (and visualized by guides) into equal-sized elements,
|
||||
each element containing one pixmap brush. The typical cases are only
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ Export an image before it is saved.
|
|||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
This function should be called by all save_plugins unless they are
|
||||
able to save all image formats the GIMP knows about. It takes care
|
||||
able to save all image formats GIMP knows about. It takes care
|
||||
of asking the user if she wishes to export the image to a format the
|
||||
save_plugin can handle. It then performs the necessary conversions
|
||||
(e.g. Flatten) on a copy of the image so that the image can be saved
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ A #GTypeModule subclass which implements module loading using #GModule.
|
|||
<!-- ##### STRUCT GimpModule ##### -->
|
||||
<para>
|
||||
#GimpModule is a generic mechanism to dynamically load modules into
|
||||
the GIMP. It is a #GTypeModule subclass, implementing module loading
|
||||
GIMP. It is a #GTypeModule subclass, implementing module loading
|
||||
using #GModule. #GimpModule does not know which functionality is
|
||||
implemented by the modules, it just provides a framework to get
|
||||
arbitrary #GType implementations loaded from disk.
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@ Global data follows no strict rules.
|
|||
|
||||
"gamma" (IMAGE, PERSISTENT)
|
||||
The original gamma this image was created/saved. For JPEG; this is
|
||||
always one, for PNG it's usually taken from the image data. The gimp
|
||||
always one, for PNG it's usually taken from the image data. GIMP
|
||||
might use and modify this. The format is an ascii string with the
|
||||
gamma exponent as a flotingpoint value.
|
||||
|
||||
|
|
|
|||
|
|
@ -13,53 +13,53 @@ as published by the Free Software Foundation, either version
|
|||
T H I S I S A D R A F T O N L Y !
|
||||
---------------------------------------------
|
||||
|
||||
This is the native image file format of the GIMP. Beware that
|
||||
This is the native image file format of GIMP. Beware that
|
||||
CinePaint's native file format is called XCF too. While the latter is
|
||||
derived from the format described here, the two formats differ in many
|
||||
details and are not mutually compatible.
|
||||
|
||||
The XCF format is designed to store the entire part of the state of
|
||||
the Gimp that is specific to one image (i.e., not the cut buffer, tool
|
||||
GIMP that is specific to one image (i.e., not the cut buffer, tool
|
||||
options, key bindings, etc.) and is not undo data. This makes the
|
||||
full collection of data stored in an XCF file rather heterogeneous and
|
||||
tied to the internals of the Gimp. Use of the format by third-party
|
||||
tied to the internals of GIMP. Use of the format by third-party
|
||||
software is recommended only as a way to get data into and out of the
|
||||
Gimp for which it would be impossible or inconvenient to use a more
|
||||
standard interchange format.
|
||||
|
||||
Authors of third-party XCF-creating software in particular should take
|
||||
care to write files that are as indistinguishable as possible from
|
||||
ones saved by the Gimp. The Gimp developers take care to make each
|
||||
version of the Gimp able to read XCF files produced by older versions,
|
||||
ones saved by GIMP. The GIMP developers take care to make each
|
||||
version of GIMP able to read XCF files produced by older versions,
|
||||
but they make no special efforts to allow reading of files created by
|
||||
other software that attempt to extrapolate from the Gimp source.
|
||||
other software that attempt to extrapolate from the GIMP source.
|
||||
|
||||
The name
|
||||
--------
|
||||
|
||||
The name XCF honors the Gimp's origin at the eXperimental Computing
|
||||
The name XCF honors GIMP's origin at the eXperimental Computing
|
||||
Facility of the University of California at Berkeley.
|
||||
|
||||
Status of this document
|
||||
-----------------------
|
||||
|
||||
This specification is an unofficial condensation and extrapolation of
|
||||
the XCF-writing and -reading code in version 2.2.11 of the Gimp. As of
|
||||
the XCF-writing and -reading code in version 2.2.11 of GIMP. As of
|
||||
this writing, it has not been approved or proofread by any Gimp
|
||||
developer, though it has been written with the intention of
|
||||
contributing it to the Gimp project for use as official documentation.
|
||||
contributing it to the GIMP project for use as official documentation.
|
||||
|
||||
Some of the normative statements made below are enforced by the XCF
|
||||
reader in the Gimp; others are just the author's informed guess about
|
||||
reader in GIMP; others are just the author's informed guess about
|
||||
"best practices" that would be likely to maximize interoperability
|
||||
with future versions of the Gimp.
|
||||
with future versions of GIMP.
|
||||
|
||||
|
||||
1. BASIC DATA MODEL
|
||||
===================
|
||||
|
||||
It is recommended that a software developer who wants to take full
|
||||
advantage of the XCF format be deeply familiar with the Gimp at least
|
||||
advantage of the XCF format be deeply familiar with GIMP at least
|
||||
as a user. The following high-level overview is meant to help those
|
||||
non-users who just need to extract pixel data from an XCF file get up
|
||||
to speed.
|
||||
|
|
@ -78,7 +78,7 @@ layer has a color which is specified in one of three ways:
|
|||
|
||||
RGB: Three intensity values for red, green, and blue additive color
|
||||
components, each on a scale from 0 to 255. The exact color space
|
||||
is not specified. The Gimp displays image data directly on PC
|
||||
is not specified. GIMP displays image data directly on PC
|
||||
display hardware without any software correction, so in most
|
||||
cases the intensity values should be considered nonlinear samples
|
||||
that map to physical light intensities using a power function
|
||||
|
|
@ -87,7 +87,7 @@ layer has a color which is specified in one of three ways:
|
|||
also has the property of making each 1/255th step about equally
|
||||
perceptible to the human eye when the monitor is correctly
|
||||
adjusted).
|
||||
Beware, however, that the Gimp's compositing algorithms (as
|
||||
Beware, however, that GIMP's compositing algorithms (as
|
||||
described in Section 8 below) implicitly treat the intensities
|
||||
as _linear_ samples. The XCF file format currently has no support
|
||||
for storing the intended gamma of the samples.
|
||||
|
|
@ -109,7 +109,7 @@ opacity of the pixel on a linear scale from 0 (denoting an alpha of
|
|||
0.0, or completely transparent) to 255 (denoting an alpha of 1.0, or
|
||||
completely opaque). The color values do not use "premultiplied alpha"
|
||||
storage. The color information for pixels with alpha 0 _may_ be
|
||||
meaningful; the Gimp preserves it when parts of a layer are erased and
|
||||
meaningful; GIMP preserves it when parts of a layer are erased and
|
||||
provides (obscure) ways of recovering it in its user interface.
|
||||
|
||||
The bottommost layer _only_ in an image may not contain alpha
|
||||
|
|
@ -118,10 +118,10 @@ of 255. (Even if the bottommost layer does not cover the entire
|
|||
canvas, it is the only layer that can be without an explicit alpha
|
||||
channel).
|
||||
|
||||
In images that use the indexed color model, the Gimp does not support
|
||||
In images that use the indexed color model, GIMP does not support
|
||||
partial transparency and interprets alpha values from 0 to 127 as
|
||||
fully transparent and values from 128 to 255 as fully opaque. This
|
||||
behavior _may_ change in future versions of the Gimp.
|
||||
behavior _may_ change in future versions of GIMP.
|
||||
|
||||
Layers have certain other properties such as a visibility flag, a
|
||||
global opacity (which is multiplied with individual pixel alphas) and
|
||||
|
|
@ -137,7 +137,7 @@ directly when the final image is displayed or exported to layer-less
|
|||
formats.
|
||||
|
||||
A channel can be edited as if it was a grayscale layer with the same
|
||||
dimensions as the canvas. When it is shown in the Gimp editor UI
|
||||
dimensions as the canvas. When it is shown in the GIMP editor UI
|
||||
together with other layers, it is used as if it was the _inverse_
|
||||
alpha channel of a layer with the same color information in all
|
||||
pixels; this color can be stored in the XCF file as a property of the
|
||||
|
|
@ -218,7 +218,7 @@ which have the following general format
|
|||
byte[n] ... Payload - interpretation depends on the type
|
||||
|
||||
The authoritative source for property type numbers is the file
|
||||
app/xcf/xcf-private.h in the Gimp sources.
|
||||
app/xcf/xcf-private.h in the GIMP sources.
|
||||
|
||||
The number of properties in a property list is not stored explicitly;
|
||||
the last property in the list is identified by having type 0; it must
|
||||
|
|
@ -226,12 +226,12 @@ have length 0.
|
|||
|
||||
XCF readers must skip and ignore property records of unrecognized
|
||||
type, and the length word is there to support such skipping. However,
|
||||
the Gimp's own XCF reader will _ignore_ the length word of most
|
||||
GIMP's own XCF reader will _ignore_ the length word of most
|
||||
properties that it _does_ recognize, and instead reads the amount of
|
||||
payload it knows this property to have. This means that a property
|
||||
record is not itself extensible: one cannot piggyback extra data onto
|
||||
an existing property record by increasing its length. Also, some
|
||||
historical versions of the Gimp actually stored the wrong length for
|
||||
historical versions of GIMP actually stored the wrong length for
|
||||
some properties, so there are XCF files with misleading property
|
||||
length information in circulation. For maximal compatibility, an XCF
|
||||
reader should endeavor to know the native lengths of as many
|
||||
|
|
@ -239,7 +239,7 @@ properties as possible and fall back to the length word only for truly
|
|||
unknown property types.
|
||||
|
||||
There is not supposed to be more than one instance of each property in
|
||||
a property list, but some versions of the Gimp will erroneously emit
|
||||
a property list, but some versions of GIMP will erroneously emit
|
||||
duplicate properties. An XCF reader that meets a duplicated property
|
||||
should let the contents of the later instance take precedence, except
|
||||
for properties that contain lists of subitems, in which the lists
|
||||
|
|
@ -259,7 +259,7 @@ names which will be ignored by other plug-ins. In contrast, only the
|
|||
Gimp itself should define new property types.
|
||||
|
||||
A list of known parasites and their data formats can be found in the
|
||||
file devel-doc/parasites.txt of the Gimp source tree.
|
||||
file devel-doc/parasites.txt of the GIMP source tree.
|
||||
|
||||
|
||||
3. THE MASTER IMAGE STRUCTURE
|
||||
|
|
@ -297,12 +297,12 @@ understands features not described in this specification. On the other
|
|||
hand, optional extra information that can be safely ignored will not
|
||||
cause the version to increase.
|
||||
|
||||
The Gimp's XCF writer dynamically selects the lowest version that will
|
||||
GIMP's XCF writer dynamically selects the lowest version that will
|
||||
allow the image to be represented. Third-party XCF writers should do
|
||||
likewise.
|
||||
|
||||
Version numbers from v100 upwards have been used by CinePaint, which
|
||||
originated as a 16-bit fork of the Gimp. That format is not described
|
||||
originated as a 16-bit fork of GIMP. That format is not described
|
||||
by this specification.
|
||||
|
||||
Image properties
|
||||
|
|
@ -341,7 +341,7 @@ PROP_COLORMAP (essential)
|
|||
version-0 indexed image.
|
||||
|
||||
Beware that the payload length of the PROP_COLORMAP in particular
|
||||
cannot be trusted: some historic releases of the Gimp erroneously
|
||||
cannot be trusted: some historic releases of GIMP erroneously
|
||||
wrote n+4 instead of 3n+4 into the length word (but still actually
|
||||
followed it by 3n+4 bytes of payload).
|
||||
|
||||
|
|
@ -394,7 +394,7 @@ PROP_RESOLUTION (not editing state, but not _really_ essential either)
|
|||
the viewer's monitor is. Similarly, photographs commonly do not have
|
||||
a well-defined target size and are intended to be scaled to fit the
|
||||
available space instead. Therefore readers should not interpret the
|
||||
information in this property too rigidly; the Gimp writes it to XCF
|
||||
information in this property too rigidly; GIMP writes it to XCF
|
||||
files unconditionally, even if the user has not explicitly chosen a
|
||||
resolution.
|
||||
|
||||
|
|
@ -508,7 +508,7 @@ PROP_VECTORS
|
|||
|
||||
Appears unless all paths can be stored in the PROP_PATHS format.
|
||||
|
||||
The Gimp's XCF reader checks that the total size of all path
|
||||
GIMP's XCF reader checks that the total size of all path
|
||||
specifications in the property precisely equals the length word, so
|
||||
it is safe for a reader to use the length word to skip the property
|
||||
without parsing the individual parasites. (Note that this is _not_
|
||||
|
|
@ -589,7 +589,7 @@ PROP_MODE (essential)
|
|||
unit32 m The layer mode; one of
|
||||
0: Normal
|
||||
1: Dissolve (random dithering to discrete alpha)
|
||||
2: (Behind: not selectable in the Gimp UI)
|
||||
2: (Behind: not selectable in the GIMP UI)
|
||||
3: Multiply
|
||||
4: Screen
|
||||
5: Overlay
|
||||
|
|
@ -613,7 +613,7 @@ PROP_MODE (essential)
|
|||
When reading old XCF files that lack this property, assume m=0.
|
||||
The effects of the various layer modes is defined in Section 8, below.
|
||||
|
||||
Beware that the Gimp ignores all other layer modes than Normal and
|
||||
Beware that GIMP ignores all other layer modes than Normal and
|
||||
Dissolve for the bottommost visible layer of the image; if m>=3 has
|
||||
been specified for this layer it will interpreted as m==0 for
|
||||
display and flattening purposes. This effect happens for one layer
|
||||
|
|
@ -768,16 +768,16 @@ pointed to from a layer or channel structure.
|
|||
|
||||
The width, height, and bpp values are for consistency checking; their
|
||||
correct values can always be inferred from the context, and are
|
||||
checked when the Gimp reads the XCF file.
|
||||
checked when GIMP reads the XCF file.
|
||||
|
||||
Levels
|
||||
------
|
||||
|
||||
For some unknown historical reason, the hierarchy structure contains
|
||||
an extra indirection to a series of "level" structures, described
|
||||
below. Only the first level structure is used by the Gimp's XCF
|
||||
below. Only the first level structure is used by GIMP's XCF
|
||||
reader, except that the reader checks that a terminating zero for the
|
||||
level-pointer list can be found. The Gimp's XCF writer creates a
|
||||
level-pointer list can be found. GIMP's XCF writer creates a
|
||||
series of dummy level structures (with no tile pointers), each
|
||||
declaring a height and width half of the previous one (rounded down),
|
||||
until the height and with are both less than 64. Thus, for a layer of
|
||||
|
|
@ -828,7 +828,7 @@ individual tiles are not stored explicitly in the XCF file, but must
|
|||
be computed by the reader.
|
||||
|
||||
The tiles that are pointed to by a single level structure must be
|
||||
contiguous in the XCF file, because the Gimp's XCF reader uses the
|
||||
contiguous in the XCF file, because GIMP's XCF reader uses the
|
||||
difference between two subsequent tile pointers to judge the amount of
|
||||
memory it needs to allocate for internal data structures.
|
||||
|
||||
|
|
@ -895,7 +895,7 @@ boundary between streams.
|
|||
The RLE encoding allows "degenerate" encodings in which the original
|
||||
data stream may double in size (or grow to arbitrarily large sizes if
|
||||
(128,0,0) operations are inserted). Such encodings must be avoided, as
|
||||
the Gimp's XCF reader expects that the size of an encoded tile is
|
||||
GIMP's XCF reader expects that the size of an encoded tile is
|
||||
never more than 24 KB, which is only 1.5 times the unencoded size of a
|
||||
64x64 RGBA tile.
|
||||
|
||||
|
|
@ -972,7 +972,7 @@ PROP_TATTOO (internal Gimp state)
|
|||
the tattoos for bookkeeping get confused.
|
||||
|
||||
An XCF file must either provide tattoo values for all its elements
|
||||
or for none of them. The Gimp will invent fresh tattoos when it
|
||||
or for none of them. GIMP will invent fresh tattoos when it
|
||||
reads in tattoo-less elements, but it does not attempt to keep them
|
||||
different from ones specified explicitly in the file.
|
||||
|
||||
|
|
@ -992,7 +992,7 @@ PROP_PARASITES
|
|||
directly encoded; the list ends when the total length of the
|
||||
parasite data read equals the property payload length.
|
||||
|
||||
The Gimp's XCF reader checks that the combined size of all parasites
|
||||
GIMP's XCF reader checks that the combined size of all parasites
|
||||
in the property precisely equals the length word, so it is safe for
|
||||
a reader to use the length word to skip the property without parsing
|
||||
the individual parasites.
|
||||
|
|
@ -1002,7 +1002,7 @@ PROP_PARASITES
|
|||
with byte ordering.
|
||||
|
||||
There can only be one parasite with a given name attached to
|
||||
each element of the image. Some versions of the Gimp will
|
||||
each element of the image. Some versions of GIMP will
|
||||
erroneously write some parasites twice in the same property list;
|
||||
XCF readers must be prepared to gracefully ignore all but the
|
||||
last instance of a parasite name in each property list.
|
||||
|
|
@ -1011,7 +1011,7 @@ PROP_PARASITES
|
|||
9. COMPOSITING AND LAYER MODES
|
||||
===============================
|
||||
|
||||
This section describes the "flattening" process that the Gimp applies
|
||||
This section describes the "flattening" process that GIMP applies
|
||||
when a multi-layer image is displayed in the editor or exported to
|
||||
other image file formats. It is present for reference only; an XCF
|
||||
consumer may well elect to do something different with pixel data from
|
||||
|
|
@ -1034,10 +1034,10 @@ mentioned.
|
|||
|
||||
Any practical implementation of the computations specified below may
|
||||
suffer rounding errors; this specification do not detail how these are
|
||||
to be handled. The Gimp itself rounds values to an integral number of
|
||||
to be handled. GIMP itself rounds values to an integral number of
|
||||
255ths at many points in the computation. This specification does not
|
||||
specify exactly which these points are, and authors of XCF renderers
|
||||
that aim to reproduce the effects of the Gimp's flattening down to the
|
||||
that aim to reproduce the effects of GIMP's flattening down to the
|
||||
least significant bits are referred to studying its source code.
|
||||
|
||||
In the description below, the variable letter "a" is used for alpha
|
||||
|
|
@ -1048,7 +1048,7 @@ color information for a pixel; depending on the color mode of the
|
|||
image that is either an (r,g,b) triple, a y, or a c.
|
||||
|
||||
The flattening process works independently for each pixel in the
|
||||
canvas area. The description of some layer modes in the Gimp manual
|
||||
canvas area. The description of some layer modes in the GIMP manual
|
||||
may give the impression that they involve filters that let pixels
|
||||
influence neighbor pixels, but that is not true.
|
||||
|
||||
|
|
|
|||
|
|
@ -205,12 +205,12 @@ config settings.
|
|||
\fB$HOME\fP/@gimpdir@/menurc - user's set of keybindings.
|
||||
|
||||
\fB$HOME\fP/@gimpdir@/parasiterc - Stores all persistent GIMP
|
||||
parasites. This file will be rewritten every time you quit the GIMP.
|
||||
parasites. This file will be rewritten every time you quit GIMP.
|
||||
|
||||
\fB$HOME\fP/@gimpdir@/sessionrc - This file takes session-specific
|
||||
info (that is info, you want to keep between two GIMP sessions). You
|
||||
are not supposed to edit it manually, but of course you can do. This
|
||||
file will be entirely rewritten every time you quit the GIMP. If this
|
||||
file will be entirely rewritten every time you quit GIMP. If this
|
||||
file isn't found, defaults are used.
|
||||
|
||||
\fB$HOME\fP/@gimpdir@/templaterc - Image templates are kept in this
|
||||
|
|
@ -220,13 +220,13 @@ this file isn't found, defaults are used.
|
|||
@gimpsysconfdir@/unitrc - default user unit database. It contains the
|
||||
unit definitions for centimeters, meters, feet, yards, typographic
|
||||
points and typographic picas and is placed in users home directories
|
||||
the first time the GIMP is ran. If this file isn't found, defaults are
|
||||
the first time GIMP is ran. If this file isn't found, defaults are
|
||||
used.
|
||||
|
||||
\fB$HOME\fP/@gimpdir@/unitrc - This file contains your user unit
|
||||
database. You can modify this list with the unit editor. You are not
|
||||
supposed to edit it manually, but of course you can do. This file
|
||||
will be entirely rewritten every time you quit the GIMP.
|
||||
will be entirely rewritten every time you quit GIMP.
|
||||
|
||||
\fB$HOME\fP/@gimpdir@/plug-ins - location of user installed plug-ins.
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ gimprc \- gimp configuration file
|
|||
.SH DESCRIPTION
|
||||
The
|
||||
.B gimprc
|
||||
file is a configuration file read by the GIMP when it starts up. There
|
||||
file is a configuration file read by GIMP when it starts up. There
|
||||
are two of these: one system-wide one stored in
|
||||
@gimpsysconfdir@/gimprc and a per-user \fB$HOME\fP/@gimpdir@/gimprc
|
||||
which may override system settings.
|
||||
|
|
|
|||
|
|
@ -795,12 +795,12 @@ through extension modules: independent applications which implement
|
|||
additional features and then make them available to the main
|
||||
application.
|
||||
|
||||
The GIMP and its extensions communicate by invoking commands from a
|
||||
GIMP and its extensions communicate by invoking commands from a
|
||||
database of procedures. Procedures are pieces of functionality
|
||||
provided by GIMP, its plug-ins, and its extensions. Procedures take
|
||||
as input a list of arguments, execute based on the values of those
|
||||
arguments, and finally return a list of values. There are procedures
|
||||
for every piece of internal functionality in the GIMP as well as for
|
||||
for every piece of internal functionality in GIMP as well as for
|
||||
every plug-in written to date. In total, there are over 275
|
||||
procedures stored in GIMP's ``procedural database''. The following are
|
||||
examples of procedures called by the simple script from Appendix A:
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# This file takes session-specific info (that is info, you want to keep
|
||||
# between two GIMP sessions). You are not supposed to edit it manually, but
|
||||
# of course you can do. The sessionrc will be entirely rewritten every time
|
||||
# you quit The GIMP. If this file isn't found, defaults are used.
|
||||
# you quit GIMP. If this file isn't found, defaults are used.
|
||||
|
||||
(session-info "toolbox" "dock"
|
||||
(position 48 48)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# modify this list with the unit editor. You are not
|
||||
# supposed to edit it manually, but of course you can do.
|
||||
# This file will be entirely rewritten every time
|
||||
# you quit the gimp.
|
||||
# you quit GIMP.
|
||||
|
||||
(unit-info "centimeters"
|
||||
(factor 2.540000)
|
||||
|
|
|
|||
|
|
@ -3,13 +3,13 @@
|
|||
|
||||
GIMP_VER = 2.0
|
||||
|
||||
# The name of the directory in your %HOME% where the GIMP's personal settings
|
||||
# The name of the directory in your %HOME% where GIMP's personal settings
|
||||
# and stuff is saved.
|
||||
GIMPDIR = _gimp$(GIMP_VER)
|
||||
|
||||
# Build app/* as DLLs; don't define this, it doesn't work yet.
|
||||
#DLLGIMP = 1
|
||||
|
||||
# This one doesn't work either withot patching Pango and The Gimp
|
||||
# This one doesn't work either withot patching Pango and GIMP
|
||||
# Tries to not depend on ft2
|
||||
#PANGO_WIN32_EXTENDED = 1
|
||||
|
|
|
|||
|
|
@ -926,7 +926,7 @@ gimp_read_expect_msg (GimpWireMessage *msg,
|
|||
* This function calls a GIMP procedure and returns its return values.
|
||||
* To get more information about the available procedures and the
|
||||
* parameters they expect, please have a look at the Procedure Browser
|
||||
* as found in the Xtns menu in the GIMP's toolbox.
|
||||
* as found in the Xtns menu in GIMP's toolbox.
|
||||
*
|
||||
* As soon as you don't need the return values any longer, you should
|
||||
* free them using gimp_destroy_params().
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ struct _GimpPlugInInfo
|
|||
/* called when the gimp application exits */
|
||||
GimpQuitProc quit_proc;
|
||||
|
||||
/* called by the gimp so that the plug-in can inform the
|
||||
/* called by gimp so that the plug-in can inform the
|
||||
* gimp of what it does. (ie. installing a procedure database
|
||||
* procedure).
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -66,9 +66,9 @@ gimp_display_is_valid (gint32 display_ID)
|
|||
*
|
||||
* Creates a new display for the specified image. If the image already
|
||||
* has a display, another is added. Multiple displays are handled
|
||||
* transparently by the GIMP. The newly created display is returned and
|
||||
* can be subsequently destroyed with a call to gimp_display_delete().
|
||||
* This procedure only makes sense for use with the GIMP UI.
|
||||
* transparently by GIMP. The newly created display is returned and can
|
||||
* be subsequently destroyed with a call to gimp_display_delete(). This
|
||||
* procedure only makes sense for use with the GIMP UI.
|
||||
*
|
||||
* Returns: The new display.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -330,7 +330,7 @@ gimp_drawable_get_sub_thumbnail_data (gint32 drawable_ID,
|
|||
* @data: a pointer to the data attached with the #GimpParasite.
|
||||
*
|
||||
* Convenience function that creates a parasite and attaches it
|
||||
* to the GIMP.
|
||||
* to GIMP.
|
||||
*
|
||||
* Return value: TRUE on successful creation and attachment of
|
||||
* the new parasite.
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
* Queries the gimprc file parser for information on a specified token.
|
||||
*
|
||||
* This procedure is used to locate additional information contained in
|
||||
* the gimprc file considered extraneous to the operation of the GIMP.
|
||||
* the gimprc file considered extraneous to the operation of GIMP.
|
||||
* Plug-ins that need configuration information can expect it will be
|
||||
* stored in the user gimprc file and can use this procedure to
|
||||
* retrieve it. This query procedure will return the value associated
|
||||
|
|
@ -72,7 +72,7 @@ gimp_gimprc_query (const gchar *token)
|
|||
*
|
||||
* This procedure is used to add or change additional information in
|
||||
* the gimprc file that is considered extraneous to the operation of
|
||||
* the GIMP. Plug-ins that need configuration information can use this
|
||||
* GIMP. Plug-ins that need configuration information can use this
|
||||
* function to store it, and gimp_gimprc_query() to retrieve it. This
|
||||
* will accept _only_ string values in UTF-8 encoding.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -145,7 +145,7 @@ gimp_image_get_thumbnail_data (gint32 image_ID,
|
|||
* @data: a pointer to the data attached with the #GimpParasite.
|
||||
*
|
||||
* Convenience function that creates a parasite and attaches it
|
||||
* to the GIMP.
|
||||
* to GIMP.
|
||||
*
|
||||
* Return value: TRUE on successful creation and attachment of
|
||||
* the new parasite.
|
||||
|
|
|
|||
|
|
@ -66,8 +66,7 @@ gimp_image_is_valid (gint32 image_ID)
|
|||
*
|
||||
* Returns the list of images currently open.
|
||||
*
|
||||
* This procedure returns the list of images currently open in the
|
||||
* GIMP.
|
||||
* This procedure returns the list of images currently open in GIMP.
|
||||
*
|
||||
* Returns: The list of images currently open.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ static gboolean gimp_ui_initialized = FALSE;
|
|||
* image rendering subsystem (GdkRGB) to follow the GIMP main program's
|
||||
* colormap allocation/installation policy.
|
||||
*
|
||||
* The GIMP's colormap policy can be determinded by the user with the
|
||||
* GIMP's colormap policy can be determinded by the user with the
|
||||
* gimprc variables @min_colors and @install_cmap.
|
||||
**/
|
||||
void
|
||||
|
|
|
|||
|
|
@ -58,8 +58,7 @@ _gimp_unit_get_number_of_units (void)
|
|||
*
|
||||
* Returns the number of built-in units.
|
||||
*
|
||||
* This procedure returns the number of defined units built-in to the
|
||||
* GIMP.
|
||||
* This procedure returns the number of defined units built-in to GIMP.
|
||||
*
|
||||
* Returns: The number of built-in units.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -624,13 +624,13 @@ gimp_personal_rc_file (const gchar *basename)
|
|||
/**
|
||||
* gimp_gtkrc:
|
||||
*
|
||||
* Returns the name of the GIMP's application-specific gtkrc file.
|
||||
* Returns the name of GIMP's application-specific gtkrc file.
|
||||
*
|
||||
* The returned string is owned by GIMP and must not be modified or
|
||||
* freed. The returned string is in the encoding used for filenames by
|
||||
* the system, which isn't necessarily UTF-8 (never is on Windows).
|
||||
*
|
||||
* Returns: The name of the GIMP's application-specific gtkrc file.
|
||||
* Returns: The name of GIMP's application-specific gtkrc file.
|
||||
**/
|
||||
const gchar *
|
||||
gimp_gtkrc (void)
|
||||
|
|
|
|||
|
|
@ -345,7 +345,7 @@ gimp_help_callback (GtkWidget *widget,
|
|||
* some widget holding a grab before starting the query because strange
|
||||
* things happen if (1) the help browser pops up while the query has
|
||||
* grabbed the pointer or (2) the query grabs the pointer while some
|
||||
* other part of the gimp has grabbed it (e.g. a tool, eek)
|
||||
* other part of GIMP has grabbed it (e.g. a tool, eek)
|
||||
*/
|
||||
|
||||
static gboolean
|
||||
|
|
|
|||
|
|
@ -1551,7 +1551,7 @@ save_callback (void)
|
|||
/* Write header out */
|
||||
fputs (FRACTAL_HEADER, fp);
|
||||
fputs ("#**********************************************************************\n", fp);
|
||||
fputs ("# This is a data file for the Fractal Explorer plug-in for the GIMP *\n", fp);
|
||||
fputs ("# This is a data file for the Fractal Explorer plug-in for GIMP *\n", fp);
|
||||
fputs ("#**********************************************************************\n", fp);
|
||||
|
||||
save_options (fp);
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Fractal Explorer Plug-In Version 2 - (c) 1997 <cotting@mygale.org>
|
||||
#**********************************************************************
|
||||
# This is a data file for the Fractal Explorer plug-in for the GIMP *
|
||||
# This is a data file for the Fractal Explorer plug-in for GIMP *
|
||||
# Get the plug-in at http://www.mygale.org/~cotting *
|
||||
#**********************************************************************
|
||||
fractaltype: 5
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Fractal Explorer Plug-In Version 2 - (c) 1997 <cotting@mygale.org>
|
||||
#**********************************************************************
|
||||
# This is a data file for the Fractal Explorer plug-in for the GIMP *
|
||||
# This is a data file for the Fractal Explorer plug-in for GIMP *
|
||||
# Get the plug-in at http://www.mygale.org/~cotting *
|
||||
#**********************************************************************
|
||||
fractaltype: 4
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Fractal Explorer Plug-In Version 2 - (c) 1997 <cotting@mygale.org>
|
||||
#**********************************************************************
|
||||
# This is a data file for the Fractal Explorer plug-in for the GIMP *
|
||||
# This is a data file for the Fractal Explorer plug-in for GIMP *
|
||||
# Get the plug-in at http://www.mygale.org/~cotting *
|
||||
#**********************************************************************
|
||||
fractaltype: 4
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Fractal Explorer Plug-In Version 2 - (c) 1997 <cotting@mygale.org>
|
||||
#**********************************************************************
|
||||
# This is a data file for the Fractal Explorer plug-in for the GIMP *
|
||||
# This is a data file for the Fractal Explorer plug-in for GIMP *
|
||||
# Get the plug-in at http://www.mygale.org/~cotting *
|
||||
#**********************************************************************
|
||||
fractaltype: 4
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Fractal Explorer Plug-In Version 2 - (c) 1997 <cotting@mygale.org>
|
||||
#**********************************************************************
|
||||
# This is a data file for the Fractal Explorer plug-in for the GIMP *
|
||||
# This is a data file for the Fractal Explorer plug-in for GIMP *
|
||||
# Get the plug-in at http://www.mygale.org/~cotting *
|
||||
#**********************************************************************
|
||||
fractaltype: 4
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Fractal Explorer Plug-In Version 2 - (c) 1997 <cotting@mygale.org>
|
||||
#**********************************************************************
|
||||
# This is a data file for the Fractal Explorer plug-in for the GIMP *
|
||||
# This is a data file for the Fractal Explorer plug-in for GIMP *
|
||||
# Get the plug-in at http://www.mygale.org/~cotting *
|
||||
#**********************************************************************
|
||||
fractaltype: 0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Fractal Explorer Plug-In Version 2 - (c) 1997 <cotting@mygale.org>
|
||||
#**********************************************************************
|
||||
# This is a data file for the Fractal Explorer plug-in for the GIMP *
|
||||
# This is a data file for the Fractal Explorer plug-in for GIMP *
|
||||
# Get the plug-in at http://www.mygale.org/~cotting *
|
||||
#**********************************************************************
|
||||
fractaltype: 6
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Fractal Explorer Plug-In Version 2 - (c) 1997 <cotting@mygale.org>
|
||||
#**********************************************************************
|
||||
# This is a data file for the Fractal Explorer plug-in for the GIMP *
|
||||
# This is a data file for the Fractal Explorer plug-in for GIMP *
|
||||
# Get the plug-in at http://www.mygale.org/~cotting *
|
||||
#**********************************************************************
|
||||
fractaltype: 4
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Fractal Explorer Plug-In Version 2 - (c) 1997 <cotting@mygale.org>
|
||||
#**********************************************************************
|
||||
# This is a data file for the Fractal Explorer plug-in for the GIMP *
|
||||
# This is a data file for the Fractal Explorer plug-in for GIMP *
|
||||
# Get the plug-in at http://www.mygale.org/~cotting *
|
||||
#**********************************************************************
|
||||
fractaltype: 2
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Fractal Explorer Plug-In Version 2 - (c) 1997 <cotting@mygale.org>
|
||||
#**********************************************************************
|
||||
# This is a data file for the Fractal Explorer plug-in for the GIMP *
|
||||
# This is a data file for the Fractal Explorer plug-in for GIMP *
|
||||
# Get the plug-in at http://www.mygale.org/~cotting *
|
||||
#**********************************************************************
|
||||
fractaltype: 6
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Fractal Explorer Plug-In Version 2 - (c) 1997 <cotting@mygale.org>
|
||||
#**********************************************************************
|
||||
# This is a data file for the Fractal Explorer plug-in for the GIMP *
|
||||
# This is a data file for the Fractal Explorer plug-in for GIMP *
|
||||
# Get the plug-in at http://www.mygale.org/~cotting *
|
||||
#**********************************************************************
|
||||
fractaltype: 1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Fractal Explorer Plug-In Version 2 - (c) 1997 <cotting@mygale.org>
|
||||
#**********************************************************************
|
||||
# This is a data file for the Fractal Explorer plug-in for the GIMP *
|
||||
# This is a data file for the Fractal Explorer plug-in for GIMP *
|
||||
# Get the plug-in at http://www.mygale.org/~cotting *
|
||||
#**********************************************************************
|
||||
fractaltype: 4
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Fractal Explorer Plug-In Version 2 - (c) 1997 <cotting@mygale.org>
|
||||
#**********************************************************************
|
||||
# This is a data file for the Fractal Explorer plug-in for the GIMP *
|
||||
# This is a data file for the Fractal Explorer plug-in for GIMP *
|
||||
# Get the plug-in at http://www.mygale.org/~cotting *
|
||||
#**********************************************************************
|
||||
fractaltype: 1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Fractal Explorer Plug-In Version 2 - (c) 1997 <cotting@mygale.org>
|
||||
#**********************************************************************
|
||||
# This is a data file for the Fractal Explorer plug-in for the GIMP *
|
||||
# This is a data file for the Fractal Explorer plug-in for GIMP *
|
||||
# Get the plug-in at http://www.mygale.org/~cotting *
|
||||
#**********************************************************************
|
||||
fractaltype: 6
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Fractal Explorer Plug-In Version 2 - (c) 1997 <cotting@mygale.org>
|
||||
#**********************************************************************
|
||||
# This is a data file for the Fractal Explorer plug-in for the GIMP *
|
||||
# This is a data file for the Fractal Explorer plug-in for GIMP *
|
||||
# Get the plug-in at http://www.mygale.org/~cotting *
|
||||
#**********************************************************************
|
||||
fractaltype: 0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Fractal Explorer Plug-In Version 2 - (c) 1997 <cotting@mygale.org>
|
||||
#**********************************************************************
|
||||
# This is a data file for the Fractal Explorer plug-in for the GIMP *
|
||||
# This is a data file for the Fractal Explorer plug-in for GIMP *
|
||||
# Get the plug-in at http://www.mygale.org/~cotting *
|
||||
#**********************************************************************
|
||||
fractaltype: 0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Fractal Explorer Plug-In Version 2 - (c) 1997 <cotting@mygale.org>
|
||||
#**********************************************************************
|
||||
# This is a data file for the Fractal Explorer plug-in for the GIMP *
|
||||
# This is a data file for the Fractal Explorer plug-in for GIMP *
|
||||
# Get the plug-in at http://www.mygale.org/~cotting *
|
||||
#**********************************************************************
|
||||
fractaltype: 4
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Fractal Explorer Plug-In Version 2 - (c) 1997 <cotting@mygale.org>
|
||||
#**********************************************************************
|
||||
# This is a data file for the Fractal Explorer plug-in for the GIMP *
|
||||
# This is a data file for the Fractal Explorer plug-in for GIMP *
|
||||
# Get the plug-in at http://www.mygale.org/~cotting *
|
||||
#**********************************************************************
|
||||
fractaltype: 4
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Fractal Explorer Plug-In Version 2 - (c) 1997 <cotting@mygale.org>
|
||||
#**********************************************************************
|
||||
# This is a data file for the Fractal Explorer plug-in for the GIMP *
|
||||
# This is a data file for the Fractal Explorer plug-in for GIMP *
|
||||
# Get the plug-in at http://www.mygale.org/~cotting *
|
||||
#**********************************************************************
|
||||
fractaltype: 0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Fractal Explorer Plug-In Version 2 - (c) 1997 <cotting@mygale.org>
|
||||
#**********************************************************************
|
||||
# This is a data file for the Fractal Explorer plug-in for the GIMP *
|
||||
# This is a data file for the Fractal Explorer plug-in for GIMP *
|
||||
# Get the plug-in at http://www.mygale.org/~cotting *
|
||||
#**********************************************************************
|
||||
fractaltype: 6
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Fractal Explorer Plug-In Version 2 - (c) 1997 <cotting@mygale.org>
|
||||
#**********************************************************************
|
||||
# This is a data file for the Fractal Explorer plug-in for the GIMP *
|
||||
# This is a data file for the Fractal Explorer plug-in for GIMP *
|
||||
# Get the plug-in at http://www.mygale.org/~cotting *
|
||||
#**********************************************************************
|
||||
fractaltype: 6
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Fractal Explorer Plug-In Version 2 - (c) 1997 <cotting@mygale.org>
|
||||
#**********************************************************************
|
||||
# This is a data file for the Fractal Explorer plug-in for the GIMP *
|
||||
# This is a data file for the Fractal Explorer plug-in for GIMP *
|
||||
# Get the plug-in at http://www.mygale.org/~cotting *
|
||||
#**********************************************************************
|
||||
fractaltype: 4
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Fractal Explorer Plug-In Version 2 - (c) 1997 <cotting@mygale.org>
|
||||
#**********************************************************************
|
||||
# This is a data file for the Fractal Explorer plug-in for the GIMP *
|
||||
# This is a data file for the Fractal Explorer plug-in for GIMP *
|
||||
# Get the plug-in at http://www.mygale.org/~cotting *
|
||||
#**********************************************************************
|
||||
fractaltype: 7
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Fractal Explorer Plug-In Version 2 - (c) 1997 <cotting@mygale.org>
|
||||
#**********************************************************************
|
||||
# This is a data file for the Fractal Explorer plug-in for the GIMP *
|
||||
# This is a data file for the Fractal Explorer plug-in for GIMP *
|
||||
# Get the plug-in at http://www.mygale.org/~cotting *
|
||||
#**********************************************************************
|
||||
fractaltype: 4
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Fractal Explorer Plug-In Version 2 - (c) 1997 <cotting@mygale.org>
|
||||
#**********************************************************************
|
||||
# This is a data file for the Fractal Explorer plug-in for the GIMP *
|
||||
# This is a data file for the Fractal Explorer plug-in for GIMP *
|
||||
# Get the plug-in at http://www.mygale.org/~cotting *
|
||||
#**********************************************************************
|
||||
fractaltype: 0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Fractal Explorer Plug-In Version 2 - (c) 1997 <cotting@mygale.org>
|
||||
#**********************************************************************
|
||||
# This is a data file for the Fractal Explorer plug-in for the GIMP *
|
||||
# This is a data file for the Fractal Explorer plug-in for GIMP *
|
||||
# Get the plug-in at http://www.mygale.org/~cotting *
|
||||
#**********************************************************************
|
||||
fractaltype: 6
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Fractal Explorer Plug-In Version 2 - (c) 1997 <cotting@mygale.org>
|
||||
#**********************************************************************
|
||||
# This is a data file for the Fractal Explorer plug-in for the GIMP *
|
||||
# This is a data file for the Fractal Explorer plug-in for GIMP *
|
||||
# Get the plug-in at http://www.mygale.org/~cotting *
|
||||
#**********************************************************************
|
||||
fractaltype: 7
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Fractal Explorer Plug-In Version 2 - (c) 1997 <cotting@mygale.org>
|
||||
#**********************************************************************
|
||||
# This is a data file for the Fractal Explorer plug-in for the GIMP *
|
||||
# This is a data file for the Fractal Explorer plug-in for GIMP *
|
||||
# Get the plug-in at http://www.mygale.org/~cotting *
|
||||
#**********************************************************************
|
||||
fractaltype: 1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Fractal Explorer Plug-In Version 2 - (c) 1997 <cotting@mygale.org>
|
||||
#**********************************************************************
|
||||
# This is a data file for the Fractal Explorer plug-in for the GIMP *
|
||||
# This is a data file for the Fractal Explorer plug-in for GIMP *
|
||||
# Get the plug-in at http://www.mygale.org/~cotting *
|
||||
#**********************************************************************
|
||||
fractaltype: 6
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Fractal Explorer Plug-In Version 2 - (c) 1997 <cotting@mygale.org>
|
||||
#**********************************************************************
|
||||
# This is a data file for the Fractal Explorer plug-in for the GIMP *
|
||||
# This is a data file for the Fractal Explorer plug-in for GIMP *
|
||||
# Get the plug-in at http://www.mygale.org/~cotting *
|
||||
#**********************************************************************
|
||||
fractaltype: 2
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Fractal Explorer Plug-In Version 2 - (c) 1997 <cotting@mygale.org>
|
||||
#**********************************************************************
|
||||
# This is a data file for the Fractal Explorer plug-in for the GIMP *
|
||||
# This is a data file for the Fractal Explorer plug-in for GIMP *
|
||||
# Get the plug-in at http://www.mygale.org/~cotting *
|
||||
#**********************************************************************
|
||||
fractaltype: 2
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Fractal Explorer Plug-In Version 2 - (c) 1997 <cotting@mygale.org>
|
||||
#**********************************************************************
|
||||
# This is a data file for the Fractal Explorer plug-in for the GIMP *
|
||||
# This is a data file for the Fractal Explorer plug-in for GIMP *
|
||||
# Get the plug-in at http://www.mygale.org/~cotting *
|
||||
#**********************************************************************
|
||||
fractaltype: 4
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Fractal Explorer Plug-In Version 2 - (c) 1997 <cotting@mygale.org>
|
||||
#**********************************************************************
|
||||
# This is a data file for the Fractal Explorer plug-in for the GIMP *
|
||||
# This is a data file for the Fractal Explorer plug-in for GIMP *
|
||||
# Get the plug-in at http://www.mygale.org/~cotting *
|
||||
#**********************************************************************
|
||||
fractaltype: 3
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
Lighting Effects 0.2.2 -- image filter plug-in for The GIMP program
|
||||
Lighting Effects 0.2.2 -- image filter plug-in for GIMP
|
||||
===================================================================
|
||||
|
||||
Copyright (C) 1996-98 Tom Bech
|
||||
|
|
@ -8,7 +8,7 @@ Copyright (C) 1996-98 Federico Mena Quintero
|
|||
You can reach the author(s) via E-mail:
|
||||
tomb@gimp.org (Tom) or quartic@gimp.org (Federico).
|
||||
|
||||
The GIMP was developed by Peter Mattis and Spencer Kimball.
|
||||
GIMP was developed by Peter Mattis and Spencer Kimball.
|
||||
You can contact them at gimp@xcf.berkeley.edu.
|
||||
|
||||
There's more GIMP stuff on our home pages:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* Lighting Effects 0.2.2 -- image filter plug-in for The Gimp program
|
||||
/* Lighting Effects 0.2.2 -- image filter plug-in for GIMP
|
||||
*
|
||||
* Copyright (C) 1996-98 Tom Bech
|
||||
* Copyright (C) 1996-98 Federico Mena Quintero
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
MapObject 1.2.0 -- image filter plug-in for The GIMP program
|
||||
MapObject 1.2.0 -- image filter plug-in for GIMP
|
||||
===========================================================
|
||||
|
||||
Copyright (C) 1996-98 Tom Bech
|
||||
|
|
@ -10,7 +10,7 @@ Released 16th of July, 1998
|
|||
You can reach the author(s) via E-mail:
|
||||
tomb@gimp.org (Tom) or quartic@gimp.org (Federico).
|
||||
|
||||
The GIMP was developed by Peter Mattis and Spencer Kimball.
|
||||
GIMP was developed by Peter Mattis and Spencer Kimball.
|
||||
You can contact them at gimp@xcf.berkeley.edu.
|
||||
|
||||
There's more GIMP stuff on our home pages:
|
||||
|
|
@ -38,7 +38,7 @@ In other words, you can't sue us for whatever happens while using this ;)
|
|||
Compiling
|
||||
=========
|
||||
|
||||
To compile you'll need The GIMP 1.0 and GTK+ 1.0.4 or later.
|
||||
To compile you'll need GIMP 1.0 and GTK+ 1.0.4 or later.
|
||||
You'll also need GCK 1.00 (http://www.ii.uib.no/~tomb/gck.html)
|
||||
|
||||
1) Edit the Makefile to reflect your system setup.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* MapObject 1.2.0 -- image filter plug-in for The Gimp program
|
||||
/* MapObject 1.2.0 -- image filter plug-in for GIMP
|
||||
*
|
||||
* Copyright (C) 1996-98 Tom Bech
|
||||
* Copyright (C) 1996-98 Federico Mena Quintero
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
/* Gimp. It loads and saves images in windows(TM) */
|
||||
/* bitmap format. */
|
||||
/* Some Parts that deal with the interaction with */
|
||||
/* the Gimp are taken from the GIF plugin by */
|
||||
/* GIMP are taken from the GIF plugin by */
|
||||
/* Peter Mattis & Spencer Kimball and from the */
|
||||
/* PCX plugin by Francisco Bustamante. */
|
||||
/* */
|
||||
|
|
|
|||
|
|
@ -500,7 +500,7 @@ ReadImage (FILE *fd,
|
|||
return -1;
|
||||
}
|
||||
|
||||
/* Make a new image in the gimp */
|
||||
/* Make a new image in GIMP */
|
||||
|
||||
switch (bpp)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -361,7 +361,7 @@ load_image (const gchar *file,
|
|||
gimp_pixel_rgn_init (&pixel_rgn, drawable, 0, 0, drawable->width,
|
||||
drawable->height, TRUE, FALSE);
|
||||
|
||||
/* Read the image in and give it to the GIMP a line at a time */
|
||||
/* Read the image in and give it to GIMP a line at a time */
|
||||
buffer = g_new (guchar, width * 4);
|
||||
line = g_new (guchar, (width + 1) * 4);
|
||||
|
||||
|
|
@ -611,7 +611,7 @@ save_image (const gchar *file,
|
|||
buffer = g_new (guchar, drawable->width*4);
|
||||
line = g_new (guchar, (drawable->width+1) * 4);
|
||||
|
||||
/* Get the image from the GIMP one line at a time and write it out */
|
||||
/* Get the image from GIMP one line at a time and write it out */
|
||||
for (i = 0; i < drawable->height; ++i)
|
||||
{
|
||||
gimp_pixel_rgn_get_rect (&pixel_rgn, line, 0, i, drawable->width, 1);
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue