Skip to content

Gimp

김프 (GIMP, GNU Image Manipulation Program)는 그림을 편집하는 데 쓰이는 자유 소프트웨어이다. 1995년 스펜서 킴벌과 피터 마티스가 제작하기 시작하였으며, 현재는 여러 명의 지원자들이 개발하고 있다. GNU GPL 라이선스를 따른다.

Categories

Example

단축키

  • Shift+Ctrl+V 새로운 탭으로 클립보드 내용 붙여넣기.
  • Shift+Ctrl+E Export As ...

이미지 늘리는 방법

주로 안드로이드에서 사용하는 9patch와 비슷한 작업을 위해. 이미지를 좌, 또는 우로 늘리기(늘렸을 경우 이미지의 색상정보가 Dithering효과 같은 것이 없어야 한다)를 위해 Scale툴(Shift + T)를 사용한 후, 아래와 같은 옵션을 적용하면 된다.

  • Direction: Normal (Forward)
  • Interpolation: None
  • Clipping: Adjust

레이어에 알파채널 속성 추가

In GIMP layers can either have an alpha channel or have no alpha channel. When you try erasing parts of an image when there's no alpha channel you get backround color. To add an alpha channel you can bring up the Layers dialog by pressing Ctrl+L, right-click on the layer you want to edit and select Add Alpha Channel there.

브러시 도구로 색칠하는데 안티에일리어싱 (Antialiasing) 효과가 제거 하기

Gimp-paint-tools-mode.png

기본 모드가 "Screen" 으로 되어있다. "Normal"로 변경하면 된다.

Mode

Screen

Normal

Preview

Gimp-paintbrush-screen-preview.png
Gimp-paintbrush-normal-preview.png

사각형 아웃라인 그리기

Rectangle Select Tool 선택, 영역 지정 후 Edit > Stroke Selection ...를 선택하면 된다.

Grid (격자)

모눈과 안내선. 픽셀아트 할 때 필요하다.

  • 출력 하기 - View → Show Grid
  • 스냅 하기 - Snap → Snap Grid
  • 간격 조절 - Image → Configure Grid…

지우개 (Erase) 도구에 Anti-aliasing 효과 제거

다음 그림처럼 지우개 도구로 그림을 지우면 끄트머리 부분이 반쯤 지워지는 현상이 발생한다.

Gimp-erase-hard_edge_1.png

지우개 옵션의 Hard edge 옵션을 키면 깔끌하게 지워진다.

Gimp-erase-hard_edge_2.png

그림자 효과 추가

다음 그림과 같은 원본 그림에 그림자를 추가하고 싶을 때,

Team-bogo-answer-logo-3-white_bg.png

메뉴에서 Filters > Light and Shadow > Drop shadow를 선택하면 된다.

Gimp-menu-filters-light_and_shadow-drop_shadow.png

몇 가지 옵션을 수정하면 다음과 같이 그림자가 추가된다.

Team-bogo-answer-logo-3-white_bg_shadow.png

영역 선택 후 Delete 버튼을 클릭하면 배경 색상이 되는 현상

원하는 액션이 투명색으로 바뀌는 것을 원한다면 채널이 RGB만 있는지 확인해 보자.

Gimp_-channels-_no_alpha.png

알파채널이 없으므로 추가해야 한다. 메뉴의 Layout -> Transparency -> Add Alpha Channel 을 클릭하여 추가해야 한다.

Gimp_-channels-_alpha.png

Troubleshooting

화면에 ToolBox 가 안보일 경우

Windows > Hide Docks 체크박스를 해제하면 된다.

ToolBox 의 도구들이 그룹으로 묶여있을 경우 그룹 해제 방법

설정 화면(Edit > Preference)에서 Interface > Toolbox 선택, Use tool groups 체크박스 선택 해제.

Delete 버튼에 Antialiasing 효과 제거

Gimp-ellipse_select-delete-antialiasing.png

위의 그림처럼 원형 선택 도구 (Ellipse Select) 이후 Delete 버튼 클릭시 Antialiasing 효과가 적용되는 현상이 있다.

Gimp-tool-ellipse-select.png

이 효과를 제거하고 싶다면 이미지 선택 전에, Antialiasing 옵션을 끄면 된다.

마찬가지로 채우기("Bucket Fill")할 때 동일하게 선택영역이 문제일 경우가 있다.

GNOME Desktop Icon

/usr/share/applications/gimp.desktop에 있다.

[Desktop Entry]
Version=1.0
Type=Application
Name=GNU Image Manipulation Program
GenericName=Image Editor
Comment=Create images and edit photographs
# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
Keywords=GIMP;graphic;design;illustration;painting;
Exec=gimp-2.10 %U
TryExec=gimp-2.10
Icon=gimp
Terminal=false
Categories=Graphics;2DGraphics;RasterGraphics;GTK;
StartupNotify=true
MimeType=image/bmp;image/g3fax;image/gif;image/x-fits;image/x-pcx;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-psd;image/x-sgi;image/x-tga;image/x-xbitmap;image/x-xwindowdump;image/x-xcf;image/x-compressed-xcf;image/x-gimp-gbr;image/x-gimp-pat;image/x-gimp-gih;image/tiff;image/jpeg;image/x-psp;application/postscript;image/png;image/x-icon;image/x-xpixmap;image/x-exr;image/x-webp;image/heif;image/heic;image/svg+xml;application/pdf;image/x-wmf;image/jp2;image/x-xcursor;
X-Ubuntu-Gettext-Domain=gimp20

Raster Graphics Editor Projects

See also

Free software alternatives

Favorite site

GIMP DOC

Other reference doc

GIMP Resources

Tutorials

References


  1. Gimp-2.0-help-ko.zip