08/12/22 00:23:12 XCjNm2gv0
次のようなスクリプトを入れておいて、IDを調べたいドキュメントの
ウインドウで実行するとIDがステータスバーかエラーコンソールに
表示されるので試してみては。
( define ( script-fu-show-image-id img drawable )
(gimp-message (number->string img ) )
)
( script-fu-register
"script-fu-show-image-id"
"<Image>/Image/Show Image ID"
"Test"
"Nanashi"
"Nanashi"
"2008"
"*"
SF-IMAGE "Image" 0
SF-DRAWABLE "Drawable" 0
)