ニュース

GIMPは強力な画像編集ソフトウェアですが、Pythonスクリプトを使用することで、その機能をさらに拡張できます。本記事では、GIMPのPythonスクリプトを使って、カスタムメッセージを含む画像を自動生成する方法を解説します。 このガイドは、プログラミング ...
日経ソフトウエア2008年8月号にて掲載した「マクロで始める実用プログラミング」をお届けします。Partごとに ...
PyGIMPは、PythonプログラミングとGIMP(GNU Image Manipulation Program)の強力な機能を融合させたプロジェクトです。このツールキットを使用することで、開発者やデザイナーはPythonのシンプルさと柔軟性を活かしながら、GIMPの高度な画像処理機能にアクセスできます。
The toolbox is written as a Python plugin for GIMP. Its interface is built using [PyGTK](http://www.pygtk.org/) which is a Python wrapper for the [Gnome Toolkit (GTK ...
「GIMP」の開発チームは3月16日、「GIMP 3.0」をリリースした。2018年4月リリースの「GIMP 2.10」以来、約7年ぶりの大規模アップデートとなる。 「GIMP」(GNU Image Manipulation Program)は、フリーかつオープンソースの画像編集・処理ソフト。Windows、Mac、Linuxなど ...
In the older days of open source software, major projects tended to have their Benevolent Dictators For Life who made all the final decisions, and some mature projects still operate that way. Guido ...