[Gimp-developer] Dicom plug-in for gimp

2003-11-09 Thread Dov Grobgeld
Hello, I have written a Dicom format plug-in for gimp. Dicom is a standard for medical apparatus and includes an image format which this plug-in partially supports for reading and writing. Here are some links about Dicom: http://medical.nema.org/ http://www.psychology.nottingham.ac.uk/st

Re: [Gimp-developer] Dicom plug-in for gimp

2003-11-09 Thread Dov Grobgeld
ds, Dov On Mon, Nov 10, 2003 at 03:39:32AM +0100, Marc A. Lehmann wrote: > On Sun, Nov 09, 2003 at 11:34:48PM +0200, Dov Grobgeld <[EMAIL PROTECTED]> wrote: > > Sven wanted to have a discussion whether this plug-in should be included > > If discussion means "wants to se

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] tiff save dialog cosmetic fix

2004-07-11 Thread Dov Grobgeld
Speaking of tiff files, is there any particular reason why the tiff plug-in doesn't support saving multiple layers as tiff pages, or is it just that noone has got around to implementing it? Regards, Dov ___ Gimp-developer mailing list [EMAIL PROTECTED]

[Gimp-developer] Re: Image scrolling

2005-12-14 Thread Dov Grobgeld
Hi Glenn, This answer has nothing to do with gimp, but as the author of the GtkImageViewer widget who has dealt with a similar problem - the display of 600MB pbm images - I thought I would tell you about my solution. The solution only works for uncompressed images. I did not load the whole image

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: > On Thurs

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

2006-04-19 Thread Dov Grobgeld
Hello, When reading about the ideas for the SoC, I was reminded of an idea I got when looking at a collegue showing me the L*bVi*w code development environment. By interactively dragging out various blocks with a different set of inputs and outputs and connecting these with connectors he basically

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

2002-02-10 Thread Dov Grobgeld
On Fri, Feb 08, 2002 at 12:41:42PM +0100, Sven Neumann wrote: > > yes, it will use Freetype2 but somewhat hidden behind a Pango layer. > The advantage of using Pango on top of Freetype2 is that it takes care > of all the ugly details of glyph positioning and shaping. And you get all the beautifu

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

2002-02-10 Thread Dov Grobgeld
: > Hi, > > Dov Grobgeld <[EMAIL PROTECTED]> writes: > > > > yes, it will use Freetype2 but somewhat hidden behind a Pango layer. > > > The advantage of using Pango on top of Freetype2 is that it takes care > > > of all the ugly details of glyph position

[Gimp-developer] Updated scheme and perl tutorials

2002-02-12 Thread Dov Grobgeld
I have just updated my Scheme and Perl tutorials for gimp scripting. The updated tutorials may be found at: http://imagic.weizmann.ac.il/~dov/gimp/perl-tut.html http://imagic.weizmann.ac.il/~dov/gimp/scheme-tut.html Regards, Dov ___ Gimp-deve

[Gimp-developer] Re: Preview widget for plugins

2002-04-06 Thread Dov Grobgeld
Though I am not very familiar with the current preview widget, it seems to me that my GtkImageViewer widget would be well suited for this task. Please have a look at: http://imagic.weizmann.ac.il/~dov/freesw/gtk/gtk-image-viewer/ Regards, Dov On Fri, Apr 05, 2002 at 08:40:39PM +0200, Mauri

Re: [Gimp-developer] MNG support. Was: Intolerance, and development.

2002-11-29 Thread Dov Grobgeld
David, Instead of spending all this time writing your views of the world, I am sure that all on this list including you would actually think the time would be better spend actually implementing mng support for gimp. I suggest that you go about it in the following steps: 1. Extract the png plu

[Gimp-developer] Re: Preview widget name

2003-04-02 Thread Dov Grobgeld
veloper -- ___ ___ / o \ o \ Dov Grobgeld

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

2003-06-16 Thread Dov Grobgeld
__ > Gimp-developer mailing list > [EMAIL PROTECTED] > http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer -- ___ ___ /

Re: [Gimp-developer] there is hope for gimp-perl-1.3 (was:red-eye-removal)

2003-06-16 Thread Dov Grobgeld
On Mon, Jun 16, 2003 at 09:57:48PM +0200, Marc A. Lehmann wrote: > > > > http://fmg-www.cs.ucla.edu/fmg-members/geoff/digicam/redeye > > Woaw, a PDL plug-in not written by me! Oh my god, I can't believe it > happened ;) Yep, though the author missed the whole point of PDL by looping over x and

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

2003-06-28 Thread Dov Grobgeld
On Sat, Jun 28, 2003 at 12:20:26PM +0200, Jakub Steiner wrote: > On Sat, 2003-06-28 at 01:13, [EMAIL PROTECTED] wrote: > > > Then this looks like a serious issue, since this feature is probably not > > used often by advanced users, but often by beginners, while the dynamic > > shortcuts are used a

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

2010-08-29 Thread Dov Grobgeld
Alan, You're code certainly sounds very useful, and I would love to see it open sourced. May I suggest, as was already stated, that you decide upon a license, find a name for your library, and then open a github ( http://github.com) account (or any other free hosting) where you upload the code. Wh

Re: [Gimp-developer] gimp double cursor

2010-10-28 Thread Dov Grobgeld
Here is another solution to the problem, which may or may not be similar to the method used in clone. The code certainly needs more documentation, but I hope you can figure out how to use it from the test-dovtk-lasso.c example. http://github.com/dov/dovtk-lasso Regards, Dov On Thu, Oct 28, 201