Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Last active January 25, 2018 08:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kjunichi/5632270 to your computer and use it in GitHub Desktop.
Save kjunichi/5632270 to your computer and use it in GitHub Desktop.
GIMPメモ

関連記事

Windows環境でのプラグイン作成

- https://wiki.gimp.org/wiki/Hacking:Building/Windows#Building_GIMP_plug-ins_using_Microsoft_tools

OSX向けのGIMPをビルドするには

プラグインを作るには

画像データの入出力

runされた際にもらうには

  • PDB

  • drawable

  • gimp_drawable_get

  • GimpParam

libtrusterdを動かすには

GimpInitProcとGimpQuitProcで 起動と終了で良さそう

void init(void) {
}

void quit(void) {
}

任意の画素にアクセスするには

利用可能な算術関数

関連

アクセス解析タグ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment