Re: [Gimp-developer] AdaptableGIMP: Windows + Debian binaries available

2011-04-30 Thread Alexia Death
On Fri, Apr 29, 2011 at 11:56 PM, Michael Terry wrote: > We would like to announce the availability of binaries for > AdaptableGIMP, a modified version of GIMP that integrates new social, > community-based customization features into the application. The project > page and software can be found at

Re: [Gimp-developer] AdaptableGIMP: Windows + Debian binaries available

2011-04-30 Thread Michael Terry
Hi Alexia - >> http://www.adaptablegimp.org > Great, another fork... Interesting idea tho. Too bad it wasn't built > as a plugin. We would have loved to build it as a plug-in, but we need to significantly alter the toolbox's behavior, which is not possible with GIMP's plug-in architecture. >>

Re: [Gimp-developer] AdaptableGIMP: Windows + Debian binaries available

2011-04-30 Thread Alexia Death
On Sat, Apr 30, 2011 at 5:07 PM, Michael Terry wrote: > Hi Alexia - > >>> http://www.adaptablegimp.org >> >> Great, another fork... Interesting idea tho. Too bad it wasn't built >> as a plugin. > > We would have loved to build it as a plug-in, but we need to significantly > alter the toolbox's beh

Re: [Gimp-developer] AdaptableGIMP: Windows + Debian binaries available

2011-04-30 Thread Tim Chen
Very cool work! So you guys has implemented some sort of scripts for recording and replaying commands? Interestingly, I implemented a revision control system in the form of plugin for GIMP and the paper will be published on SIGGRAPH 2011. I had to modify the GIMP core (in a ugly fashion to meet t

Re: [Gimp-developer] AdaptableGIMP: Windows + Debian binaries available

2011-04-30 Thread Alexia Death
On Sat, Apr 30, 2011 at 9:39 PM, Tim Chen wrote: > Very cool work! > > So you guys has implemented some sort of scripts for recording and > replaying commands? > > Interestingly, I implemented a revision control system in the form of > plugin for GIMP and the paper will be published on SIGGRAPH 20

Re: [Gimp-developer] AdaptableGIMP: Windows + Debian binaries available

2011-04-30 Thread Michael Terry
Hi Tim - Nice work! It looks very useful. AdaptableGIMP doesn't record scripts -- our system is a way to collect all the tools necessary for a task in one spot. A great example of how this is useful is the task of drawing rectangles. In the version of GIMP we modified, there is no rectangle dr

Re: [Gimp-developer] AdaptableGIMP: Windows + Debian binaries available

2011-04-30 Thread Michael Terry
Hi Alexia - >> We would have loved to build it as a plug-in, but we need to significantly >> alter the toolbox's behavior, which is not possible with GIMP's plug-in >> architecture. > But you could have replaced the toolbox totaly with a dialog created > by your plugin... Some pdb changes may be n

Re: [Gimp-developer] AdaptableGIMP: Windows + Debian binaries available

2011-04-30 Thread Alexandre Prokoudine
On 4/30/11, Tim Chen wrote: > Interestingly, I implemented a revision control system in the form of > plugin for GIMP and the paper will be published on SIGGRAPH 2011. I > had to modify the GIMP core (in a ugly fashion to meet the > deadline...) to record user's actions and I am always wondering i

Re: [Gimp-developer] AdaptableGIMP: Windows + Debian binaries available

2011-04-30 Thread Tim Chen
I see, that's cool. But it seems like that the process of creating task-set is not intuitive enough. Also, do users have to manually capture/upload the snapshot of their task-set or your system will automatically capture it? The better way to do so is perhaps like Grabler's automatic tutorial