How to record what tools I used to make image in GIMP?
I want to proceduraly generate textures made by GIMP. I know there is GIMP library for Python which can call GIMP's tools with parameters. If I know what tools (with parameters) GIMP used then I should be able to reproduce image programatically (procedurally generate image). How to record what tools (with parameters) GIMP uses while I开发者_StackOverflow am drawing image?
I think you are referring to a GIMP equivalent of Actions
in Adobe Photoshop
. AFAIK, they are called GIMP Scripts.
This is a starting point, if you are going to make your own Scripts
精彩评论