Re: [Gimp-user] What is this and how do i get rid of it

2018-04-10 Thread Steve Kinney


On 04/10/2018 07:53 PM, Pat David wrote:
> It’s a sample point. Use the move tool and drag it off the image canvas.
> On Tue, Apr 10, 2018 at 6:49 PM olladitan  wrote:
> 
>> hello. I have a blue target with a number under it. I want it to go away

New to me:  https://docs.gimp.org/en/gimp-sample-point-dialog.html

: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

Re: [Gimp-user] What is this and how do i get rid of it

2018-04-10 Thread Pat David
It’s a sample point. Use the move tool and drag it off the image canvas.
On Tue, Apr 10, 2018 at 6:49 PM olladitan  wrote:

> hello. I have a blue target with a number under it. I want it to go away
>
> Attachments:
> * http://www.gimpusers.com/system/attachments/873/original/gimphelp1.jpg
>
> --
> olladitan (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

[Gimp-user] What is this and how do i get rid of it

2018-04-10 Thread olladitan
hello. I have a blue target with a number under it. I want it to go away

Attachments:
* http://www.gimpusers.com/system/attachments/873/original/gimphelp1.jpg

-- 
olladitan (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] gimp-drawable-invert parameters

2018-04-10 Thread HeyJC
Hello,

I am attempting to update the Saul Goode version of the Create Luminosity Masks
Script-Fu script, sg-luminosity-masks. It works fine in GIMP 2.8, but I have
just updated to GIMP 2.9.8 to take advantage of the automatic link to darktable
for importing RAW images.

When I first ran the script it ended with an error based on the use of
deprecated functions in the script. I replaced the function names with the newer
versions and the script starts to work but I eventually get the following error
message:

Execution error for 'Luminosity Masks (saulgoode)':
Error: Invalid number of arguments for gimp-drawable-invert (expected 2 but
received 1)

I have looked for a function reference for the gimp functions called in
Script-Fu without finding anything. I've also searched for the proper parameters
for gimp-drawable-invert but am also coming up blank.

Can anyone help with either a current function reference or the parameters for
gimp-drawable-invert. I've attached the original script for reference.

Thank you!

Attachments:
* 
http://www.gimpusers.com/system/attachments/872/original/sg-luminosity-masks.scm

-- 
HeyJC (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] Unsubscribe?

2018-04-10 Thread Jeffry Killen

> On Apr 10, 2018, at 9:52 AM, Pat David  wrote:
> 
> It's at the bottom of every mail on the list:
> 
> https://mail.gnome.org/mailman/listinfo/gimp-user-list
> 
> scroll to the bottom
> 
> 
> On Tue, Apr 10, 2018 at 11:43 AM Jeffry Killen  wrote:
> I would like to unsubscribe from this list.
> 
> can I get a link?
> 
> Thanks
> JK


Yes, I went there and didn't find option to unsubscribe. 
Sorry, I misunderstood the interface elements.
JK

___
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] Arrays in Python

2018-04-10 Thread Beinsezii
>I have rarely seen a Python script use another, most people would just
>copy the code they need to avoid the dependency.
That's one of Python's strongest points, though. Just import everything you
don't want to deal with yourself.
>And you can factor you
>code to have a class that does the work and a registration facade, so 
>that other Pythin script can import you code and call the useful code 
>directly.
They should already be able to call the code by running ".plugin.main()" from
the module. right?
*tests*
Nope. NVM. Don't have access to the image/drawable variables if called from
within another script. Will make main() a separate function instead of part of
the class. The GUI already doesn't call it directly, so it should be easy to
fix.



>If you need the user to feed in several numbers on the UI, and wants
>to use GIMP-FU,  (and not
>design your own custom GTK UI), my suggestion is to use a string, and
>tell the user to separate the nubmers by spaces
>or commas  - on the Python side, you just split and convert the
>argument.
https://i.imgur.com/pFCuj17.png

-- 
Beinsezii (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] GIMP 2.10 RC1 , cannot merge down layer after Warp transform

2018-04-10 Thread imaginniko
Ok. Enter Key works. Thanks. 

re-learn some stuff, coming from ver 8.22.  It does seem like a step backwards
though having to press the enter key.

>Many of the on-canvas GEGL operations need an 'ENTER' to complete.
>Warp is one.
>
>The sequence should be
>
>4. Do some shrinking or moving. 
>
>4a. Hit the enter key to complete the warp operation.
>
>5. ON the Layers dock, Right click the warped layer and merge down.

-- 
imaginniko (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] Unsubscribe?

2018-04-10 Thread Pat David
It's at the bottom of every mail on the list:

https://mail.gnome.org/mailman/listinfo/gimp-user-list

scroll to the bottom


On Tue, Apr 10, 2018 at 11:43 AM Jeffry Killen  wrote:

> I would like to unsubscribe from this list.
>
> can I get a link?
>
> Thanks
> JK
> ___
> 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


[Gimp-user] Unsubscribe?

2018-04-10 Thread Jeffry Killen
I would like to unsubscribe from this list.

can I get a link?

Thanks
JK
___
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] Mailing list issue

2018-04-10 Thread ugajin

I too, often receive  bursts of 'late' messages but today[April 10, 2018] is 
exceptional. I had 100 messages waiting in my inbox. The earliest of which is 
dated March 15, 2018 with the subject line 'How to print'. Ironically, this is 
dated the same as yours!

-u

 On Thu, 15 Mar 2018 01:33:42 + Carol 
Spears wrote  

On Tue, Mar 13, 2018 at 2:48 AM, Andrew < 
andrew.alangdondavies...@smtp.gnome.org> wrote: 
 
> On 13/03/18 07:16, Ben Oliver wrote: 
> 
>> Every now and then I get a burst of mail from this list all at once, 
some 
>> of which can be 3-5 days old. I don't think they are duplicates. 
>> 
>> Does anyone else have this issue? 
>> 
> 
> Happens to me too. Pretty sure they're not duplicates. 
> 
> 
I made their web site install by just typing "make", basically. So now I 
wonder if it is a clog in the approval filter which is perhaps on 
someones phone *or* someone needs to type make somewhere 
 
carol 
___ 
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-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] Arrays in Python

2018-04-10 Thread Joao S. O. Bueno
It is just Python -

Just use on the calee script an inner function - one to be publicly
exposed on the PDB taking user arguments, and
another one internal meant to be called from other Python functions .

On this, simply use a Python list.

You can manipulate `sys.path` in order to be able to import other
installed GIMP scripts PY files.

Just don't expect the Procedural Database way of calling parameters,
essentially created more than
20 years ago with Scheme/lisp in mind to be able to handle the
flexibility one have in modern Python
parameter passing.

If you need the user to feed in several numbers on the UI, and wants
to use GIMP-FU,  (and not
design your own custom GTK UI), my suggestion is to use a string, and
tell the user to separate the nubmers by spaces
or commas  - on the Python side, you just split and convert the argument.

Other than that, yes, GIMp-Fu should be able to handle these PDB
arrays as arguments - despite
the workarounds I just described.
Could you can fill a bug in bugzilla about that?

Regards,

   js
 -><-

On 10 April 2018 at 04:03, Ofnuts  wrote:
> On 04/10/18 00:57, Beinsezii wrote:
>>>
>>> AFAIK you can't, but anyway how do you expect the user to enter the
>>> bazillion numbers? If you want that many numbers just ask for a file
>>> name and read the file.
>>
>> The user already can. I wrote a custom system for making GTK configuration
>> windows that I use with all my plugins instead of the default python-fu
>> thing
>> that just stacks all the widgets into a grand tower of Babel.
>> Where the enums come into play is allowing other scripts to call this one
>> via
>> the PDB. Not really a problem right now since the registry's dead and
>> therefore
>> it won't end up in the hands of others for a while (right?). I'm just
>> perfectionist.
>>
>>
>> Guess for now I'll refactor it to make the PDB method take i32's & floats
>> instead of arrays, and if some other weirdo wants the full horror of my
>> plugin,
>> they'll just have to import the class.
>>
>>
>> If anyone else knows a way or has other inquiries, I'll stay subbed to
>> this
>> thread.
>>
>>
>>
>>
>>> Or maybe your array can be pixels values in a layer (these are easy to
>>> get in Python) in which case the user would just specify a second
>>> layer.
>>
>> You say that, but I was entirely unable to get proper pixel info in one of
>> my
>> past scripts. I could get standard 8-bit info, but no 32-bit floating
>> point info
>> that everything apparently uses now (2.10 RC-1).
>> Unless I'm completely missing it, the python-fu docs are patchy at best.
>> Most of
>> my knowledge comes from trying to interpret the auto-generated pydoc
>> stuff,
>> incomplete docs from like 4 years ago, or reverse engineering other
>> over-the-top
>> scripts like LayerFX.
>>
> I have rarely seen  a Python script use another, most people would just copy
> the code they need to avoid the dependency. And you can factor you code to
> have a class that does the work and a registration facade, so that other
> Pythin script can import you code and call the useful code directly.
>
>
> ___
> 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-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] color.org

2018-04-10 Thread tz20
On Mon, 09 Apr 2018 19:29:16 +
gimp-user-list-requ...@gnome.org wrote:

> hi gabriele,
> color management has been a mystery on many a list. i had a discussion on
> the scribus list many years ago when i mentioned my solution to my color
> management problems. i was told i was wrong, that i needed to calibrate all
> of my hardware and make a profile of each. i was a photojournalist in a
> former life and i teach photography with emphasis on light and lighting and
> color temperature.
> 
> when i first embarked on my color theory journey, i was designing brochures
> and flyers as a freelancer for a company in new orleans, la that did
> meeting and convention planning (as well as designing their web site).
> after much research and question asking, i lit upon color.org. i went there
> and downloaded 2 color profiles (sRGB_IEC61966-2-1_no_black_scaling and
> SWOP2006_Coated3v2). i later ran across a cmyk profile when i used linux
> and saved that profile. these color profiles have the same d50 color temp
> (5000k). with progress, the rgb profiles at color.org are at version 4; i
> have not tested these profiles.
> 
> here are my hardware and software setup for my systems (win, mac and
> linux). i copy the two color profiles to the appropriate profile folders
> according to the os and set them as the default color profiles for the
> system. then i set the rgb and cmyk profiles as default in all of my
> graphic software. i also set the rgb and cmyk profiles as default to
> printers, scanners and other hardware attached to the system that uses
> color profiles.
> 
> i will usually make a "straight" print to preview what changes in color,
> exposure, shadow, mid-tone and highlights need to be made. i have found the
> color does not vary much from what the thumbnail on the screen presents.
> 
> i would be happy to provide these profiles to you or anyone else on the
> list if you send me a private email; unless, the administrators will allow
> the attached profiles.
> 
> i would be interested to learn if your results are similar to mine. there
> is much more to color management that i did not say to the argument that
> was raised on the scribus list.
> 
> i hope this helps you find your way on your journey in the land of color
> management.
> 
> many greetings
> kdd
> 
> On Thu, Mar 15, 2018 at 4:46 AM, Gabriele Piccini 
> wrote:
> 
> > Hi All,
> > I think I'm wrong when I print from GIMP because I have a very yellowish
> > printa very yellow color cast in neutral zones.
> >
> > I created a printer profile with ArgyllCMS and seems it works well because
> > if I test it with xicclu command (for who known Argyll) with neutral Lab
> > values I got neutral values (Lab->RGB output->Lab).
> > The issue arises when I print but I think to make a wrong way:
> >
> > Ok, what I did:
> >
> > I download a proof image from internet with Prophoto color profile.
> >
> > When I load in GIMP I keep ProPhoto therefore RGB device values are
> > ProPhoto RGB.
> > Then I convert the image into printer profile and I think the values are
> > converted to RGB values of printer profile based on Lab values of ProPhoto.
> >
> > Now I should have an image with device (printer) RGB values to send the
> > printer , haven't I? The printer if matches the ICC profile I created
> > should "translate" those RGB numbers into colors.
> >
> > But the image, I view correct on display is very yellowish on the paper.
> >
> > Is this workflow correct fro printing color managed in GIMP?
> > Or am I missing something??
> >
> > I do not know if I'm clear ( English is not my language ?)
> >
> > Cheers
> > Gabriele
___
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] What is the best Graphics Tablet for Beginners?

2018-04-10 Thread Tomaž Šolc

Hi

On 09. 04. 2018 22:57, Ofnuts wrote:
The 8K pressure levels is suspicious in a cheap tablet. If there are 
there, are they accurate? Gimp usually works best with Wacom tablets 
(Intuos or Bamboo).


I use a Wacom Intuous Small (CTL480). I think it was around 60 EUR when 
I got it a few years ago. It works perfectly with GIMP (on Debian 
Stretch currently).


My only complaint is that it doesn't work after I wake up the computer 
from sleep. I need to unplug/plug the USB cable for the tablet to power up.


Best regards
Tomaž
___
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] Arrays in Python

2018-04-10 Thread Ofnuts

On 04/10/18 00:57, Beinsezii wrote:

AFAIK you can't, but anyway how do you expect the user to enter the
bazillion numbers? If you want that many numbers just ask for a file
name and read the file.

The user already can. I wrote a custom system for making GTK configuration
windows that I use with all my plugins instead of the default python-fu thing
that just stacks all the widgets into a grand tower of Babel.
Where the enums come into play is allowing other scripts to call this one via
the PDB. Not really a problem right now since the registry's dead and therefore
it won't end up in the hands of others for a while (right?). I'm just
perfectionist.


Guess for now I'll refactor it to make the PDB method take i32's & floats
instead of arrays, and if some other weirdo wants the full horror of my plugin,
they'll just have to import the class.


If anyone else knows a way or has other inquiries, I'll stay subbed to this
thread.





Or maybe your array can be pixels values in a layer (these are easy to
get in Python) in which case the user would just specify a second
layer.

You say that, but I was entirely unable to get proper pixel info in one of my
past scripts. I could get standard 8-bit info, but no 32-bit floating point info
that everything apparently uses now (2.10 RC-1).
Unless I'm completely missing it, the python-fu docs are patchy at best. Most of
my knowledge comes from trying to interpret the auto-generated pydoc stuff,
incomplete docs from like 4 years ago, or reverse engineering other over-the-top
scripts like LayerFX.

I have rarely seen  a Python script use another, most people would just 
copy the code they need to avoid the dependency. And you can factor you 
code to have a class that does the work and a registration facade, so 
that other Pythin script can import you code and call the useful code 
directly.


___
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