[Gimp-developer] Gimp 2.0.2 and elusive detachable tear-able menus

2004-07-12 Thread Joseph Heled
Gimp 2.0.2 and elusive detachable tear able menus Has anyone else experiences this? I can't get it to work. Say I bring the popup menu from the image, Layers, and press the dotted line. The menu detaches, but the moment the mouse leaves it it disappears. It re-shows when I switch to another

Re: [Gimp-developer] Gimp 2.0.2 and elusive detachable tear-ablemenus

2004-07-12 Thread Joseph Heled
Please, by all means, update GTK+. Lots of bugs have been fixed in the 2.4 series and still using 2.4.0 is sortof lightheaded. Life is sort of slow with a 56K modem. Updated gtk+, glib and atk. The problem remains $pkg-config --modversion gtk+-2.0 2.4.4 $pkg-config --modversion glib-2.0 2.4.4 I

Re: [Gimp-developer] Gimp 2.0.2 and elusive detachabletear-ablemenus

2004-07-13 Thread Joseph Heled
Hi, Your remark about focus policy sent me to the KDE control center - and yes, it is a focus problem of sorts. I was running with focus strictly under mouse (CC/Look Feel/Window Behavior/Focus). When I Change that to Click to Focus, the menu remains until the window focus is lost. Would you

Re: [Gimp-developer] Gimp 2.0.2 and elusivedetachabletear-ablemenus

2004-07-13 Thread Joseph Heled
Yes it is certainly a KDE problem. Both WindowMaker and twm gave the menu a decoration (i.e. a title bar). Google shows that several others has encountered the problem on KDE 3.0X, and tearoff is disabled (and commented out) in KDE 3.1. I wonder if they solved it in 3.2/3.3? Thanks for your

[Gimp-developer] Howto: store comments in image from plugin?

2004-07-20 Thread Joseph Heled
(I hope this is the appropriate forum ...) I am developing a plugin which loads raw images from digital cameras (CRW,NEF etc). I would like to attach to the image some of the parameters of the conversion. I am not sure , - How do I add this info to the image (I open it with gimp_image_new(...) )

[Gimp-developer] compose - decompose nitpicking

2004-07-20 Thread Joseph Heled
Perhaps this is nitpicking, but would like your comments. (gimp 2.0.3) After decomposing an image to HSV (in layers mode), Filters/Colors/Compose brings up the following dialog: (*) RGB Red - image-HSV.jpg-3/value-8 Green - image-HSV.jpg-3/value-8 Blue -

Re: [Gimp-developer] Howto: store comments in image from plugin?

2004-07-22 Thread Joseph Heled
Thanks for all the people who answered. It turned out to be as simple as attaching a gimp-comment and jpeg-exif-data parasites to the image. (of course generating jpeg-exif-data is not trivial. Only implemented for my Nikon D70 at the moment. I guess others who like more formats will have to

[Gimp-developer] OT: noise equivalence in HSV components

2004-07-22 Thread Joseph Heled
This is not a gimp question, but perhaps there is someone here who can shed light on this issue, How (or can you) combine errors/noise in HSV into one error/noise figure which reflects the total human visual error perception. I am sure this is not a good formulation of the question. Here is

[Gimp-developer] 16 bit Gimp?

2004-07-22 Thread Joseph Heled
(repeat) I am developing a plugin which loads raw images from digital cameras (CRW,NEF etc). There is actually lots of the functionality I need support (and some I need to do) in the gimp already, if only the gimp was 16 bits ready. So, I wonder, any estimate how far in the future it is?

Re: [Gimp-developer] gimp plugin and gdb?

2004-07-23 Thread Joseph Heled
Exactly what I needed! Thanks a lot. I never wondered what's in that mysterious MAIN(). Now I know at least some of the answer :) -Joseph Manish Singh wrote: Check out the developer FAQ: http://developer.gimp.org/faq.html#id2778982 So yes, you overlooked some key things. ;) -Yosh

[Gimp-developer] gimp-plugin-template: install

2004-07-23 Thread Joseph Heled
Can someone tell me how to configure gimp-plugin-template so that it installs locally(~/gimp-2.0) instead of the global /usr/local? Thanks, Joseph ___ Gimp-developer mailing list [EMAIL PROTECTED]

[Gimp-developer] gimp-plugin-template: install

2004-07-23 Thread Joseph Heled
Can someone tell me how to configure gimp-plugin-template so that it installs locally(~/gimp-2.0) instead of the global /usr/local? Thanks, Joseph ___ Gimp-developer mailing list [EMAIL PROTECTED]

[Gimp-developer] plugin: can it tell when it is called to generate a thumnail?

2004-07-23 Thread Joseph Heled
The topic says it all. When the Open dialog needs to generate a preview thumbnail, it calls the open plugin non interactively. However, if the plugin knew that only a small thumbnail is needed, it can use in many cases the one stored in the file. This can result in a speed up of many orders of

Re: [Gimp-developer] gimp-plugin-template: install

2004-07-23 Thread Joseph Heled
David Neary wrote: Hi Joseph, Joseph Heled wrote: Can someone tell me how to configure gimp-plugin-template so that it installs locally(~/gimp-2.0) instead of the global /usr/local? configure --prefix=~/gimp-2.0 should work. But if you would like to install your plug-in in the GIMP user

Re: [Gimp-developer] OT: noise equivalence in HSV components

2004-07-23 Thread Joseph Heled
HSV is the wrong colorspace to use for this purpose. The LA*B* colorspace was designed to do what you are trying to accomplish: supposedly, equal distances in LA*B* coordinate space correspond to equal distances in human perceptual space -- although I understand that there is debate about

Re: [Gimp-developer] gimp-plugin-template: install

2004-07-24 Thread Joseph Heled
Sven Neumann wrote: Hi, Joseph Heled wrote: Can someone tell me how to configure gimp-plugin-template so that it installs locally(~/gimp-2.0) instead of the global /usr/local? gimp-plugin-template is an example of an autoconf/automake packaged plug-in that is to be installed system-wide

Re: [Gimp-developer] 16 bit Gimp?

2004-07-26 Thread Joseph Heled
/Nikon_D70_on_Linux.html if you like. -Joseph David Neary wrote: Hi, Sven Neumann wrote: Joseph Heled [EMAIL PROTECTED] writes: (repeat) I am developing a plugin which loads raw images from digital cameras (CRW,NEF etc). I might be wrong, but doesn't such a plug-in exist already? One exists for dcraw (Canon's

Re: [Gimp-developer] preparing GIMP 2.2

2004-08-09 Thread Joseph Heled
I would argue that non interactive plugins (or interactive plugin run in non interactive mode, which I presume to be the same thing), should not bring up any progress bars. -Joseph Sven Neumann wrote: Hi, David Hodson [EMAIL PROTECTED] writes: What if there's no associated dialog? I have some

Re: [Gimp-developer] open thumbnail and raw files

2004-11-03 Thread Joseph Heled
Sven Neumann wrote: Hi, Joseph Heled [EMAIL PROTECTED] writes: The gimp Open Image dialog contains preview thumbnail. To generate them, gimp calls the plugin to generate them. Now, for raw digital camera files (.nef, .crw ...) this is a very expensive operation - and obviously one would love

Re: [Gimp-developer] open thumbnail and raw files

2004-11-03 Thread Joseph Heled
Sven Neumann wrote: Hi, Joseph Heled [EMAIL PROTECTED] writes: Great. So what I suggest - i.e. a forth argument to run() to indicate a request for a thumbnail should work and not break other plugins? I think you need to make yourself familiar with the GIMP API. Did you ever look at the API

[Gimp-developer] image growing size - is it true? is it normal?

2004-11-17 Thread Joseph Heled
Hi, I open a 3038x2012 photo (gimp 2.2-pre1). The caption below the image says 46.9 MB I add a layer with Layer/New Layer. The caption says 70.3 MB I delete the layer. Caption stays 70.3 MB I Layer/New Layer again. The caption says: 93.7 MB I delete the layer. Caption stays 93.7 MB Should I

Re: [Gimp-developer] image growing size - is it true? is it normal?

2004-11-17 Thread Joseph Heled
Calligaris wrote: On Wednesday 17 November 2004 23:02, Joseph Heled wrote: Hi, I open a 3038x2012 photo (gimp 2.2-pre1). The caption below the image says 46.9 MB I add a layer with Layer/New Layer. The caption says 70.3 MB I delete the layer. Caption stays 70.3 MB I Layer/New Layer again

Re: [Gimp-developer] open thumbnail and raw files

2004-11-21 Thread Joseph Heled
a suggestion? Thanks, Joseph Sven Neumann wrote: Hi, a while ago Joseph Heled [EMAIL PROTECTED] wrote: The gimp Open Image dialog contains preview thumbnail. To generate them, gimp calls the plugin to generate them. Now, for raw digital camera files (.nef, .crw ...) this is a very expensive operation

Re: [Gimp-developer] Best way for limit distance

2004-12-02 Thread Joseph Heled
dismaying. I appreciate any insight on the subject. However please note I am not looking for a solution for the specific image I used, but a generic one. -Joseph Øyvind Kolås wrote: On Tue, 30 Nov 2004 13:25:16 +1300, Joseph Heled [EMAIL PROTECTED] wrote: (I think this has been discussed on the list

Re: [Gimp-developer] Best way for limit distance

2004-12-02 Thread Joseph Heled
I am using gimp-2.2-pre2. I certainly get totally different results than you for the same setting. I would appreciate some advice on how to find out how can that be, -Joseph Øyvind Kolås wrote: On Fri, 03 Dec 2004 10:12:37 +1300, Joseph Heled [EMAIL PROTECTED] wrote: BTW, all this was part

Re: [Gimp-developer] Best way for limit distance

2004-12-02 Thread Joseph Heled
Øyvind Kolås wrote: http://pippin.gimp.org/tmp/despeckle_adaptive_non_recursive_radius_1_black_level_0_white_level_256.png.html might be similar to what you want (note that I have run it on the jpeg version of your original.) running with a radius of 1. /pippin I was careless and did not realize

Re: [Gimp-developer] Judging the splash contest (mark 2)

2004-12-03 Thread Joseph Heled
It might have been me. I thought the the names will be announced later, after the panel is finalized. I have looked at all the entries, but not sure if I will be on the panel or not yet. -Joseph Carol Spears wrote: On Fri, Dec 03, 2004 at 01:06:47PM +0100, Dave Neary wrote: We now have 5

Re: [Gimp-developer] Multiple Layers and curves?

2004-12-07 Thread Joseph Heled
Sven Neumann wrote: Hi, Joao S. O. Bueno Calligaris [EMAIL PROTECTED] writes: Meanwhile, the workaround for this is running 2 simultaneous GIMPs, and editing one of your layers as a separate image on other instance of the GIMP. Joao, I think you completely misunderstood the question. Sven I

[Gimp-developer] Histogram of selection?

2004-12-08 Thread Joseph Heled
In 2.2, the histogram always takes the full image. I thought that in the past it took the selection if there was one. Am I imagining this? Is there a way to get the histogram for just the selection? -Joseph ___ Gimp-developer mailing list [EMAIL

Re: [Gimp-developer] Histogram of selection?

2004-12-08 Thread Joseph Heled
William Skaggs wrote: Joseph Heled wrote: In 2.2, the histogram always takes the full image. I thought that in the past it took the selection if there was one. Am I imagining this? Is there a way to get the histogram for just the selection? See http://bugzilla.gnome.org/show_bug.cgi?id=72959

[Gimp-developer] Statistics on a selection? on an image

2004-12-08 Thread Joseph Heled
Is there a way to get some statistics on a selection? Say for each RGB channel Average, min max, STD, median? (I want this in some interactive way. i.e. to see the results while I play with the image/layers) And if not, how would one implement this? A plugin need to be re-activated every time

Re: [Gimp-developer] Statistics on a selection? on an image

2004-12-08 Thread Joseph Heled
Carol Spears wrote: On Thu, Dec 09, 2004 at 05:58:51PM +1300, Joseph Heled wrote: (And Carol, there is no need to point out it can be done by going over the pixels one by one and a hand calculator ) i offer you a two step solution and you get worried that i will suggest a thousands of steps

Re: [Gimp-developer] Histogram of selection?

2004-12-09 Thread Joseph Heled
Sven Neumann wrote: Hi, Joseph Heled [EMAIL PROTECTED] writes: In 2.2, the histogram always takes the full image. I thought that in the past it took the selection if there was one. Am I imagining this? Yes, I think you are imagining this. There's a rather old bug report about it and basically

Re: [Gimp-developer] multiple instances of splash winners

2004-12-12 Thread Joseph Heled
Note/Disclaimer: I am *not* suggesting adding this feature into gimp. And please don't tell me I am doing something wrong or stupid or degrading gimp in any way or form. I like many of the splash screens submitted, so I select a random one at startup. If you wish to do the same, - create a

Re: [Gimp-developer] panel and winning splash

2004-12-13 Thread Joseph Heled
Sven Neumann wrote: Hi, Joseph Heled [EMAIL PROTECTED] writes: Selecting a splash is a daunting task. However, the weight may seem less assuming the following tidbits are made readily accessible (say via a Tip of the day) - How one can replace the default splash with a personal one. It's

Re: [Gimp-developer] A way to do 16 bits?

2004-12-15 Thread Joseph Heled
I would be the first to applaud when 16bit is integrated, yet this does not feel right long term, because any code written for 2 layers mode will have to change when the data is correctly layout as a true 16bit number. -Joseph William Skaggs wrote: I've been thinking about three things that are