[Gimp-developer] How "Print Size" can save pixel density into e.g. png file?

2013-05-08 Thread Andrey Utkin
I use the feature of changing image print density (in dpi) in GIMP to get predictable size of printed image. Now i want to do this programmaticaly. I tried to grep the code, but it would take me long time to figure this out by myself. Could please somebody describe in which way png file carries pix

[Gimp-developer] Adobe software issues

2013-05-08 Thread Margaret Brown
Hi With Adobe withdrawing to the Cloud, there is a real need for GIMP to include a raw file developer that can act as a replacement for Adobe Camera Raw. If such an application could be produced and kept up-to-date when new cameras are released, we would be happy to support it and make it the def

Re: [Gimp-developer] Registering a plugin in the menu

2013-05-08 Thread Joao S. O. Bueno
Sorry Bertrand - I think we forgot to add it as a plug-in possibility. Currently the available options for prefixing menus are: ['Brushes', 'Buffers', 'Channels', 'Colormap', 'Fonts', 'Gradients', 'Image', 'Layers', 'Load', 'Palettes', 'Patterns', 'Save', 'Toolbox', 'Vectors'] - thes

Re: [Gimp-developer] Adobe software issues

2013-05-08 Thread Elle Stone
This isn't a direct reply to your question, as you are asking whether Gimp itself can or will handle raw processing and I'm not sure when/whether the Gimp developers intend to go that direction. But there are two alternative approaches already being used by many people who use Gimp: First, at leas

Re: [Gimp-developer] Adobe software issues

2013-05-08 Thread Guillermo Espertino (Gez)
El 08/05/13 09:26, Elle Stone escribió: This isn't a direct reply to your question, as you are asking whether Gimp itself can or will handle raw processing and I'm not sure when/whether the Gimp developers intend to go that direction. But there are two alternative approaches already being used by

Re: [Gimp-developer] How "Print Size" can save pixel density into e.g. png file?

2013-05-08 Thread Richard Gitschlag
> Date: Wed, 8 May 2013 10:34:29 +0300 > From: andrey.krieger.ut...@gmail.com > To: gimp-developer-list@gnome.org > Subject: [Gimp-developer] How "Print Size" can save pixel density into e.g. > png file? > > I use the feature of changing image print density (in dpi) in GIMP to > get predictable

Re: [Gimp-developer] How "Print Size" can save pixel density into e.g. png file?

2013-05-08 Thread Mukund Sivaraman
Hi Andrey On Wed, May 08, 2013 at 10:34:29AM +0300, Andrey Utkin wrote: > I use the feature of changing image print density (in dpi) in GIMP to > get predictable size of printed image. Now i want to do this > programmaticaly. I tried to grep the code, but it would take me long > time to figure thi

Re: [Gimp-developer] Registering a plugin in the menu

2013-05-08 Thread scl
I'm just writing a patch. Kind regards, Sven ___ gimp-developer-list mailing list gimp-developer-list@gnome.org https://mail.gnome.org/mailman/listinfo/gimp-developer-list

Re: [Gimp-developer] Adobe software issues

2013-05-08 Thread Clayton Walker
Considering the fact that Adobe even has a separate program called Adobe Camera Raw, I don't see why gimp should necessarily include a raw loader. Perhaps maintainers could bundle gimp with ufraw, but to combine the two projects makes little sense. Perhaps ufraw could be displayed more prominently

Re: [Gimp-developer] Adobe software issues

2013-05-08 Thread Elle Stone
On 5/8/13, Clayton Walker wrote: > Considering the fact that Adobe even has a separate program called Adobe > Camera Raw, I don't see why gimp should necessarily include a raw loader. > Perhaps maintainers could bundle gimp with ufraw, but to combine the two > projects makes little sense. The thi

Re: [Gimp-developer] How "Print Size" can save pixel density into e.g. png file?

2013-05-08 Thread Liam R E Quin
On Wed, 2013-05-08 at 10:34 +0300, Andrey Utkin wrote: > I use the feature of changing image print density (in dpi) in GIMP to > get predictable size of printed image. Now i want to do this > programmaticaly. Note, you could probably use imagemagick to do this outside GIMP, if that helps. Liam --