[Gimp-user] Tablet not working properly

2017-03-11 Thread satrio_jati
>Woot! It worked!! So, known issue with most recent form of  Gimp- got
>it. Issue resolved! Thank you!!!

You're welcome.

-- 
satrio_jati (via www.gimpusers.com/forums)
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


[Gimp-user] Tablet not working properly

2017-03-11 Thread satrio_jati
>Oh man... it's half working for me. Now it's drawing, but there's no
>difference in pressure. I tried out the tablet in another program and
>that still worked. So it's just GIMP that's not quite doing it for me.
>Maybe I should use an older version than 2.8.18?

If you choose paint brush tool there's dynamic setting in option tool to change
the pen pressure style.

https://docs.gimp.org/en/gimp-tool-dynamics.html

-- 
satrio_jati (via www.gimpusers.com/forums)
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Tablet not working properly

2017-03-11 Thread Michael Schumacher
On 03/11/2017 04:43 AM, satrio_jati wrote:

>> Woot! It worked!! So, known issue with most recent form of  Gimp- got
>> it. Issue resolved! Thank you!!!
> 
> You're welcome.

Please note that "known issue" doesn't mean that anything will magically
change in a next release. Besides, it's only known from the few reports
on this list.

Tablet support is handled by GTK+, and I'm pretty sure none of the
developers own a tablet of this brand. It doesn't help that most of
these issues happen on the Windows platforms, which few to none of the
developers use, either.

If you want to see this fixed. you should help to figure out what has
changed:

- compare the GTK+ versions packaged in the 2.8.18 and 2.8.20 installers
- then the code changes there, between the specific states in
https://git.gnome.org/browse/gtk+/log/?h=gtk-2-24


-- 
Regards,
Michael
GPG: 96A8 B38A 728A 577D 724D 60E5 F855 53EC B36D 4CDD
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] color managing slows gimp down?

2017-03-11 Thread Øyvind Kolås
On Fri, Mar 3, 2017 at 5:13 AM, Casey Connor
 wrote:
> I notice that when I use a color managed display, the zooming in and out of
> an image is very slow (maybe 500ms per increment). If I disable color
> management, zooming is instantaneous.
>
> Is this normal/expected?
>
> Gimp 2.9.5, commit 86e101e322, Kubuntu 16.10.

It is normal/known that passing the pixels for display through lcms2
for color management is slower than not doing it. How much slower
probably also depend on the type of ICC profile used, if you are using
a LUT based profile you could try making a matrix based profile for
your display instead. (even if it turns out not to be faster now; it
probably will be faster at some point in the future).

/pippin - GEGL lead developer and maintainer - https://patreon.com/pippin
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


[Gimp-user] I want to increase brush size with SHIFT + Scroll Wheel

2017-03-11 Thread iop
The default is that SHIFT + Scroll Wheel will move horizontally. 

I want to change it so that SHIFT + Scroll Wheel will increase brush size when I
SHIFT + scroll up and decrese brush size when I SHIFT + scroll down.

-- 
iop (via www.gimpusers.com/forums)
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] I want to increase brush size with SHIFT + Scroll Wheel

2017-03-11 Thread Pat David
https://docs.gimp.org/2.8/en/gimp-using-variable-size-brush.html

You can program it.
On Sat, Mar 11, 2017 at 8:42 AM iop  wrote:

> The default is that SHIFT + Scroll Wheel will move horizontally.
>
> I want to change it so that SHIFT + Scroll Wheel will increase brush size
> when I
> SHIFT + scroll up and decrese brush size when I SHIFT + scroll down.
>
> --
> iop (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
-- 
https://patdavid.net
GPG: 66D1 7CA6 8088 4874 946D  18BD 67C7 6219 89E9 57AC
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] I want to increase brush size with SHIFT + Scroll Wheel

2017-03-11 Thread Steve Kinney


On 03/11/2017 10:41 AM, Pat David wrote:
> https://docs.gimp.org/2.8/en/gimp-using-variable-size-brush.html
> 
> You can program it.
> On Sat, Mar 11, 2017 at 8:42 AM iop  wrote:
> 
>> The default is that SHIFT + Scroll Wheel will move horizontally.
>>
>> I want to change it so that SHIFT + Scroll Wheel will increase brush size
>> when I
>> SHIFT + scroll up and decrese brush size when I SHIFT + scroll down.

I spend a lot of time using Brush type tools in the GIMP.  When I
discovered that brushes can be resized "on the fly" via mouse + keyboard
commands, my workflow changed radically - more speed, more precision,
less stress.  Changing brush hardness the same way completes the picture
of a happier me.

A GIMP VBR variable brush scales with "perfect" resolution and has
adjustable hardness because it is a vector, not a bitmap.  The VBR
brushes available in the basic set included with the GIMP did not suit
me, so I made a few of my own:  A circle, four ellipses with different
orientations, a square and a diamond.  Making them with the GIMP brush
editor is trivially easy, but here they are for e-z download and
installation.

What they look like:

http://pilobilus.net/xfer/brushes.png

Where they are:

http://pilobilus.net/xfer/Variable-Brushes.zip

:o)




___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list