그림 저장하기

그림 보기 프로그램은 항상 원래 그림 데이터에 최소한의 영향을 미치는 방법으로 저장합니다. 예를 들어 그림에 고친 내용이 없을 때 다른 이름으로 저장하는 경우, 파일을 복사하기만 합니다. 만약 libjpeg이 시스템에 있으면 JPEG 이미지에 고친 사항들은 모두 그림의 정보에 손실이 없이 저장됩니다.

5.1. 그림 저장하기

To save an image, choose Image ▸ Save. The image will be saved under the same name and file type. Therefore, unmodified images needn't be saved.

5.2. 그림을 다른 이름으로 저장하기

To save an image under a different name, or convert it to a different file type, choose Image ▸ Save As.

그림 저장 대화 창의 이름 입력 칸에 파일 이름을 지정하십시오. 기본값으로 현재 폴더에 파일을 저장합니다. 주어진 파일 이름 확장자를 기준으로 파일 형식을 결정합니다. 그림을 다른 폴더에 저장해야 하거나 파일 형식을 자동으로 알아내지 못했다면, 다른 폴더 찾아보기를 눌러 대화 창을 늘리십시오. 이렇게 하면 다른 폴더로 이동할 수도 있고 드롭다운 상자에서 파일 형식을 지정할 수도 있습니다.

여러 개의 그림을 동시에 저장할 수도 있습니다. 다음 부분을 보십시오.

5.3. 여러 개 그림 저장하기

여러 개의 그림을 동시에 저장하는 방법으로 여러 개의 그림을 다른 형식으로 변환할 수도 있고 비슷한 파일 이름으로 만들 수도 있습니다.

To save multiple images, select the images and choose Image ▸ Save As. The following window is displayed:

그림 2여러 개 그림에 대한 다른 이름으로 저장 대화 창

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:

  • 파일 이름 (%f) - 원래 파일 이름 (이름 끝의 파일 형식 확장자를 제외한 부분)
  • 일련번호 (%n) - 자동으로 증가하는 번호 (지정한 시작값부터 시작)

특수 태그를 제외한 나머지는 모두 일반 텍스트로 취급합니다.

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.

파일 이름 미리 보기에서 선택한 그림 파일과 위의 설정에 따라 최종 파일 이름이 어떻게 될 지 한 가지 예를 들어 표시합니다.