ダウンロードリスト

プロジェクト概要

【開発拠点変更のお知らせ】

gimp-painter-2.8の開発はgithub(https://github.com/seagetch/gimp-painter)に移行しました。

旧gimp-painter-のファイルは今後もこのまま当サイトに置いています。

システム要件

システム要件が設定されていません

リリース時刻: 2008-02-21 01:22
gimp-painter 2.4.1-sig-20080221-1 (1 個のファイル 非表示)

リリースノート

Developer's milestone release.
開発に興味がある人向けのマイルストーンリリースです。
機能的には前回のリリースから後退しています。
現在は内部のAPIを整理している段階であり、機能の変更、
追加はありません。
まだ初期のプロトタイプ段階ですが、Gimp本家へのフィードバックの基礎と
なるインターフェースが分かる程度のフレームワークの実装をしています。
このフレームワークに追加したいインターフェースがあればフィードバック
をください。

変更履歴

* 2008-02-21
- introduce following classes:
+- GimpBrushModifierCore
| +- GimpBlendModifier
+- GimpBrushModifierOptions
| +- GimpBlendModifierOptions
+- GimpBrushModifierTool
+- GimpBlendModifierTool
one or more instances of GimpBrushModifierCore and its
derived classes are attached to GimpCustomBrush object
and modify behavior of the brush.

one or more instances of GimpBrushModifierOptions and its
derived classes are attached to GimpCustomBrushOptions
object and modify behavior of the options.

one or more instances of GimpBrushModifierTool and its
derived classes are attached to GimpCustomBrushTool
object and modify behavior of ***_options_gui function.

- move all of the blending functions to GimpBlendModifier* classes.