オープンソースソフトウェアで公開されているグラフィックマニピュレーションアプリケーションとしてはGIMPが代表的な存在。さまざまな機能を提供しているほか、スクリプトで機能拡張が可能。またプラグインを追加インストールすることでの機能拡張も ...
前回の記事「GIMPのPythonスクリプトで画像生成:初心者向け完全ガイド」では、GIMPのPythonスクリプトを使って、カスタムメッセージを含む画像を自動生成する方法を解説しました。今回は、その続編として、コマンドラインインターフェース(CLI)からPython ...
OS X版GIMPで動作する機能拡張書類は、独自のインタープリタ言語「Script-Fu」で記述されたスクリプト (*.scm)、またはPythonで記述されたスクリプト (*.py)のどちらかと考えていい。
簡単な操作だけど意外と面倒くさい文字の縁取り作業。 スクリプトを組めば楽できるんじゃないかということでChat GPTにお願いしてみました。 早速お願いしてみる GIMPにおいて文字の縁取りを自動化するスクリプトをScript-Fuを用いて書いてください。
The free and open source photo-editing program called GIMP (GNU Image Manipulation Program) is a nice alternative to the subscription-based or boxed versions of its competition (including PhotoShop).
Optimize local graphic design pipelines with Gimp-Photo-Editing, an advanced open source image editor tailored for rapid production layouts. The GIMP production environment delivers an incredibly ...
/* An informal class that shows a dialog for a script then runs the script. * It is internal to libscriptfu. * The dialog is modal for the script: * OK button hides the dialog then runs the script ...