operation logging
Hi all,
I am trying to build an instrumented gimp that can record user operation
sequentially for further analysis, similar to the command recorder in this
project "http://vis.berkeley.edu/papers/tutgen/"
At first, I tried digging around the code at "http://www.ingimp.org" , but
it seems like that they are actually trying to prevent collecting such fine
grained data to preserve user privacy.
Than I come across this feature requirement "
https://bugzilla.gnome.org/show_bug.cgi?id=51937" about script recording.
So, I was wondering
1. What's the current progress about script recording? is there any API for
such function atm?
2. If not, can someone point me the correct direction, like which module to
look at, for hacking the GIMP code?
Thanks a lot!
-Tim