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

2.1. Script-Fu?

Script-Fu is what the Windows world would call "macros" But Script-Fu is more powerful than that. Script-Fu is based on an interpreting language called Scheme, and works by using querying functions to the GIMP database. 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 make scripts.

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

Script-Fu (a dialect of Scheme) isn't the only scripting language available for GIMP. But Script-Fu is the only scripting language that is installed by default.