Files
gimp/help/C/dialogs/file_open.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

47 lines
2.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>Open File</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">Open File</FONT></TD>
</TR>
<TR bgcolor="white" >
<TD width="100%" align="left"><P>
<P>
Open dialog is where you can load images into the Gimp for viewing
or editing. The left hand window shows the directories and the right
hand side shows the files in the selected directory. To open a file,
select it in the files listing, then choose what file type it is - if
the file has an extension which defines it's filetype (such as .xcf)
you can select "Automatic" and Gimp will open the file in that format.
Alternatively, you can force Gimp to open the file as a specific format
by choosing one of the other options in the drop down list.
<P>
Some images have a preview associated with then so you can see what
the image is before opening it. This is particularly useful for larger
images, where opening the full image will take a while. If an image
doesn't have a preview, you can click "Generate Preview" to create on.
This preview image is stored in the a sub-directory of the current one,
called .xvpics. This preview image will be used in future when using
the open dialog. Clicking OK opens the image with the selected
settings, Cancel aborts.
<P>
A useful feature of the Load Image dialog is autocompletion of
filenames. Type the first few letters of the filename and pressing the
Tab key will complete as much of the filename as is uniquely defined by
what has already been typed. The side of the dialog will display all
files that match the letters in the selection box. You can then type
more letters and press Tab again to update the window. You
can load multiple images by pressing Shift key and clicking on each
file you want to open.
<P>
<A href="index.html">Index</A>
</TD>
</TR>
</TABLE>
</BODY></HTML>