Enregistrar d'imatges
Image Viewer always tries to choose the save method with least impact to the image data. For example, if an otherwise unmodified image is saved under a different name in the same format, the file is simply copied. If libjpeg is available on the system all JPEG image modifications are done without loss of image information.
5.1. Enregistrar un imatge
To save an image, choose
. The image will be saved under the same name and file type. Therefore, unmodified images needn't be saved.5.2. Saving an Image under a Different Name
To save an image under a different name, or convert it to a different file type, choose
.Specify the filename in the Name field in the Save Image dialog, then click . The file is saved in the current folder by default. Image Viewer tries to determine the file type from the given filename suffix. If the image should be saved in another folder or the file type detection failed, expand the dialog by clicking on Browse for other folders. This allows further folder navigation and the specification of the file type from the drop down box.
You can save multiple images at once: see the next section.
5.3. Saving Multiple Images
Saving multiple images at once allows you to convert several images to a different format, or give them similar filenames.
To save multiple images, select the images and choose
. The following window is displayed:The folder in which the images will be saved is specified by the Destination folder drop-down box. Initially the folder is set to the current folder. Select Other... from the drop-down list to open a standard open folder dialog for browsing the filesystem. The resulting filename for each image is specified by Filename format. The filename schema is constructed by simple characters and special tags. The following special tags are available:
- Filename (%f) - Original filename without the fileformat suffix.
- Counter (%n) - Auto-incremented number (starts at specified counter start).
Everything but these special tags are considered normal text.
The image format is determined by the drop-down box after the schema definition. Select a specific image format or use the as is option to state that the same format as the original file should be used.
The Options section allows to remove all space characters by underscores in the resulting filename if Replace spaces with underscores is checked. The Start counter at spin box determines at which number the counter starts if you use the %n tag for the file format specification.
The File Name Preview section of the dialog shows the resulting file name according to the above settings for an example filename from the selected images.