簡単な操作だけど意外と面倒くさい文字の縁取り作業。 スクリプトを組めば楽できるんじゃないかということでChat GPTにお願いしてみました。 早速お願いしてみる GIMPにおいて文字の縁取りを自動化するスクリプトをScript-Fuを用いて書いてください。
OS X版GIMPで動作する機能拡張書類は、独自のインタープリタ言語「Script-Fu」で記述されたスクリプト (*.scm)、またはPythonで記述されたスクリプト (*.py)のどちらかと考えていい。
Here's what I'd like to do: take a directory full of grayscale images, switch them to RGB in the Gimp, add a layer of a certain color, change the layer to screen instead of normal, flatten the image, ...