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
>
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
>> 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",
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
>
> 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
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
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
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
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
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
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'
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
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
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
>
> 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
>
>
> 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
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
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:
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
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
20 matches
Mail list logo