Files
gimp/help/C/dialogs/file_save.html
Sven Neumann fc4b217c4a Committed a whole bunch of changes from the new maintainer of the
help system Piers Cornwell <piers.cornwell@bigfoot.com> who has taken
the burden to continue this project Karin and Olof started.


--Sven
2000-07-29 21:40:10 +00:00

46 lines
2.3 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>File Save or Save As</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">File Save or
Save As</FONT></TD>
</TR>
<TR bgcolor="white" >
<TD width="100%" align="left"><P>
<P>
File save lets you save your file either by it's extension e.g save a file.xcf
as a a XCF image. The XCF file format is Gimps native file format and is
the preferred format to save all your images in. You can of course
save as e.g TIFF or JPEG but all the specific Gimp image information will
be lost (i.e the information about layers, channels, parasites, etc).
<P>
When you save a image in a non Gimp format (i.e not as a XCF or XJT image)
will get the opportunity to export it. By exporting it you will be sure of
getting all the visual image information saved in the non native format.
If you Ignore export then only the currently active layer will be saved.
<P>
The save dialog works like any other file dialogs but you also have two ways
to fast navigation. Tab completion, e.g if you have a directory /gimp and
the save dialog is currently with in the /home/gimp directly. Then you only
have to type /gi and hit tab and the name will be completed (It works
just like tab completion in bash or tchs sells in UNIX or if you have turned
it on as tab completion in the cms in NT). You also have a drop down directory
menu which will enable you to quickly move up in the directory hirarcy.
<P>
To even extend the opportunity you can create directories, delete and rename
files in the save dialog. Creating directories is very handy since often
end up doing a new image for a new project before you made a directory to
contain images for the project. However you must sometimes step up and down
once in the directory hierarcy before Gimp will be able to see the new directory.
<P>
<A href="index.html">Index</A>
</TD>
</TR>
</TABLE>
</BODY></HTML>