2. Script-Fu 스크립트 사용하기

2.1. Script-Fu?

Script-Fu scripts are similar to very powerful macros that you may be familiar with from other programs. Script-Fu is based on an interpreted language called Scheme, and works by using functions that interact with GIMP's internal functions. You can do all kinds of things with Script-Fu, but an ordinary GIMP user will probably use it for automating things that:

  • 자주 쓰게 되는 기능

  • 꽤 복잡하며 기억하기 어려운 작업

Remember that you can do a whole lot with Script-Fu. The scripts that come with GIMP can be quite useful, but they can also serve as models for learning Script-Fu, or at least as a framework and source of modification when you make your own script. Read the Script-Fu Tutorial in the next section if you want to learn more about how to write your own scripts.

이 장에서 유용한 스크립트들에 대해 설명을 할 것이지만, 모든 스크립트들을 소개하지는 않을 것입니다. 사실 대부분의 스크립트들은 굉장히 단순해서 설명서가 없어도 사용하는데 아무런 지장이 없습니다.