[Gimp-developer] Suspending display update

2012-06-14 Thread Ofnuts
I have a python plugin that does very many bucket-fills (potentially several thousands) on small selections. While it runs I see the selections in the image window (but curiously, not the painting), and the painting on the layer thumbnail in the layers list. I assume theses display update take

Re: [Gimp-developer] Suspending display update

2012-06-14 Thread Rob Antonishen
There are no pdb calls to change the view settings. I've always duplicated the image and worked on the duplicate without it being displayed. Also disable the undo stack of this duplicate to save memory. -Rob A -- *From:* Ofnuts ofn...@laposte.net *To:*

[Gimp-developer] Bring back normal handling of other file formats

2012-06-14 Thread gg
Hi, This whole idea of refusing it operate on other file formats is artificial, contrived and obstructive. Yesterday I found some other corollary problems that this flawed behaviour introduces. I was scanning some macro shots for file negative, the scanner software produces huge tiff

Re: [Gimp-developer] Suspending display update

2012-06-14 Thread Joao S. O. Bueno
On 14 June 2012 08:11, Rob Antonishen rob.antonis...@gmail.com wrote: There are no pdb calls to change the view settings.  I've always duplicated the image and worked on the duplicate without it being displayed.  Also disable the undo stack of this duplicate to save memory. Indeed - I also

Re: [Gimp-developer] Bring back normal handling of other file formats

2012-06-14 Thread Richard Gitschlag
Date: Thu, 14 Jun 2012 10:03:41 +0200 From: g...@catking.net To: gimp-developer-list@gnome.org Subject: [Gimp-developer] Bring back normal handling of other file formats [...] Gimp's inability to work with standard formats is becoming a major PITA. Perhaps gimp was not such a bad

Re: [Gimp-developer] Bring back normal handling of other file formats

2012-06-14 Thread Richard Gitschlag
Date: Thu, 14 Jun 2012 10:03:41 +0200 From: g...@catking.net To: gimp-developer-list@gnome.org Subject: [Gimp-developer] Bring back normal handling of other file formats AT this point, I often need to check the resulting file size. If I go to Image | Properties I find the file name and

Re: [Gimp-developer] Bring back normal handling of other file formats

2012-06-14 Thread peter sikking
On Jun 14, 2012, at 16:37, Richard Gitschlag wrote: I still believe GIMP should, instead of merely informing the user that Save operates in XCF only, offer an export/save xcf/cancel option which would alleviate the need to go back and use a different dialog as a separate step. (You never

Re: [Gimp-developer] Bring back normal handling of other file formats

2012-06-14 Thread gespert...@gmail.com
Bring Back Save is the new CMYK. :-) ___ gimp-developer-list mailing list gimp-developer-list@gnome.org https://mail.gnome.org/mailman/listinfo/gimp-developer-list

Re: [Gimp-developer] Suspending display update

2012-06-14 Thread Ofnuts
On 06/14/2012 11:11 AM, Rob Antonishen wrote: There are no pdb calls to change the view settings. I've always duplicated the image and worked on the duplicate without it being displayed. Also disable the undo stack of this duplicate to save memory. OK, thanks, will try that... I've got the

Re: [Gimp-developer] Bring back normal handling of other file formats

2012-06-14 Thread Graeme Gill
peter sikking wrote: yes it does. you cannot go through save if it is not safe. Safe is a value judgement. The assumption being made is that preserving every possible detail that gimp can create overrides every other consideration. Many users will not agree that this is the case in every or

Re: [Gimp-developer] Suspending display update

2012-06-14 Thread Joao S. O. Bueno
On 14 June 2012 17:28, Ofnuts ofn...@laposte.net wrote: On 06/14/2012 11:11 AM, Rob Antonishen wrote: There are no pdb calls to change the view settings.  I've always duplicated the image and worked on the duplicate without it being displayed.  Also disable the undo stack of this duplicate to

Re: [Gimp-developer] Bring back normal handling of other file formats

2012-06-14 Thread Guillermo Espertino (Gez)
El 14/06/12 21:19, Graeme Gill escribió: Safe is a value judgement. The assumption being made is that preserving every possible detail that gimp can create overrides every other consideration. Many users will not agree that this is the case in every or even most situations. If they are opening

[Gimp-developer] Brightness and Contrast Method and Source Code

2012-06-14 Thread Helleno Rodrigues Rosa
Hi everyone, First, sorry my poor english, I will do my best. I am working in a java code (using javacv) to apply brightness and contrast improvement in a great amount of images, for a very especific purpose. I tried some tools and figured out the gimp's tool is the best choice to solve my