Re: [Gimp-developer] Tablet/smartphone app for gimp dashboard via MIDI?

2013-06-08 Thread Rob Antonishen
http://www.gimp.org/unix/howtos/gimp-midi.html This might get you going. -Rob A> On Fri, Jun 7, 2013 at 11:39 AM, Dexter Filmore wrote: > When I heard about the ability to take commands from MIDI devices the > thought > corssed me to abuse a MIDI pad app to use it as a gimp dashboard to have >

Re: [Gimp-developer] Problem with python save handler

2012-09-10 Thread Rob Antonishen
On Mon, Sep 10, 2012 at 11:12 AM, Joao S. O. Bueno wrote: > On 9 September 2012 17:09, Rob Antonishen wrote: >>>> It seems the issue is related to adding extra parameters to the save >>>> handler >>>> >>>> Is it not possible to have dialog p

Re: [Gimp-developer] Problem with python save handler

2012-09-09 Thread Rob Antonishen
>> It seems the issue is related to adding extra parameters to the save >> handler >> >> Is it not possible to have dialog parameters with a python save handler? > > Seems not, no. Setting the menu="" and/or setting the on_query > causes your extra float parameters to always be set to "0.0",

Re: [Gimp-developer] Problem with python save handler

2012-09-09 Thread Rob Antonishen
It seems the issue is related to adding extra parameters to the save handler Is it not possible to have dialog parameters with a python save handler? -Rob A> On Sat, Sep 8, 2012 at 12:48 PM, Rob Antonishen wrote: >> >> Dunno if it's related but "min" and &q

Re: [Gimp-developer] Problem with python save handler

2012-09-08 Thread Rob Antonishen
> > Dunno if it's related but "min" and "max" are built-in functions, so > you shouldn't use them for var names. > > Chris Thanks I caught that and changed it, but still no luck http://pastebin.com/MKUEshcx -Rob A> ___ gimp-developer-list mailing list g

[Gimp-developer] Problem with python save handler

2012-09-08 Thread Rob Antonishen
I've put together a simple python save handler for OpenSCAD surface files. It was working, but after making some changes it is no longer popping up a dialog and is failing to save. I can, however call it via the python console like pdb.file_openscad_save The code is here: http://pastebin.com/Em

Re: [Gimp-developer] gimp-context-set-brush-size. Why doesn't it work?

2012-08-08 Thread Rob Antonishen
I've started writing a script. Within the script I've adjusted the brush size using gimp-context-set-brush-size. After running the script, the brush size has changed in the "Tool Options" area but when the script starts the drawing process, it ignores the "Tool Options" and draws using the brush de

Re: [Gimp-developer] How to get a region of connected pixels?

2012-07-26 Thread Rob Antonishen
On Thu, Jul 26, 2012 at 1:50 PM, Astaroth Calibur wrote: > For that purpose, I think I need to get a region of connected pixels using > flood-fill algorithm. Anyway, I hope there is/are API function(s) which can > simplify my work. Any of you guys would give me a worthy direction, advice, > or what

Re: [Gimp-developer] Update and apology

2012-07-25 Thread Rob Antonishen
On Wed, Jul 25, 2012 at 1:06 PM, Guillermo Espertino (Gez) wrote: > On 25/07/12 07:44, wanderer wrote: >> >> Well, as an user who read the list it came to my mind the implementation >> of auto-save in Gimp. > > Keep in mind that it could not be as trivial as it sounds. Image files > processed in G

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" *To:* "gimp-developer-list@gnome.or

Re: [Gimp-developer] [enhancement] Improved layer-visibility icons

2012-05-27 Thread Rob Antonishen
Sorry - maybe not so clear! It doesn't change the icon of sub layers when a parent layer's visibility is toggled. -Rob A> On Sun, May 27, 2012 at 5:02 PM, Rob Antonishen wrote: > Why re-invent the wheel? > > Attached are Inkscape'

Re: [Gimp-developer] [enhancement] Improved layer-visibility icons

2012-05-27 Thread Rob Antonishen
Why re-invent the wheel? Attached are Inkscape's. Very clear. -Rob A> <>___ gimp-developer-list mailing list gimp-developer-list@gnome.org https://mail.gnome.org/mailman/listinfo/gimp-developer-list

Re: [Gimp-developer] abr-file

2012-03-09 Thread Rob Antonishen
On Fri, Mar 9, 2012 at 12:40 PM, Amir Plavac wrote: > Hi everyone, > > I would like to write a brush creator tool in c# for gimp, but i didn't > found information about the *.abr file format. > Where can I find how the *.abr file format is organized. > > thanks, Amir. > > abr is photoshop's native

Re: [Gimp-developer] GIMP 2.8 Feature Request (2)

2012-01-04 Thread Rob Antonishen
b) This mechanism already exists. If you save with same parameters all > the time write/find a plugin that invokes the save with all the >> parameters already set. You can just prompt for filename and even >> manage folders automatically and save without any hassle. If you >> havent done any scri

Re: [Gimp-developer] updating default set of plug-ins and scripts

2012-01-03 Thread Rob Antonishen
> > http://wiki.gimp.org/index.php/Mindstorm:Revamping_default_plugins_and_scripts > > Feel free to update, but please don't bloat the list of examples is > the “Missing stuff" section too much. It is, after all, the list of > _examples_ :) > > I'm not a gimp dev but have written a few dozen script

Re: [Gimp-developer] viewing Dectris X-ray detector data

2011-12-22 Thread Rob Antonishen
> > > I was wondering how easy (?!) it might be to change the GIMP data > input/output routines so that instead of reading/writing jpg images "GIMPX" > could read/write Dectris X-ray detector format data... > > http://www.dectris.com/sites/pilatus1m.html > > In fact, we would really only be interes

Re: [Gimp-developer] Display Navigation Dimming

2011-12-09 Thread Rob Antonishen
Ryan- I missed that you were using single window mode I'm thinking that the New View command is not that much use in SWM unless it changes to allow tear out/redock a view. I see there is some experimental support for sending a view to a different display, but couldn;t get it to work in eithe

Re: [Gimp-developer] Display Navigation Dimming

2011-12-08 Thread Rob Antonishen
If you just want another view showing the full image why don;t you just create another view using View->New View? This will avoid the issue you have trying to use the navigation dialog in a way it wasn't intendedand would seem easier than recompiling gimp... -Rob A> On Thu, Dec 8, 2011 at 6:

Re: [Gimp-developer] Reducing Load Time

2011-12-08 Thread Rob Antonishen
There is the python plugin GURM http://registry.gimp.org/node/13473 I use the default resource set, and then GURM to dynamically activate brush/gradient/pattern/palettes once gimp is running. It also does scripts but I do not use that feature. It can't do plugins as there is no way through the e

Re: [Gimp-developer] Getting the recognition that GIMP deserves

2011-11-10 Thread Rob Antonishen
On Thu, Nov 10, 2011 at 1:34 AM, Aleksandar Kovac wrote: > > The baddies: And somehow, to an uninitiated, GIMP often comes across as a > baffling mess. I have noticed last year, as a part of a research, that > among the users, there are GIMP 'monks' way up 'above' who seem to know > every trick a