[Gimp-developer] GEGL Graph

2020-09-08 Thread Kevin Payne via gimp-developer-list
I have a couple of questions about using the GEGL graph dialog

When trying to use the gegl:bump-map command, I do not know how to specify the 
"aux" layer to use. Is this possible? if so what do I need to do?

When trying to use the gegl:contrast-curves command I don't know how to format 
the curve parameter as anything I try is crashing GIMP (issue #5607)

can anyone help with either or both?

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


Re: [Gimp-developer] Problems using the PF_STRINGARRAY parameter type when writing a Python plugin for Gimp.

2018-05-23 Thread Kevin Payne
>I'm trying to write a very basic plugin for Gimp using Python and I
>want its one and only parameter to be of type PF_STRINGARRAY. The goal
>of my plugin for the time being, is to receive a list of files, and
>then simply print their names on the Command line, when the plugin is
>run.

A bit of Googling leads to 
the conclusion that PF_STRINGARRAY only exists in a hacked version of gimpfu.py 
so isn't a standard part of GIMP as shipped.
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] [Gimp-user] Curious about GIMP-2.10 bugs on Windows

2018-05-13 Thread Kevin Payne
On 05/11/2018 09:06 AM, Elle Stone wrote:

> Are some/many/most of the problems being reported for GIMP-2.10 on
> Windows, only specific to Windows?
>
> Or are these bug reports by Windows users simply bugs that weren't
> detected by various people running GIMP-2.9/GIMP-2.10-rc/GIMP-2.10 on
> Linux?

I'd suggest that one of the reasons is the relative lack of availability of 
executables during the 2.9 development 
phase - self compilation not 
really being an option on Windows.

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


Re: [Gimp-developer] [Gimp-user] Curious about GIMP-2.10 bugs on Windows

2018-05-12 Thread Kevin Payne

>That would explain a lot. Though people do manage to compile GIMP on
>Windows, it's apparently not easy to do.

>Partha's 2.9/2.10 builds for Windows have been available for a long time
>(https://www.partha.com/), without giving rise to nearly so many bug
>reports as the official release of 2.10. But maybe most Windows users
>don't know about Partha's builds.

The problem with Partha's builds is that he changes things to suit himself and 
therefore it's not a reliable reference for creating bug-reports against.

A case in point is https://bugzilla.gnome.org/show_bug.cgi?id=795855 which 
apparently Partha's build isn't suffering from: 
https://www.gimp-forum.net/Thread-opening-from-and-saving-to-local-folders?pid=8074#pid8074

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


Re: [Gimp-developer] GIMP development- What's the point?

2016-10-10 Thread Kevin Payne

>From: gimp-developer-list  on behalf of 
>Jernej Simončič >
>Sent: 27 September 2016 08:13
>To: Jeffrey Brent McBeth on [gimp-developer-list]
>Subject: Re: [Gimp-developer] GIMP development- What's the point?

>I've got a 5k monitor on my Windows machine now, and after installing
>the Color-48 theme from
>,
>GIMP is completely usable (maybe the theme could be shipped with GIMP
>to address this issue?). It's not perfect - the spinbuttons are very
>narrow, and checkboxes are small, but the rest of the elements work
>fine.

>< Jernej Simončič ><><><><>< http://eternallybored.org/ >

Jernej,
  As I don't have a high density display and was therefore not able to finish 
the themes properly, would you like to take ownership and complete the job?

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


[Gimp-developer] Colour of guides

2016-10-01 Thread Kevin Payne
I'm trying to answer a question for someone else: 
http://gimpchat.com/viewtopic.php?f=8=14637


where they are trying to change the colour of the guides.


I've tried looking in the code to find out where and how the colours are set, 
but I've drawn a blank as I personally find the code extremely difficult to 
follow sometimes. (I think I found the cairo instruction to draw the line but I 
can't see where cairo is told which drawing style to use)


So the questions are

  Are the colours hard-coded? If not can they be set using the theme? and if so 
what ids should be used?


regards


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


Re: [Gimp-developer] GIMP development- What's the point?

2016-09-23 Thread Kevin Payne
>At the last meet I was showing off GIMP, as I often do when asked "what do
>you do?" There's the usual ooohing and ahhing as I show what GIMP allows me
>to do easily as a designer.
>
>This time, I got a strange comment from a new visitor to our group. He said
>"GIMP development? What's the point of that?" in a rather sarcastic tone.



>The question: "What's the point?" is a curious one.
>As a developer in the project, what are your reasons for working on GIMP?
>What are your motivations? What do you enjoy most about it?

You made some assumptions about what might have prompted such a question BUT 
did you actually ask them why they felt it necessary to ask? I'm sure it would 
be useful to know the basis for such an opinion,  which could then be addressed 
directly.

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


Re: [Gimp-developer] Can hitting Enter/Return twice apply changes made in popup dialogs?

2016-05-18 Thread Kevin Payne
Which dialogs that have Presets don't use an OK button accessible using Alt-O ?

Kevin 


From: gimp-developer-list  on behalf of 
C R 
Sent: 18 May 2016 07:31
To: gimp-developer
Subject: [Gimp-developer] Can hitting Enter/Return twice apply changes made 
in popup dialogs?

It's always been a bit of a kink in my workflows.

You want to quickly apply the last Preset, and sure enough, hitting the
Enter/Return key after the dialog opens jumps to a preview of the last
recorded preset. <-Love this.


What I'd like to be able to do is hit Enter/Return key again to apply the
changes.

Instead, I either have to try to tab/shift+tab my way to the OK button,
click the canvas and hit Enter, or try to remember the hotkey that applies
the changes I've made for that specific dialog.

Hitting Enter/Return key twice does nothing currently in the dialog, so if
the return button is hit again, is it possible to have it just commit the
changes? This would dramatically help hotkey based workflow in GIMP.


Thanks again for all your wonderful work on GIMP!

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


Re: [Gimp-developer] rectangle warping

2016-04-24 Thread Kevin Payne
The mailing lists strip all attachments, so you'll have to put your pictures on 
an image hosting site and link to them.

Kevin 


From: gimp-developer-list  on behalf of 
Ben Thurston 
Sent: 17 April 2016 19:25
To: gimp-developer
Subject: [Gimp-developer] rectangle warping

I'm not sure if the things I'm sending are being viewed, I've been
attaching pictures someone let me know if you can see them please... This
one is on a type of system of linear equations to solve to warp any size of
grid however one pleases... it can project into 3 dimensions as well...
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] [Gimp-web] Gitlab as a replacement for registry.gimp.org

2016-04-04 Thread Kevin Payne
At the risk of putting words into Pat's mouth, wasn't he referring to them as 
assets?

Kevin 



From: gimp-developer-list  on behalf of 
Jehan Pagès 
Sent: 04 April 2016 15:19
To: Michael Schumacher
Cc: gimp-web-list; GIMP Developer List
Subject: Re: [Gimp-developer] [Gimp-web] Gitlab as a replacement for
registry.gimp.org

On Mon, Apr 4, 2016 at 4:04 PM, Michael Schumacher  wrote:
>> Gesendet: Montag, 04. April 2016 um 15:48 Uhr
>> Von: "Jehan Pagès" 
>
>> On Mon, Apr 4, 2016 at 3:06 PM, Michael Schumacher  wrote:
>
>> > I am also still puzzled how the "one repository per 'script/plugin'" (we 
>> > really need a better term for that concept) approach will be managed.
>>
>> Let's call them "extensions" for the time being (since we already use
>> the term "plugin" and "scripts", but I don't think we use the term
>> "extension" yet).
>
> We do, and it has a very specific meaning - for example, Script-Fu is a 
> GIMP_EXTENSION.

Right. I forgot about this.

Jehan

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



--
ZeMarmot open animation film
http://film.zemarmot.net
Patreon: https://patreon.com/zemarmot
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] GIMP crashes at changing of theme

2016-03-31 Thread Kevin Payne
Can you be more specific about which Icon Theme you are having the low contrast 
problem with and what your system colours are, as the Small Theme will use your 
system colours there is no way to know which Icon Theme is going to work best 
for you.

And does the crash happen when you change Theme from Small to any other Theme, 
or only when you change from Small to a specific Theme and when you then 
re-start GIMP, does it start OK with the new Theme?

Kevin


From: gimp-developer-list  on behalf of 
Alexander Rabtchevich 
Sent: 01 April 2016 05:06
To: gimp-developer
Subject: [Gimp-developer] GIMP crashes at changing of theme

Hello

Grey icons from small theme become undistinguishable to me - they do not
have enough contrast between background and image. When I switch to
other theme, GIMP crashes. Current git, builds by Otto Meier, Mint 17.3
x64.


Gdk:ERROR:/build/gtk+2.0-KsZSEA/gtk+2.0-2.24.23/gdk/gdkregion-generic.c:1114:miUnionNonO:
assertion failed: (r->x1 < r->x2)
gimp: terminated: Aborted


With respect,
Alexander Rabtchevich
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] GIMP 2.9 XCF files and digiKam, gnome file browsers, etc

2016-03-15 Thread Kevin Payne
And just for the sake of pointless change, in 2.9.3.??? It's 
Preferences>>System Resources

Kevin


From: gimp-developer-list <gimp-developer-list-boun...@gnome.org> on behalf of 
Kevin Payne <payn...@hotmail.com>
Sent: 15 March 2016 13:49
To: Elle Stone; Gimp-developer
Subject: Re: [Gimp-developer] GIMP 2.9 XCF files and digiKam, gnome file 
browsers, etc

Thumbnail creation is controlled by the "Image Thumbnails" option on 
Preferences>>Environment

Presumably on a Linux system they are saved in ~/.thumbnails (On my Windows 
system it's C:\Users\username\.thumbnails )

Kevin



From: gimp-developer-list <gimp-developer-list-boun...@gnome.org> on behalf of 
Elle Stone <ellest...@ninedegreesbelow.com>
Sent: 15 March 2016 13:42
To: Michael Natterer; Gimp-developer
Subject: Re: [Gimp-developer] GIMP 2.9 XCF files and digiKam, gnome file 
browsers, etc

On 01/04/2016 04:39 PM, Michael Natterer wrote:
> On Mon, 2016-01-04 at 14:13 -0500, Elle Stone wrote:
>> On 01/03/2016 06:41 PM, Michael Natterer wrote:
>>> On Sun, 2016-01-03 at 17:53 -0500, Elle Stone wrote:
>>>> Does anyone know of *any* image viewer that can display a
>>>> thumbnail
>>>> for
>>>> GIMP 2.9 XCF files?
>>>
>>> I don't know, but they should at least show the thumbnails
>>> created by GIMP. I hope that works across apps, it does work
>>> in nautilus.
>>>
>>> --Mitch
>>
>> By "thumbnails" do you mean thumbnails created by Nautilus? or
>> thumbnails created by GIMP and put in a hidden folder in the user's
>> home
>> folder (assuming the user has chosen in Preferences/System Resources
>> to
>> actually save Image Thumbnails)?
>
> I meant thumbnails created by GIMP, which uses the same standard
> folders as nautilus, so nautilus should show them.
>

I just asked GIMP to create some new thumbnails of GIMP XCF files. But I
haven't been able to locate them using the Dolphin file browser.

Where are the GIMP thumbnails stored? And what's the file extension? As
far as I can tell, GIMP 2.9/2.10 seems to "forget" about whatever
thumbnails it creates just as soon as GIMP is closed. Is there a setting
in Preferences that needs to be (re)set? Is it the Document History" option?

I don't know what folders Nautilus uses and I'm not willing to install
Nautilus to find out. But if GIMP creates thumbnails (pngs?) and puts
them in a specific folder, I can ask digiKam to monitor that folder. Or
rather maybe I can copy the thumbnails over to the folders where I keep
the XCF files.

Best,
Elle



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


Re: [Gimp-developer] GIMP 2.9 XCF files and digiKam, gnome file browsers, etc

2016-03-15 Thread Kevin Payne
Thumbnail creation is controlled by the "Image Thumbnails" option on 
Preferences>>Environment

Presumably on a Linux system they are saved in ~/.thumbnails (On my Windows 
system it's C:\Users\username\.thumbnails )

Kevin



From: gimp-developer-list  on behalf of 
Elle Stone 
Sent: 15 March 2016 13:42
To: Michael Natterer; Gimp-developer
Subject: Re: [Gimp-developer] GIMP 2.9 XCF files and digiKam, gnome file 
browsers, etc

On 01/04/2016 04:39 PM, Michael Natterer wrote:
> On Mon, 2016-01-04 at 14:13 -0500, Elle Stone wrote:
>> On 01/03/2016 06:41 PM, Michael Natterer wrote:
>>> On Sun, 2016-01-03 at 17:53 -0500, Elle Stone wrote:
 Does anyone know of *any* image viewer that can display a
 thumbnail
 for
 GIMP 2.9 XCF files?
>>>
>>> I don't know, but they should at least show the thumbnails
>>> created by GIMP. I hope that works across apps, it does work
>>> in nautilus.
>>>
>>> --Mitch
>>
>> By "thumbnails" do you mean thumbnails created by Nautilus? or
>> thumbnails created by GIMP and put in a hidden folder in the user's
>> home
>> folder (assuming the user has chosen in Preferences/System Resources
>> to
>> actually save Image Thumbnails)?
>
> I meant thumbnails created by GIMP, which uses the same standard
> folders as nautilus, so nautilus should show them.
>

I just asked GIMP to create some new thumbnails of GIMP XCF files. But I
haven't been able to locate them using the Dolphin file browser.

Where are the GIMP thumbnails stored? And what's the file extension? As
far as I can tell, GIMP 2.9/2.10 seems to "forget" about whatever
thumbnails it creates just as soon as GIMP is closed. Is there a setting
in Preferences that needs to be (re)set? Is it the Document History" option?

I don't know what folders Nautilus uses and I'm not willing to install
Nautilus to find out. But if GIMP creates thumbnails (pngs?) and puts
them in a specific folder, I can ask digiKam to monitor that folder. Or
rather maybe I can copy the thumbnails over to the folders where I keep
the XCF files.

Best,
Elle



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


Re: [Gimp-developer] Export instead save directly

2016-02-29 Thread Kevin Payne



From: gimp-developer-list  on behalf of 
A. da Mek 
Sent: 29 February 2016 08:35
To: gimp-developer
Subject: Re: [Gimp-developer] Export instead save directly

...But as I already said, this would be not much important if the
users were properly informed about this contra-intuitive change.
___


To which I can only refer you to the informative article that Alexandre wrote 4 
years ago:
http://libregraphicsworld.org/blog/entry/gimp-2.8-understanding-ui-changes
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] Icon sizes required

2016-02-21 Thread Kevin Payne
But that is partly my point - The original icons are apparently the wrong size, 
so my question stands: How to determine what sizes are required?

--- Original Message ---

From: "Michael Schumacher" <schum...@gmx.de>
Sent: 21 February 2016 10:39
To: gimp-developer-list@gnome.org
Subject: Re: [Gimp-developer] Icon sizes required


Am 21.02.2016 um 09:27 schrieb Kevin Payne:

> So my question is this: Is there a way to get a correct list of all
> the required icon sizes as the current reference, icon-list.mk file,
> is inaccurate?

IMO our next step should be to restore the previous colored icons and
work on the new ones as a new icon theme.

We should be able to determine the correct sizes from the previous icons.


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


[Gimp-developer] Icon sizes required

2016-02-21 Thread Kevin Payne
Continuing on from the discussion on IRC earlier this week about pixel-aligned 
icons, I re-drew the gimp-gravity-* icons to align for the current 24x24 size.


However, when then trying them on 2.9.3.2cd687a I found that the icon-theme is 
requesting size 20x20 and therefore the 24x24 are being re-scaled, loosing the 
pixel alignment.


So my question is this: Is there a way to get a correct list of all the 
required icon sizes as the current reference, icon-list.mk file, is inaccurate?


Kevin

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


Re: [Gimp-developer] Problems with JPG?!

2016-01-31 Thread Kevin Payne
Yes it's almost certainly the bug that won't get fixed raising it's ugly head 
again: https://bugzilla.gnome.org/show_bug.cgi?id=723153

Kevin

From: gimp-developer-list  on behalf of 
Michael Schumacher 
Sent: 31 January 2016 20:31
To: gimp-developer-list@gnome.org
Subject: Re: [Gimp-developer] Problems with JPG?!

Am 31.01.2016 um 16:29 schrieb Stefan Rohde:

> I can not display images that I have prepared and saved with GIMP 2.8.14
> (under Windows 10) in jpg-format on my TV or via a digital box (WD TV).

> Do you have an idea or information !?

It's most likely the Progressive option in the advanced part of the JPEG
export dialog.


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


Re: [Gimp-developer] New symbolic icon themes

2016-01-29 Thread Kevin Payne
Thank you for pointing me at the manual page.

After much effort I got to these, which gets me the SVGs that I want

inkscape --export-plain-svg="gimp-tool-pencil.svg" 
--export-id="gimp-tool-pencil" --export-id-only scalable.svg

inkscape gimp-tool-pencil.svg --verb=EditSelectAll --verb=SelectionUnGroup 
--verb=FitCanvasToSelection --verb=ZoomDrawing --verb=FileSave --verb=FileQuit

Kevin


From: Tobias Jakobs <tobias.jak...@gmail.com>
Sent: 26 January 2016 13:46
To: Kevin Payne
Cc: gimp-developer-list@gnome.org
Subject: Re: [Gimp-developer] New symbolic icon themes

Hi,

you can tell Inkscape the object id to export, have a look into the man page:

https://inkscape.org/de/doc/inkscape-man.html

inkscape --file=scalable.svg --export-png=gimp-tool-pencil.png
--export-id=gimp-tool-pencil

Regards,
Tobias

2016-01-26 14:06 GMT+01:00 Kevin Payne <payn...@hotmail.com>:
> I have taken the the symbolic scalable.svg file and manually extracted all 
> the objects into individual files (if anyone knows how to script Inkscape to 
> do this automatically I'd be very interested)
>
>
> Then using the icon-list.mk file mentioned here: 
> https://bugzilla.gnome.org/show_bug.cgi?id=750105#c9 and a Script-Fu script, 
> I've attempted to auto-generate all the icons in the required sizes.
>
>
> This reveals that gimp-frame and gimp-texture icons are missing from 
> scalable.svg.
>
>
> Also, it seems that the icon for "Restore Tool Preset" which used to be 
> GTK_STOCK_REVERT_TO_SAVED has been changed to "preferences-system" and is now 
> being rendered as a missing icon (demonstrated using commit 2cd687a)
>
>
> Kevin
>
> ___
> gimp-developer-list mailing list
> List address:gimp-developer-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
> List archives:   https://mail.gnome.org/archives/gimp-developer-list
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


[Gimp-developer] New symbolic icon themes

2016-01-26 Thread Kevin Payne
I have taken the the symbolic scalable.svg file and manually extracted all the 
objects into individual files (if anyone knows how to script Inkscape to do 
this automatically I'd be very interested)


Then using the icon-list.mk file mentioned here: 
https://bugzilla.gnome.org/show_bug.cgi?id=750105#c9 and a Script-Fu script, 
I've attempted to auto-generate all the icons in the required sizes.


This reveals that gimp-frame and gimp-texture icons are missing from 
scalable.svg.


Also, it seems that the icon for "Restore Tool Preset" which used to be 
GTK_STOCK_REVERT_TO_SAVED has been changed to "preferences-system" and is now 
being rendered as a missing icon (demonstrated using commit 2cd687a)


Kevin

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


Re: [Gimp-developer] Windows 8.1

2015-04-11 Thread Kevin Payne
My Windows 8.1 system has a Windows/System32, presumably for 32-bit .dlls

I would imagine that moving the .dlls from your 64-bit GIMP installation into 
the System32 folder might not be too successful.

I would also suggest that the disgruntled user doesn't know what they are 
talking about.

Kevin 

 Date: Sat, 11 Apr 2015 20:07:16 +0300
 From: alexandre.prokoud...@gmail.com
 CC: gimp-developer-list@gnome.org
 Subject: Re: [Gimp-developer] Windows 8.1
 
 To be fair, we got one quite disgruntled user recently who said exactly this:
 
 This is Windows 8.1, As I already said, your installer puts all the
 .dll files in the bin folder. They won't work there. I have to move
 all of them to the Windows/System32 folder where they belong.
 
 Now, as some of team members pointed out, System32 sounds like he's on
 Windows 98 (with Windows 95 habits) rather than on 8.1. But is it
 correct to out .dll files there? And if it is, why would GIMP not work
 then?
 
 Alex
 
 On Sat, Apr 11, 2015 at 1:54 PM, Partha Bagchi parth...@gmail.com wrote:
  Yes.
 
  On Thu, Apr 9, 2015 at 7:59 PM, Guy Sunderland guysunfish...@gmail.com 
  wrote:
  Hi.
 
  Simple question: Does GIMP work on Windows 8.1?
 ___
 gimp-developer-list mailing list
 List address:gimp-developer-list@gnome.org
 List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
 List archives:   https://mail.gnome.org/archives/gimp-developer-list
  
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] Create New Layer Button

2015-03-30 Thread Kevin Payne

 Date: Mon, 30 Mar 2015 07:23:51 -0400
 From: ellest...@ninedegreesbelow.com
 Subject: Re: [Gimp-developer] Create New Layer Button
 
 I'm interested in GIMP 2.9 useability, and specifically in open-ended 
 feedback from users who might want to or already do use GIMP 2.9 because 
 it's a very capable high bit depth image editor.
 
 Elle

You might stand a better chance of getting this if there was a definitive 2.9 
release, but at present it's a constantly changing animal that is even 
potentially broken on occasion.

Isn't it about time there was an interim release? - a line in the sand if you 
will.

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


[Gimp-developer] Sample points

2015-03-08 Thread Kevin Payne
Is is possible to access the position of the sample points from within a 
script? I can't find any reference to them in the Procedure browser.

Kevin X


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


Re: [Gimp-developer] missing icons in layers window ? (was Re: ANNOUNCE: GIMP 2.8.14 released)

2014-08-28 Thread Kevin Payne
Looks like it's the GTK_STOCK icons that are missing: 
http://gimpforums.com/thread-how-do-i-install-this?pid=31356#pid31356 as the 
GIMP specific icons are present.

Kevin

 Date: Wed, 27 Aug 2014 05:53:30 -0700
 From: nik-o...@yandex.ru
 To: gimp-developer-list@gnome.org
 Subject: Re: [Gimp-developer] missing icons in layers window ? (was Re: 
 ANNOUNCE: GIMP 2.8.14 released)
 
 Win 7 64-bit. Same problem here. Text tool box also seems to be affected.
 
 
 
 -
 Nik O.
 Никита Омуль
 --
 View this message in context: 
 http://gimp.1065349.n5.nabble.com/missing-icons-in-layers-window-was-Re-ANNOUNCE-GIMP-2-8-14-released-tp43512p43513.html
 Sent from the Developers mailing list archive at Nabble.com.
 ___
 gimp-developer-list mailing list
 List address:gimp-developer-list@gnome.org
 List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
 List archives:   https://mail.gnome.org/archives/gimp-developer-list
  
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


[Gimp-developer] GimpSpinScale Styling

2014-07-31 Thread Kevin Payne
Hello.

   I have been experimenting with GIMP/GTK UI themes and have reached the 
GimpSpinScale widgets where I have found a puzzle.

  On my Windows 7, GIMP 2.8.10 setup I find I can style some parts of the 
widgets, almost to my satisfaction, but some odd behaviour remains, which can 
be seen in this post:

http://gimpchat.com/viewtopic.php?f=23t=10531start=30#p144285

My puzzles are:
1. The border colour the same as the text colour - I've looked at the Git 
commit and seen this is hard coded - Why?

2. The label and editable text change colour depending on position of the bar - 
fg[SELECTED] when on top of the bar and text[NORMAL] when not on top of the bar 
- is this intended?

3. The big puzzle is why the bar is drawn using the image file only when the 
value is above a certain level/pixel width and below that threshold is being 
drawn using a solid bg[SELECTED] colour rectangle.

I would appreciate any insights.

Regards

Kevin

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


Re: [Gimp-developer] clean-up project

2014-07-02 Thread Kevin Payne
You want scepticism? Ok, where would we find that additional proof published? 
Along with evidence that you are working towards that goal.

Kevin 

 From: schum...@gmx.de
 
 Probably a misunderstanding from Johann's mail?
 
 In general, I miss a bit of skepticism amongst the greater GIMP community - 
 some seem to believe everything that's written somewhere, without requiring 
 or requesting additional proof.
 
 
 -- 
 Regards,
 Michael

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


Re: [Gimp-developer] API to parse a saved GIMP's curves file

2013-09-25 Thread Kevin Payne
A couple of years ago I wrote a script-fu script to read curve files if that 
helps: http://www.gimptalk.com/index.php?/topic/50107-batch-edit-curves/

Kevin 




 From: alessandrofrancesc...@live.it
 To: gimp-developer-list@gnome.org
 Date: Wed, 25 Sep 2013 09:21:55 +
 Subject: [Gimp-developer] API to parse a saved GIMP's curves file
 
 Hello, I’m developing a plugin that must read the contents of a GIMP “curves” 
 file and build an array of points, in order to finally call the 
 gimp_curves_spline() 
 function:http://developer.gimp.org/api/2.0/libgimp/libgimp-gimpcolor.html#gimp-curves-spline
 
 
 I’m talking about the kind of file that is produced when a user goes to the 
 Curves dialog and clicks on “Export Settings to File”. An example of file is 
 the following:
 
 
 # GIMP curves tool settings
 
 
 (time 0)
 (channel value)
 (curve
 (curve-type smooth)
 (n-points 17)
 (points 34 0.00 0.00 -1.00 -1.00 [other X Y points...])
 (n-samples 256)
 (samples 256 0.00 0.012218 0.024425 0.036608 0.048757 0.060859 
 0.072904 0.084878 0.096772 0.108573 0.120270 0.131851 0.143305 0.154619 
 0.165783 0.176785 0.187612 0.198255 0.208700 0.218937 0.228954 0.238739 
 0.248281 0.257568 0.266589 0.275331 0.283784 0.291935 0.299774 0.307288 
 [other samples...])
 
 )
 
 
 
 Is there a group of functions ready to be used to parse this kind of file? Or 
 I need to build it my myself?
 
 
 
 Thank you,
 
 Ale
 
 www.alessandrofrancesconi.it
 ___
 gimp-developer-list mailing list
 List address:gimp-developer-list@gnome.org
 List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
  
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list