mirror of https://github.com/GNOME/gimp.git
parent
f15158ace9
commit
aee4f46489
|
@ -1,9 +1,14 @@
|
|||
Sat May 2 00:59:23 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gimp.1: spelling corrections from Tamito Kajiyama
|
||||
|
||||
Sat May 2 00:41:36 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* plug-ins/tiff/tiff.c: another special case fix from Nick Lamb.
|
||||
I said it before, and I'll say it again: TIFF sucks
|
||||
|
||||
* app/fuzzy_select.c: find_boundary works nicer in indexed mode
|
||||
(from Adrian)
|
||||
|
||||
* app/paint_funcs.c: generate dissolve random number table better
|
||||
(thanks Owen)
|
||||
|
|
12
gimp.1
12
gimp.1
|
@ -15,7 +15,7 @@ manipulate images. It can load and save a variety of image formats and can
|
|||
be used to convert between formats.
|
||||
.PP
|
||||
Gimp can also be used as a paint program. It features a set of drawing and
|
||||
painting tools suchs as airbrush, clone, pencil, and paint brush. Painting
|
||||
painting tools such as airbrush, clone, pencil, and paint brush. Painting
|
||||
and drawing tools can be applied to an image with a variety of paint modes.
|
||||
It also offers an extensive array of selection tools like
|
||||
rectangle, ellipse, fuzzy select, bezier select,
|
||||
|
@ -59,7 +59,7 @@ will result in slower performance than using shared memory.
|
|||
.B \-\-no\-xshm
|
||||
Do not use the X Shared Memory extension. If GIMP is being displayed
|
||||
on a remote X server, this probably needs to be enabled. Also useful
|
||||
for any X server that doesnt properly support the X shared memory extension.
|
||||
for any X server that doesn't properly support the X shared memory extension.
|
||||
This will result in slower performance than with X shared memory enabled.
|
||||
.TP 8
|
||||
.B \-\-display \fIdisplay\fP
|
||||
|
@ -86,7 +86,7 @@ stored in the RESOURCE_MANAGER property.
|
|||
.SH FILES
|
||||
|
||||
Most gimp configuration is read in from the users init file,
|
||||
\fB$HOME\fP/.gimp/gimprc. The sytem wide equivalent is in
|
||||
\fB$HOME\fP/.gimp/gimprc. The system wide equivalent is in
|
||||
\fB$PREFIX\fP/share/gimp/gimprc. The system wide file is parsed first
|
||||
and the user gimprc can override the sytem
|
||||
settings. \fB$PREFIX\fP/share/gimp/gimprc_user is the default gimprc
|
||||
|
@ -190,8 +190,8 @@ Info for locations of these.
|
|||
|
||||
When reporting Gimp bugs, it is important to include a
|
||||
reliable way to reproduce the bug, version number of Gimp (and
|
||||
probably GTK), OS name and verison, and any relevant hardware
|
||||
specs. It is also very important to include as much info aas possible
|
||||
probably GTK), OS name and version, and any relevant hardware
|
||||
specs. It is also very important to include as much info as possible
|
||||
about the Xserver the problem was found on including at least server
|
||||
name, the visual, and the bit depth.
|
||||
|
||||
|
@ -201,7 +201,7 @@ better.
|
|||
|
||||
.SH OTHER INFO
|
||||
|
||||
The cannonical place to find GIMP info is at http://www.gimp.org.
|
||||
The canonical place to find GIMP info is at http://www.gimp.org.
|
||||
Here you can find links to just about every other gimp site, tutorials, data
|
||||
sets, mailing list archives, and more.
|
||||
|
||||
|
|
Loading…
Reference in New Issue