OS X版GIMPで動作する機能拡張書類は、独自のインタープリタ言語「Script-Fu」で記述されたスクリプト (*.scm)、またはPythonで記述されたスクリプト (*.py)のどちらかと考えていい。
アプリケーションなどのスクリーンショット加工をおこなう際によく用いられる編集のひとつに、操作説明をわかりやすくするために矢印を追加するというものがある。加えて透過グレーのレイヤを追加するなどして選択対象を目立つようにさせると ...
本連載「Apple Geeks」は、Apple製ハードウェア/ソフトウェア、またこれらの中核をなすOS X/iOSに関する解説をあますことなくお贈りする連載です(連載目次はこちら)。 UNIX使い向けをはじめ、Apple関連テクノロジー情報を知りつくしたいユーザーに役立つ ...
A programming language based on Scheme that is included in the GIMP image editing program. See GIMP and Scheme. THIS DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction requires permission.
I'm writing a script to that will invoke the GIMP batch processor. I've written the GIMP Script-Fu scripts. I've written the PowerShell wrapper. However, I can't get PowerShell to properly pass the ...
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, ...