help system Piers Cornwell <piers.cornwell@bigfoot.com> who has taken the burden to continue this project Karin and Olof started. --Sven
66 lines
2.7 KiB
HTML
66 lines
2.7 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 an Indexed image since you will not know which colors
|
|
your palette should have. Besides, working in Indexed mode is not a good choice
|
|
instead work in RGB and convert to Indexed just before saving the image.
|
|
<P>
|
|
How to create a new image:
|
|
<P>
|
|
<DL>
|
|
<DT>
|
|
<EM>Set the resolution:</EM>
|
|
<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 preferences dialog).
|
|
However if you going to print your image you will probably need a lot more
|
|
than 72ppi.<BR>
|
|
You have several choices about how you want to measure the resolution pixels
|
|
per inch, mm, points or picas (there is also an option 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>
|
|
<EM>Set the size:</EM>
|
|
<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>
|
|
<EM>Set the mode/type of image:</EM>
|
|
<DD>
|
|
Set the mode to either RGB or Grayscale
|
|
<DT>
|
|
<EM>Set fill type:</EM>
|
|
<DD>
|
|
Foreground takes the currently active foreground color from the toolbox<BR>
|
|
Background take the currently active background color from 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.
|
|
<P>
|
|
<A href="index.html">Index</A>
|
|
</TD>
|
|
</TR>
|
|
</TABLE>
|
|
</BODY></HTML>
|