3. Открытие файлов

Существует несколько способов открыть существующее изображение в GIMP:

3.1. Открыть файл

Наиболее очевидный - это открыть его с помощью меню ФайлОткрыть в меню панели инструментов или изображения. При этом появится диалог выбора файла. Этот метод годен, когда название и место файла известны, но не подходит для нахождения файла только по просмотру.

[Примечание] Примечание

Когда вы открываете файл, будь то через меню файла или другим спсобом, GIMP должен определить тип открываемого файла. Если нет выбора, то GIMP полагается на расширение (как .jpg), но расширения не надёжны: они зависят от платформы, файлы просто могут быть переименованы или вообще без расширения. Поэтому GIMP старается определить тип файла по его содержимому. Большинство графических файлов содержат «волшебные заголовки», которые позволяют определить тип файла. Только в случае, когда исследование содержимого не даёт результатов GIMP полагается на расширения.

Рисунок 5.4. Диалог «Открыть Изображение».

Диалог «Открыть Изображение».

GIMP 2.2 introduced a new Open Image dialog that provides several features to help you navigate quickly to a file. Perhaps the most important is the ability to create «bookmarks», or Places, for folders that you use often. Your list of bookmarks appears on the left side of the dialog. The ones at the top, such as «Desktop», are provided automatically. Use the Add button to add the current directory to the list. Use the Remove button to remove the selected bookmark. Double-click on a bookmark to navigate directly to that directory.

В центре диалога показан список содержимого выделенной директории. Поддиректории показаны вверху списка, файлы ниже. По умолчанию показаны все файлы, но список можно ограничить для показа файла только определённого типа, используя меню выделения «Тип файла» под списком папок.

При нажатии на файл с изображением в правой части диалога появится окно просмотра изображения с основной информацией об изображении. Заметьте, что просмотры запоминаются при создании, и могут быть неверны, если изменить изображение определённым способом. Если вы подозреваете, что просмотр неверен, нажмите на окно просмотра мышкой, держа клавишу Ctrl.

Поле ввода Расположение может быть не показано вверху диалога. Чтобы его показать, нажмите клавишы Ctrl+L или нажмите на пиктограмму с карандашом в левом верхнем углу. Повторное нажатие на пиктограмму удаляет поле ввода.

[Примечание] Примечание

В большинстве случаев, если выбрать название файла из списка и нажать кнопку «Открыть», GIMP автоматически определит тип файла за вас. В редких случаях, при необычном типе файла или когда у названия файла нет расширения, это не работает, и вы можете указать GIMP тип файла вручную, нажав на кнопку «Выбрать тип файла» и выбрав тип из предложенного списка. Обычно, в таких случаях, файл либо испорчен, либо не поддерживается GIMP.

3.1.1. Import from PDF

If you select a PDF file to open, GIMP will show an extra dialog with options specific to this file type.

Page selection

You can select pages by typing one or more page numbers or ranges, separated by commas. For example, 4-7,9 selects pages 4, 5, 6, 7, and 9 of the document. The default is to select all of the pages in the document.

Open pages as

If this is set to Images, then GIMP will open each of the selected pages as a separate image. If it is set to Layers, then GIMP will create one image with each of the selected pages in its own layer.

Image size

The size of the image created is controlled by the Width, Height, and Resolution settings. A PDF document contains information about its width and height in units of physical length so it is meaningful to set the width or height of the image in pixels or its resolution in pixels per physical unit of length: as you set any of these three parameters, the other two will automatically adjust to match.

Use Anti-Aliasing

Check this box to apply antialiasing to text in the image.

3.1.2. Import from PostScript

If you select a PostScript file to open, GIMP will show an extra dialog with options specific to this file type.

Page selection

You can select pages by typing one or more page numbers or ranges, separated by commas. For example, 4-7,9 selects pages 4, 5, 6, 7, and 9 of the document. The default is to select all of the pages in the document. Note: this is only visible if there is more than one page.

Open pages as

If this is set to Images, then GIMP will open each of the selected pages as a separate image. If it is set to Layers, then GIMP will create one image with each of the selected pages in its own layer. Note: this is only visible if there is more than one page.

Rendering

The size of the image created is controlled by the Width, Height, and Resolution settings. A PostScript document contains information about its width and height in units of physical length so it is meaningful to set the width or height of the image in pixels or its resolution in pixels per physical unit of length: as you set any of these three parameters, the other two will automatically adjust to match.

Coloring

Select B/W to have GIMP create the image as a 2-color indexed image, Gray for a grayscale image, or Color for an RGB image (see Раздел 1, «Типы изображений» for a full explanation of these different image modes). If you select Automatic then GIMP will try to determine the most suitable mode from the contents of the file.

Try Bounding Box

If this is checked, GIMP will use the bounding box information in the PostScript file to determine how much of the page to use: effectively, this is equivalent to cropping whitespace from the edges of the image. It is possible for a PostScript file to contain no bounding box information, in which case this option will be ignored.

Antialiasing

You can choose to have GIMP apply antialiasing separately for text and for graphics in the imported image. Either Weak or Strong antialiasing may be applied: usually you should select Strong.