Re: [Gimp-developer] GPU-accelerated Image Filtering w/ CUDA

2010-08-29 Thread Dov Grobgeld
: http://en.wikipedia.org/wiki/OpenCL . Pehaps you want to investigate whether there is NVIDIA support for the operations that you use, and if so, recode the algorithms in OpenCL? But again, I would do the work in a separate repository in github. Regards, Dov On Mon, Aug 30, 2010 at 01:46, Øyvind

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

2006-04-19 Thread Dov Grobgeld
disconnected thoughts. Should I write it up more organized in bugzilla? Regards, Dov ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Patterns -- things we could do to make their manufacture much easier

2005-12-29 Thread Dov Grobgeld
Don't forget the fantastic resynthesizer plug-in as part of the tool chain for creating tilable plug-ins. It is certainly usually much better than any alpha-blending. See: http://www.logarithmic.net/pfh/resynthesizer Regards, Dov On 12/29/05, Leon Brooks [EMAIL PROTECTED] wrote

[Gimp-developer] Re: Image scrolling

2005-12-14 Thread Dov Grobgeld
the discussion to gtk-app or privately, as it has nothing to do with gimp. Regards, Dov ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

[Gimp-developer] Running a batch script, failing under cron

2005-04-26 Thread Dov Kruger
) (file-png-save 1 img d file file 0 6 0 0 0 1 1) (gimp-image-delete img) ) ) (script-fu-register dl-png2transindexed2 Toolbox/Xtns/Script-Fu/png2transindexed2 png2indexed2 Dov Kruger Elena Zagrai (c) 2004 Stevens Institute of Technology 2004-02-25 SF-FILENAME File file.png ) A test shell

[Gimp-developer] Re: Gimp-developer Digest, Vol 26, Issue 44

2004-11-30 Thread Dov Kruger
I can't subscribe so as to submit a contest entry, probably because of massive beating on the site Hopefully later on it will come back Better to just send all submissions to Sven via email ;-) ok, just a small joke. D On Tue, 2004-11-30 at 15:02, [EMAIL PROTECTED] wrote: Send

[Gimp-developer] Re: High-performance gimping

2004-11-12 Thread Dov Kruger
images, then do so. thanks, Dov If the OS has better virtual memory than what available to gimp, then you would want to use that one. In Linux, I think in most cases, you would want to use the (often in multiple disks) swap partitions/files available to the OS. Evidently not, as in my first post

[Gimp-developer] comparing gimp speed

2004-11-11 Thread Dov Kruger
? thanks, Dov ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

[Gimp-developer] error in code....

2004-06-04 Thread Dov Kruger
Based on advice from this forum, the script now reads: (define (dl-png2transindexed2 file) (let* ( (img (car (file-png-load 1 file file) ) ) (d (car (gimp-image-active-drawable img))) ) (gimp-layer-add-alpha (car

Re: [Gimp-developer] error in script-fu code....

2004-06-04 Thread Dov Kruger
with an answer, or with a good way to see where bugs in fu-scripts are in general? thanks, Dov (define (dl-png2transindexed2 file) (let* ( (img (car (file-png-load 1 file file) ) ) (d (car (gimp-image-active-drawable img))) ) (gimp

[Gimp-developer] correct parameters for select-color?

2004-06-03 Thread Dov Kruger
As per Sven's suggestion, instead of plugin color to alpha, I want to try replacing every occurrence of white pixels with transparent. The documentation in the browser suggests something like the following: (gimp-by-color-select d '(255 255 255) 0 2 0 0 0 0) This should select color white, but

[Gimp-developer] re: color to alpha is slow

2004-06-02 Thread Dov Kruger
transparent would be great, we didn't find any reference to that. Oh, and to everyone who works on gimp, you guys kick serious butt! What a tool! thanks, Dov ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo

Re: [Gimp-developer] ANNOUNCE: Pre-releases for Perl bindings, Help pages and GAP + Win32 installer

2004-03-27 Thread dov
I have just tested this release and updated my tutorial so that it works with it. You may see the result at: http://imagic.weizmann.ac.il/~dov/gimp/perl-tut-2.0/ . I have also fixed my two scripts in the examples directory, namely tex-to-float and gimp-make-img-map . Is it ok if I just put back

Re: [Gimp-developer] ANNOUNCE: Pre-releases for Perl bindings, Help pages and GAP + Win32 installer

2004-03-27 Thread Dov Grobgeld
You will first need to install Gtk2 and all its prerequisites. ExtUtils::Depends is one of these. See the gtk2-perl home page. Regards, Dov On Sun, Mar 28, 2004 at 08:57:31AM +1000, Owen wrote: On Sat, 27 Mar 2004 23:47:22 +0200 [EMAIL PROTECTED] wrote: I have just tested this release

Re: [Gimp-developer] PDB Named Parameters

2004-03-21 Thread dov
Great. Now, when you say it I remember Sven mentioning it in the past. But I guess that this new interface is not exported yet to any of the language bindings? Is that correct? Any plans when this API will become active? Regards, Dov FYI: the version of libpdb in CVS already uses named

Re: PDB named and default parameters (was Re: [Gimp-developer] TheMark Shuttleworth offer)

2004-03-21 Thread dov
be translated into script-fu, python, guile, etc. Possibly I misunderstood Sven though, in which I take all the blame. ;-) Regards, Dov On Sat, Mar 20, 2004 at 08:09:56AM -0600, Kevin Myers wrote: As Tor reminded me later, --batch doesn't work in gimp 1.2 under Windows, so that was the reason

Re: PDB named and default parameters (was Re: [Gimp-developer] TheMark Shuttleworth offer)

2004-03-21 Thread dov
interactive use. After all, who many people do you know who are using either perl or scheme for their default shell. ;-) Dov ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] The Mark Shuttleworth offer

2004-03-19 Thread dov
this time around, since so much is anyhow changed, the PDB will finally get the face lift and use named parameters instead of positional ones. Regards, Dov Sincerely, Brix -- Henrik Brix Andersen [EMAIL PROTECTED] ___ Gimp-developer mailing

Re: [Gimp-developer] image processing

2004-03-18 Thread dov
optimized algorithms for it, I don't know. Regards, Dov On Thu, Mar 18, 2004 at 10:12:02AM +0100, Mattiroli, Gianluca wrote: Hi to all, I am interested in doing some filtering on an image stored in memory as a Pixmap, with particular attention to the time constraints. Could someone give me some

[Gimp-developer] Dicom plug-in for gimp

2003-11-09 Thread Dov Grobgeld
is the value for the Patient name tag of all dicom files written by the plug-in) ;-)? Regards, Dov ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Suggestions + Patch, Redo - Part 1

2003-06-29 Thread Dov Grobgeld
, but for power users emacs is the sky. ;-) Regards, Dov [rest of email deleted] ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

[Gimp-developer] Re: red-eye-removal (was: Debugging?)

2003-06-16 Thread Dov Grobgeld
to compare syntax, please compare the same approach in the different languages. I'm curious, does the python plug-in allow you to access the pixels? Regards, Dov On Mon, Jun 16, 2003 at 02:04:52AM -0400, Carol Spears wrote: On 2003-06-15 at 2031.16 -0700, Jeff Trefftzs typed this: Debugging

[Gimp-developer] Re: Preview widget name

2003-04-02 Thread Dov Grobgeld
not be... Regards, Dov On Wed, Apr 02, 2003 at 05:48:44PM -0600, Brian Mullin wrote: I do see those sorts of spellings from time to time, yes. The same thing with prevu. But, to answer your question... Yes, GimpPrevue does look kind of weird. It does to me, at any rate. :) Brian Mullin -Original

[Gimp-developer] Re: [Gimp-user] Opening Photoshop Files

2002-02-10 Thread Dov Grobgeld
Hebrew with vowel positioning has also been ported by me to ft2. See http://imagic.weizmann.ac.il/~dov/Hebrew/pango-hebrew.html http://imagic.weizmann.ac.il/~dov/freesw/paps for some screen shots and utilities. Regards, Dov On Sun, Feb 10, 2002 at 07:22:09PM +0100, Sven Neumann wrote