[Gimp-user] Possible to save layout

2008-01-15 Thread Brian Vanderburg II
t dialogs were docked and what tabs were shown/etc? If not is there any plugin that can do this? Brian Vanderburg II ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

[Gimp-user] Brushes/input controllers changes idea

2008-01-05 Thread Brian Vanderburg II
he initial 'angle' for the brush may be properly set. Also, how this would work for bitmap brushes would be unclear, (the bitmap would be rotated, and may loose quality), but if it was a vector brush, it would probably work fine as rotation would not cause bad quality.. Again this is just an idea that I think would be useful and would love to see in a future version. The code shown is just the idea for operation, I don't know much about the actual GIMP code. Brian Vanderburg II <>___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

[Gimp-user] Math graphics

2007-12-20 Thread Brian Vanderburg II
h would easily provide all the math support I need, but don't know much about making GIMP plugins and since I'm only on Windows now I've had problems trying to compile glib/gtk under msys/mingw, plus it is C++ except an older version wh

Re: [Gimp-user] suggestion: hide all/reveal all "junk"

2007-10-14 Thread Brian Vanderburg II
I would also like to see such a feature, as I often want a second view opened for work on icons/other things. There don't appear to be any view actions that could be used by script-fu to make a script to do the same. B. A. Vanderburg Anthony Ettinger wrote: > I tend to immediately create a "n

Re: [Gimp-user] make image tileable

2007-09-12 Thread Brian Vanderburg II
It would be nice if GIMP supported more types of make seamless. There is a program 'Texture Maker' for windows that supports several things, mirroring, kaleidoscope, rotation, etc. David Gowers wrote: > filters->map->make seamless > > On 9/12/07, Alan Wolfe <[EMAIL PROTECTED]> wrote: > >> H

Re: [Gimp-user] Create layered animation from a tiled animation.

2007-09-11 Thread Brian Vanderburg II
[EMAIL PROTECTED] wrote: Quoting Brian Vanderburg II <[EMAIL PROTECTED]>: Out of need I created a script and finally got it working even on 2.3.18. Normally an animation is either done as one layer for each frame or using GIMP Animation Package one file per frame. With the first

[Gimp-user] Create layered animation from a tiled animation.

2007-08-30 Thread Brian Vanderburg II
ly. For example, ;; a 48x48 30 frame animation would be an image with the ;; size 1440x48. Frame 1 is at (0,0)-(47,47), 2 at (48,0)-(95,47) ;; and so on ;; ;; Version 1.2 ;; ;; Copyright (C) 2007 by Brian Vanderburg II ;; <[EMAIL PROTECTED]> ;; ;; This program is free software; you can redis

Re: [Gimp-user] 16 Bit files

2007-07-11 Thread Brian Vanderburg II
I frequently use the GIMP for patterns/fractals that are to be used as height fields. For this, it would be nice if 16bit gray scale was available. I figure GIMP will eventually have 16bit support. B. Vanderburg II David Marrs wrote: > David Southwell wrote: > >> Anyone... >> Finally does

Re: [Gimp-user] Locking layers

2007-06-27 Thread Brian Vanderburg II
The chain isn't a lock it is a link. The layers are linked together so that moving one of the linked layers will move the other as well. B. Vanderburg Victor Domingos wrote: > Hi! > > Is there an easy way to lock one or more layers, so that one cannot > move or change them by any other way? I