Re: [Gimp-user] brush size

2005-11-19 Thread Sven Neumann
Hi,

michael chang [EMAIL PROTECTED] writes:

 Of course, scaling would make so much sense with SVG/Vector brushes --
 but then, GIMP is a raster graphics program.  No-win situation. 
 *sigh*

Why's that a no-win situation? GIMP could easily be extended to use
SVG brushes and that would certainly be a win. We could still keep
bitmap brushes around because there are some brushes you cannot
express easily using vectors.

 If the code is there, and it is possible to get at it using another
 device; it doesn't seem to me for it to be unreasonable to provide
 mice-based and/or keyboard-based ways of providing the same
 funcationality... but that said, it has to be done within limits or
 users will simply get confused and/or complain about weird things.

Of course it could be done. Someone just needs to write the code.


Sven
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] brush size

2005-11-18 Thread michael chang
On 11/16/05, Joao S. O. Bueno Calligaris [EMAIL PROTECTED] wrote:
 On Wednesday 16 November 2005 11:55 am, Sven Neumann wrote:
  Hi,
 
  Joao S. O. Bueno Calligaris [EMAIL PROTECTED] writes:
   Unfortunattely, that only works for .vbrs - which stand for
   virtual brushes - simple, algorithmic, brushes - which have a
   basic shape (diamond, square, ellipse, all with N points).
  
   This is a missing feature for standard bitmap brushes. The code
   is even there, but currently it is used only with pressure
   sensitive input devices, and it lacks a UI for using with
   ordinary mice.
 
  It doesn't make too much sense to scale bitmap brushes, does it?
 
 IMHO it does. Why not?

IMHO, If it was the same as a truetype font and the bitmap brush was
300x300 pixels, maybe; because we'd always scale down and there'd be
no attempt to up-scale and try and make a better brush from a brush
with less data.  [Loss of quality is another issue, meaning that you
can only have so much data there...]  If you have a 8x8 brush and want
to draw something that is 80x80, that is a completely different
matter.

Of course, scaling would make so much sense with SVG/Vector brushes --
but then, GIMP is a raster graphics program.  No-win situation. 
*sigh*

If the code is there, and it is possible to get at it using another
device; it doesn't seem to me for it to be unreasonable to provide
mice-based and/or keyboard-based ways of providing the same
funcationality... but that said, it has to be done within limits or
users will simply get confused and/or complain about weird things.

--
~Mike
 - Just my two cents
 - No man is an island, and no man is unable.
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] brush size

2005-11-16 Thread Sven Neumann
Hi,

Joao S. O. Bueno Calligaris [EMAIL PROTECTED] writes:

 Unfortunattely, that only works for .vbrs - which stand for virtual 
 brushes - simple, algorithmic, brushes - which have a basic shape 
 (diamond, square, ellipse, all with N points).

 This is a missing feature for standard bitmap brushes. The code is 
 even there, but currently it is used only with pressure sensitive 
 input devices, and it lacks a UI for using with ordinary mice.

It doesn't make too much sense to scale bitmap brushes, does it?



Sven

___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] brush size

2005-11-16 Thread Joao S. O. Bueno Calligaris
On Wednesday 16 November 2005 11:55 am, Sven Neumann wrote:
 Hi,

 Joao S. O. Bueno Calligaris [EMAIL PROTECTED] writes:
  Unfortunattely, that only works for .vbrs - which stand for
  virtual brushes - simple, algorithmic, brushes - which have a
  basic shape (diamond, square, ellipse, all with N points).
 
  This is a missing feature for standard bitmap brushes. The code
  is even there, but currently it is used only with pressure
  sensitive input devices, and it lacks a UI for using with
  ordinary mice.

 It doesn't make too much sense to scale bitmap brushes, does it?



IMHO it does. Why not?

See - I have this digit animated brush - just a set of 0 to 9 
numbers in some pretty font, sprayed in random order.  The brush size 
is just one, but depending on the desired effect, and the image size 
I am working on (for online viewing or for printing), I need a 
different size of the brush. With the current features opf the GIMP I 
need to make a new version of the brush for each size I wish to use 
it.
 
There is a feature request in bugzilla about a Curves UI to control 
various brush variables - I hope we can implement that someday.

JS
--



 Sven

___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] brush size

2005-11-15 Thread Alexandre Prokoudine
On 11/16/05, Panos Laganakos [EMAIL PROTECTED] wrote:
 Hello,

 I'd like to know if it's possible to be able to change the diameter/size
 of a brush with a slider like opacity/distance?

Sure, you want Brushes palette :)

There is a button to open brush editor in its left bottom corner

Alexandre
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] brush size

2005-11-15 Thread Alexandre Prokoudine
On 11/16/05, Joao S. O. Bueno Calligaris [EMAIL PROTECTED] wrote:

 The file resizebrush.scm  (I hope it is open for non subscribers of
 the list).

It's not :(

Alexandre
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] brush size

2005-11-15 Thread Panos Laganakos

Alexandre Prokoudine wrote:

On 11/16/05, Joao S. O. Bueno Calligaris [EMAIL PROTECTED] wrote:

  

The file resizebrush.scm  (I hope it is open for non subscribers of
the list).



It's not :(

Alexandre
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user

  
Thanks for the info everyone, and thank you Jao for sending me the 
ResizeBrush script.


The brush editor is very nice indeed, but it would be much easier if it 
was included in the paintbrush options, below the Fade Out/Incremental 
etc. Much more intuitive IMHO.

Not that i can't live without it, but i think it would make it easier.
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Brush size and my tablet

2004-02-04 Thread Daryl Lee
The brush selector has brushes of different sizes.  In the brush
options, click on the brush icon.  It hides the selector.  It wasn't
obvious to me, either.

Daryl
On Wed, 2004-02-04 at 13:07, [EMAIL PROTECTED] wrote:
 For some reason I cannot find where to change the brush sizeis there a
 way.  I can't believe something like that would be left out.
 
 Also on an unrelated note, my JamStudio Tablet isn't working
 
 http://vertexpc.com/catalog/popup_image.php?pID=103
 
 It did work on 1.3, but now it freezes the open document not allowing
 any kind of selecting or drawing, even with the mouse after I try with my
 tablet.
 
 I'm currently running Gimp 2.0-pre2 on XP pro
 
 thanks
 
 
 ___
 Gimp-user mailing list
 [EMAIL PROTECTED]
 http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user