Re: [Gimp-developer] Force gimp reload plugins?

2009-10-24 Thread David Hodson
On Sun, 2009-10-25 at 03:53 +0100, Louise Hoffman wrote: > Is there a quick way to test (my) plugin when I just have compiled it? Once Gimp has been started with the plugin present, you can just replace the executable (make install) and call up the plugin again - Gimp will run the new version. Yo

Re: [Gimp-developer] GIMP plugin for windows

2009-08-17 Thread David Hodson
On Mon, 2009-08-17 at 11:48 +0200, Matthias Röttger wrote: > I know, but my colleague told me that this version in incompatible > with the latest GIMP release... I was sent a windows binary for 1.1.9 some time ago, but I haven't been working on DBP lately so I hadn't put it on my site. It is now

Re: [Gimp-developer] Drawing a line in a GIMP plugin

2009-05-30 Thread David Hodson
On Sat, 2009-05-30 at 20:47 -0400, Adam C Powell IV wrote: > I'm sorry, I'm developing a C plugin (tried Scheme first and it was DOG > slow). Is there a C equivalent? All I'm seeing is > gimp-paintbrush-register. Open Gimp Select Help > Procedure Browser In the search box, type "brush" Click on

Re: [Gimp-developer] Procedural call to undo?

2009-05-12 Thread David Hodson
On Tue, 2009-05-12 at 07:27 -0700, Bill Skaggs wrote: > On Tue, May 12, 2009 at 6:55 AM, peter sikking wrote: > > > > I have big apprehensions that a machine script need to touch the > > users' undo history. I would like to know from David Hodson what > > he is tr

Re: [Gimp-developer] Procedural call to undo?

2009-05-12 Thread David Hodson
On Mon, 2009-05-11 at 12:57 -0700, Stuart Axon wrote: > Even if you don't have undo as such, it would be useful from a > scripting point of view to save checkpoints, which you could > revert to within the script. Exactly. A more accurate description of what I was looking for would be "mark this p

Re: [Gimp-developer] Procedural call to undo?

2009-05-10 Thread David Hodson
Hi David, (OK, that's going to get confusing very fast!) On Sun, 2009-05-10 at 23:39 +0930, David Gowers wrote: > > While it *could* be connected to the API, that would introduce > various logical inconsistencies (for example, plugins could not rely > on having a sensible image state because oth

Re: [Gimp-developer] Procedural call to undo?

2009-05-10 Thread David Hodson
On Sun, 2009-05-10 at 22:03 +0930, David Gowers wrote: > On Sun, May 10, 2009 at 9:37 PM, David Hodson wrote: > > I can find the functions in the pdb to manipulate the undo stack - is > > there a function call that just does an "undo"? > > No. > Although th

[Gimp-developer] Procedural call to undo?

2009-05-10 Thread David Hodson
I can find the functions in the pdb to manipulate the undo stack - is there a function call that just does an "undo"? -- David ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-de

Re: [Gimp-developer] Brushes/input controllers changes idea

2008-03-14 Thread David Hodson
you would want these anyway (in libraries, like patterns or gradients), for artists who didn't want to go behind the scenes. You could write a lot of useful code before needing to tackle the editing GUI. -- David Hodson -- this night wounds time _

Re: [Gimp-developer] Brushes/input controllers changes idea

2008-01-10 Thread David Hodson
I wrote a proposal to enhance the gimp brush code quite a few years ago, which can still be found here: http://members.ozemail.com.au/~hodsond/gimpbrush.html You might want to see if it contains any useful ideas. -- David Hodson -- this night wounds time

Re: [Gimp-developer] Extending GIMP Plugins

2007-08-25 Thread David Hodson
n for over a decade. Look at Nuke (http://www.thefoundry.co.uk/promo/nuke.html) or Shake (http://www.apple.com/shake/) for current examples. -- David Hodson -- this night wounds time ___ Gimp-developer mailing list Gimp-developer@lists.XCF

Re: [Gimp-developer] Problem with perspective transform matrix

2007-05-29 Thread David Hodson
inate (x', y') I simply multiply > (x, y, 1) by the transformation matrix that GIMP shows In that case, I think that the transformation converts the destination coordinate to the corresponding source coordinate. -- David Hodson -- this night wounds time ___

Re: [Gimp-developer] Plugin compilation problems on 64 bit system

2007-05-25 Thread David Hodson
Sven Neumann wrote: > Most probably a confusion with the development version. Is he/she trying > to compile against gimp-2.2 or gimp-2.3? Should be all gimp-2.2, AFAIK. I'll ask him to check that everything matches. -- David Hodson -- this night

[Gimp-developer] Plugin compilation problems on 64 bit system

2007-05-24 Thread David Hodson
les': (.text+0x1a1): undefined reference to `gimp_module_db_set_load_inhibit' /usr/lib64/libgimpui-2.0.a(gimpui.o): In function `gimp_ensure_modules': (.text+0x1b0): undefined reference to `gimp_module_db_load' collect2: ld returned 1 exit status I haven't seen this bef

Re: [Gimp-developer] Three point layer distortion mapping feature?

2007-05-03 Thread David Hodson
deangle.html -- David Hodson -- this night wounds time ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Copy layer betwen images

2007-04-29 Thread David Hodson
[EMAIL PROTECTED] wrote: > Quoting David Hodson <[EMAIL PROTECTED]>: >>What is the correct way to copy a layer from one image to another, using >>the API? > (define new-layer (car (gimp-layer-new-from-drawable source-layer > destination-image))) > > (gimp-imag

[Gimp-developer] Copy layer betwen images

2007-04-29 Thread David Hodson
What is the correct way to copy a layer from one image to another, using the API? -- David Hodson ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: [Gimp-developer] how to call gimp procedure from text terminal ?

2007-04-24 Thread David Hodson
function dialog. Your plugin needs to build its own user interface. (There's probably a feature request somewhere for this.) -- David Hodson -- this night wounds time ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU http

Re: [Gimp-developer] using OpenCV in Gimp?

2007-01-21 Thread David Hodson
n it starts up (for example, start an event loop), it can use any libraries that you want. -- David Hodson -- this night wounds time ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/li

Re: [Gimp-developer] preview update problems

2007-01-09 Thread David Hodson
iles(). It isn't needed because the data is > processed tile-by-tile. It's OK, I don't have that in my plugin, it's just a remnant from the sample code. Thanks for the help! -- David Hodson -- this night wounds time

Re: [Gimp-developer] preview update problems

2007-01-08 Thread David Hodson
It's basically Dave Neary's code with his blur code replaced by something much simpler. At the top of the file, #define WORKING_VERSION as 1 to get his old code, 0 to get mine. (Obviously, search for WORKING_VERSION to see where the difference is.) -- David Hodso

Re: [Gimp-developer] preview update problems

2007-01-07 Thread David Hodson
a; guchar* dst = rgn_out.data; for (i = 0; i < rgn_in.h; ++i) { guchar* s = src; guchar* d = dst; for (ii = 0; ii < rgn_in.w; ++ii) { d[0] = 255 - s[0]; s += rgn_in.bpp; d += rgn_out.bpp; } src += rgn_in.rowstride; dst +=

[Gimp-developer] preview update problems

2007-01-07 Thread David Hodson
with gimp_pixel_rgns_register() and gimp_pixel_rgns_process() stops the preview updating. Why is this, and how do I cause a preview update? -- David Hodson -- this night wounds time ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU

Re: [Gimp-developer] Idea for data flow in gimp and or plug-ins

2006-04-21 Thread David Hodson
ctive for working with image sequences - you can keep adjusting the parameters (and adding new nodes) until the result is perfect. -- David Hodson -- this night wounds time ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU

Re: [Gimp-developer] lense distortion plugin

2005-12-19 Thread David Hodson
seen those before - what version of gcc are you running? In any case, they're just warnings, so it should still compile and install. -- David Hodson -- this night wounds time ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU

Re: [Gimp-developer] C++ wrapper?

2005-10-24 Thread David Hodson
Jay Cox wrote: If anyone was interested I would be happy to share what I have. I'd like to see it, although I won't promise to do anything with it. Can you put it up somewhere? -- David Hodson -- this night wounds time ___ Gimp-develop

[Gimp-developer] C++ wrapper?

2005-10-22 Thread David Hodson
An idle query: Has anyone written a C++ wrapper for the Gimp API? -- David Hodson -- this night wounds time ___ Gimp-developer mailing list Gimp-developer@lists.xcf.berkeley.edu http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Integrated Scripting

2005-06-22 Thread David Hodson
image and load the next (or previously) numbered image into the same window with a single button press. -- David Hodson -- this night wounds time ___ Gimp-developer mailing list Gimp-developer@lists.xcf.berkeley.edu http://lists.xcf.berkeley.edu/mailma

Re: [Gimp-developer] artistic GIMP

2005-06-17 Thread David Hodson
parameters, not the image pixels. -- David Hodson -- this night wounds time ___ Gimp-developer mailing list Gimp-developer@lists.xcf.berkeley.edu http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] artistic GIMP

2005-06-17 Thread David Hodson
interface that makes the whole thing usable. -- David Hodson -- this night wounds time ___ Gimp-developer mailing list Gimp-developer@lists.xcf.berkeley.edu http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] optional scaling in the save dialog?

2005-02-20 Thread David Hodson
quiring a script to perform general ops. http://members.ozemail.com.au/~hodsond/dbp.html -- David Hodson -- this night wounds time ___ Gimp-developer mailing list Gimp-developer@lists.xcf.berkeley.edu http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] winners movie

2004-12-24 Thread David Hodson
n the SMPTE Journal about what speed movies should be projected at. Note that they had already decided what speed to film at - the question was how much faster the playback should be. For some reason, making them the same didn't seem to be an option. -- David Hodson -- this night w

Re: [Gimp-developer] Image reference count problem in plugin

2004-11-22 Thread David Hodson
is reconnected. If anyone wants to investigate further, the code is at: http://members.ozemail.com.au/~hodsond/fileSeq.html -- David Hodson -- this night wounds time ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

[Gimp-developer] Image reference count problem in plugin

2004-11-19 Thread David Hodson
n the user closes the image display the image is not deleted. If that's right, is there any way to remove the extra reference? If not, what's going on? -- David Hodson -- this night wounds time ___ Gimp-developer mailing list [EMAIL

Re: [Gimp-developer] preparing GIMP 2.2

2004-08-09 Thread David Hodson
performs them on a collection of images. So my plugin UI is available to display the progress from each operation, as long as I can grab the progress callbacks from the gimp functions that I'm calling. -- David Hodson -- this night wounds time ___

Re: [Gimp-developer] preparing GIMP 2.2

2004-08-09 Thread David Hodson
Sven Neumann wrote: The progress bar should then be part of the plug-in dialog that calls these functions. OK, of course, should have seen that. Gotcha. (I'm sick today, so my brain isn't working properly.) -- David Hodson -- this night w

Re: [Gimp-developer] preparing GIMP 2.2

2004-08-09 Thread David Hodson
t if there's no associated dialog? I have some plugins that call (lots of) Gimp functions non-interactively, with no image display. The result is that the progress dialog is constantly being created and destroyed. Things would be much neater if it was (optionally?) just part of the main toolbox win

Re: [Gimp-developer] preparing GIMP 2.2

2004-08-08 Thread David Hodson
Sven Neumann wrote: I think it's about time to start to discuss what features we still want to get into GIMP 2.2. Something that I'd like to see (if it hasn't been done yet) is to make the popup progress dialog dockable. How feasible is that? -- David Hodson -- this ni

Re: [Gimp-developer] making plans

2004-04-28 Thread David Hodson
ly done much testing, but it seems to work OK. There's also a small bug in that the plugin keeps a stray reference to the last image used - how do I get rid of that? -- David Hodson -- this night wounds time ___ Gimp-developer mailing li

Re: [Gimp-developer] Re: GIMP preview widget (was tentative 2.2 feature list)

2004-02-20 Thread David Hodson
small version of the entire image. For the first group: if the plugin uses gimp_drawable_mask_bounds correctly, then it should work correctly if the preview reports only a small masked area. For the second group: if the plugin is scale-independent, then it should work correctly if the preview repo

Re: [Gimp-developer] Updated roadmap (so people don't laugh at the old one)

2004-02-06 Thread David Hodson
by deadlines. On the other hand, if there was indeed a general agreement about the timing of the next release, the original email very effectively pointed out the implications of that choice. (And I don't think that this added much to the discussion.) --

Re: [Gimp-developer] Possible 2.0 pre bug

2004-01-26 Thread David Hodson
Dave Neary wrote: > David Hodson wrote: >> I don't have pre2, but in my (1.3.23, I think) version, the >> general Convolution Matrix filter seems broken. > I just checked here on Windows, and it seems that way. Sorry about the vague report, my brain must have been on

[Gimp-developer] Possible 2.0 pre bug

2004-01-24 Thread David Hodson
Hi, I don't have pre2, but in my (1.3.23, I think) version, the general Convolution Matrix filter seems broken. Is this still broken in the latest? (If so, I'll try to fix it - seems simple.) I couldn't find anything in Bugzilla. -- David Hodson -- this ni

Re: [Gimp-developer] David's Batch Processor release for Gimp 1.3

2003-12-09 Thread David Hodson
I wrote: I finally got around to installing Gimp 1.3 and making the necessary changes to DBP, a batch processing plugin for Gimp. The 1.3-compatible version is now available from: http://members.ozemail.com.au/~hodsond/dbp.html It should now work with Gimp 1.3.23 (oops). -- David Hodson

[Gimp-developer] David's Batch Processor release for Gimp 1.3

2003-12-05 Thread David Hodson
Hi, I finally got around to installing Gimp 1.3 and making the necessary changes to DBP, a batch processing plugin for Gimp. The 1.3-compatible version is now available from: http://members.ozemail.com.au/~hodsond/dbp.html Let me know if there are any problems. -- David Hodson -- this

Re: [Gimp-developer] How do I get a plugin into the offical release?

2003-09-23 Thread David Hodson
Carol Spears wrote: http://wiki.gimp.org/ is a nice holding place until the other > stuff gets ironed out, imo. OK, I've put DBP up there because I think it's the most useful. I might add some others later. Let me know (or, I guess, just edit it) if I've done something horrib

Re: [Gimp-developer] How do I get a plugin into the offical release?

2003-09-23 Thread David Hodson
ybe I lost interest.) (BTW, sorry I replied to you instead of the list.) -- David Hodson -- this night wounds time ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

[Gimp-developer] How do I get a plugin into the offical release?

2003-09-21 Thread David Hodson
t's fairly specialised) at: http://members.ozemail.com.au/~hodsond/ -- David Hodson -- this night wounds time ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

[Gimp-developer] Plugin registry working?

2002-12-30 Thread David Hodson
Is the plugin registry at registry.gimp.org working? I'm trying to register as an author and list some plugins, but I just keep getting asked for name and password info. -- David Hodson -- this night wounds time ___ Gimp-developer mailing

Re: [Gimp-developer] A Free Software project of interest.

2002-12-22 Thread David Hodson
Adam D. Moss wrote: unfortunately the back-end is GPL which scuppers any realistic plans of GIMP's own back-end being able to move to it, I think. Eh? This doesn't appear to make sense. -- David Hodson -- this night wounds time __

Re: [Gimp-developer] layer groups (was: Film Gimp and GIMP)

2002-11-29 Thread David Hodson
.ozemail.com.au/~hodsond/gimpeon.html It's crashable, but you should be able to get the idea. -- David Hodson -- this night wounds time ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Film Gimp and GIMP

2002-11-29 Thread David Hodson
nough to either do it, or pay someone else to do it. -- David Hodson -- this night wounds time ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] urgent help?

2002-06-02 Thread David Hodson
27;m fairly sure you will have to write your own conversion code. Maybe if you told us what you're doing... -- David Hodson -- this night wounds time ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

[Gimp-developer] LSystem plugin, M.Gomulinski

2002-05-31 Thread David Hodson
#x27;s the situation with abandoned plugins, anyway? -- David Hodson -- this night wounds time ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Planned breakage in plug-in API and PDB for 1.3.x or 2.x

2002-02-19 Thread David Hodson
ict what users can do on that display, but at this stage I'm still a little vague on this. Maybe if they couldn't change tools on that display ... I'll have to think about this. -- David Hodson -- this night wounds time ___ Gimp-developer

Re: [Gimp-developer] Module or plug-in for embedded control of GIMP?

2001-12-31 Thread David Hodson
call gtk_main_quit() (or whatever it is), your plugin keeps going. -- David Hodson -- this night wounds time ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

[Gimp-developer] Simple batch processing

2001-12-28 Thread David Hodson
t before I announce it on the Gimp-Users list, it's at http://members.ozemail.com.au/~hodsond/dbp.html Comments welcome. -- David Hodson -- this night wounds time ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/m

[Gimp-developer] File extensions from PDB?

2001-02-19 Thread David Hodson
Is it possible for a plugin to determine what file extensions can be loaded by Gimp? I can get the file load routines easily enough, but is there any way to determine what extensions they handle? -- David Hodson -- [EMAIL PROTECTED] -- this night wounds time