
Thu Dec 16 20:15:25 CET 1999 Olof S Kylande <olof@gimp.org> Fix of KDE/Kwm selection add/sub/inter problem NOTE: This is a workaround, not a real fix. Many Thanks to Matthias Ettrich * app/disp_callbacks.c Updated unsharp-mask to version 0.10 * plug-ins/unsharp/dialog_f.c * plug-ins/unsharp/dialog_f.h * plug-ins/unsharp/dialog_i.c * plug-ins/unsharp/dialog_i.h * plug-ins/unsharp/unsharp.c Updated print plug-in to version 3.0.1 * plug-ins/print/README (new file) * plug-ins/print/print-escp2.c * plug-ins/print/print-pcl.c * plug-ins/print/print-ps.c * plug-ins/print/print-util.c * plug-ins/print/print.c * plug-ins/print/print.h Updated all files in the help/C/dialogs dir. This is a first alpha glimpse of the help system. Please give me feedback of the content. However since it's in alpha stage it means that there is spell, grammatical, etc errors. There is may also be pure errors which I hope "you" will report to either olof@gimp.org or karin@gimp.org. Please don't report spell, grammatical, etc error at this stage in dev. If you have any plans to commit to the help system please write to olof@gimp.org. (This is mandatory not a please ;-). * help/C/welcome.html * help/C/dialogs/about.html ..............
90 lines
3.1 KiB
HTML
90 lines
3.1 KiB
HTML
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
|
|
<HTML>
|
|
<HEAD>
|
|
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
|
<TITLE>New Image</TITLE>
|
|
</HEAD>
|
|
<BODY text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#FF0000" alink="#000088">
|
|
<TABLE width="100%" cellspacing="1" cellpadding="1">
|
|
<TR bgcolor="black">
|
|
<TD width="100%" align="center"><FONT size="+2" color="white">New Image</FONT></TD>
|
|
</TR>
|
|
<TR bgcolor="white" >
|
|
<TD width="100%" align="left"><P>
|
|
<P>
|
|
File New will create a new Gimp image in either RGB (color) or Grayscale
|
|
mode. You can't create a Index image since you will not know which colors
|
|
your palette should have. Beside working in Index mode is not a good choose
|
|
instead work in RGB and convert to Index just before saving the Image.
|
|
<P>
|
|
How to create a new image:
|
|
<P>
|
|
<DL>
|
|
<DT>
|
|
Set the resolution
|
|
<DD>
|
|
The resolution is how many pixels per length unit you what your image to
|
|
built up with. The default 72ppi (72 pixels/inch) is good if you want to
|
|
create web graphics (you can alter the default value in the preference dialog).
|
|
However if you going to print your image you will probably need a lot more
|
|
than 72ppi. <BR>
|
|
You have several chooises about how you want to measure the resolution pixels
|
|
per inch, mm, points or picas (there is also a option more which will bring
|
|
up a dialog with even more choices). We suggest that you stick to ppi since
|
|
that the most common format when you are dealing with images.<BR>
|
|
You can have different X and Y resolutions by unchecking the chain but that
|
|
is not recommended.
|
|
<DT>
|
|
Set the Size
|
|
<DD>
|
|
You have two options either you can set it directly in pixels in the
|
|
top frame or in a real world unit in the middle frame. If you are working
|
|
with web graphics we suggest that you deal with pixels directly. If you going
|
|
to print your image then setting in a real world unit is the preferred.
|
|
<DT>
|
|
Set the mode/type of image
|
|
<DD>
|
|
Set the mode to either RGB or Grayscale
|
|
<DT>
|
|
Set Fill Type
|
|
<DD>
|
|
Foreground takes the currently active foreground color of the toolbox<BR>
|
|
Background take the currently active background color of the toolbox<BR>
|
|
White sets the fill color to white no matter what the toolbox
|
|
color is<BR>
|
|
Transparent prevents the image from filling instead you will get a
|
|
totally "empty" image to start with.
|
|
</DL>
|
|
<P>
|
|
The Reset button resets all values their default values. OK creates a new
|
|
image.
|
|
<H3>
|
|
Additional Information
|
|
</H3>
|
|
<P>
|
|
For further information see The Gimp User's Manual page XXXX and the Gimp
|
|
User's Tutorial page YYYY
|
|
<P>
|
|
Shortcut Key
|
|
<P>
|
|
Modifier
|
|
<P>
|
|
Drag and Drop
|
|
<P>
|
|
Xinput
|
|
<P>
|
|
----DEV----
|
|
<P>
|
|
<A href="index.html">Index</A>
|
|
<P>
|
|
(/dialogs/file_new.html)
|
|
<P>
|
|
Sorry but the help file for file_new is not yet done.
|
|
<P>
|
|
/Karin & Olof
|
|
<P>
|
|
</TD>
|
|
</TR>
|
|
</TABLE>
|
|
</BODY></HTML>
|