Download List

專案描述

<<NOTICE>>

Development source code repository of gimp-painter-2.8 is moved to github(https://github.com/seagetch/gimp-painter).

You can download binary files of gimp-painter- same as before.

System Requirements

System requirement is not defined

發布 2008-02-21 01:22
gimp-painter 2.4.1-sig-20080221-1 (1 files 隱藏)

發布版本通知

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.