Re: [Gimp-developer] [Gimp-user] GIMP-2.10 and GIMP2.99 are still sRGB-only image editors

2021-02-05 Thread Elle Stone
On 2/4/21 11:27 PM, Alexandre Prokoudine via gimp-user-list wrote: On Fri, Feb 5, 2021 at 3:00 AM Elle Stone wrote: Participating in GIMP development used to be challenging and enjoyable. But over the last couple of years my interest in and patience with the slow pace of progress regarding

Re: [Gimp-developer] [Gimp-user] GIMP-2.10 and GIMP2.99 are still sRGB-only image editors

2021-02-04 Thread Elle Stone
On 2/4/21 7:14 PM, Michael Schumacher via gimp-user-list wrote: On February 5, 2021 12:59:50 AM GMT+01:00, Elle Stone wrote: I was able to write code that fixed some of the bugs I reported for GIMP-2.99 color management. But once I reached the point where further coding requirements

[Gimp-developer] GIMP-2.10 and GIMP2.99 are still sRGB-only image editors

2021-02-04 Thread Elle Stone
h bit depth RGB (and LCH?) color palettes for painting (opened 2 years ago): https://gitlab.gnome.org/GNOME/gimp/-/issues/1328 Similar searchs in https://gitlab.gnome.org/GNOME/gegl/ and https://gitlab.gnome.org/GNOME/babl/ will turn up a few additional color management issue

Re: [Gimp-developer] Please review my patch

2021-02-04 Thread Elle Stone
lend modes have been giving wrong results for a very long time. On 2/1/21 1:55 PM, Elle Stone wrote: My last comment in https://gitlab.gnome.org/GNOME/gimp/-/issues/2933 is: "Could someone please review this patch? It works. . . . This is a year old bug that could be fixed if someone would

[Gimp-developer] Please review my patch

2021-02-01 Thread Elle Stone
My last comment in https://gitlab.gnome.org/GNOME/gimp/-/issues/2933 is: "Could someone please review this patch? It works. . . . This is a year old bug that could be fixed if someone would just commit the code. The corresponding bug in GEGL hue-chroma has been fixed - maybe we could get this f

Re: [Gimp-developer] new version

2020-11-15 Thread Elle Stone
On 11/15/20 11:12 AM, Paka wrote: You can install a Gimp plugin - I prefer nufraw - which can import raw files (.arw too) into Gimp and there is darktable and rawtherapee and PhotoFlow. One consideration, depending on your anticipated workflow: darktable, RawTherapee, and PhotoFlow allow to

Re: [Gimp-developer] Color space conversions seems to change PCS as well

2020-10-24 Thread Elle Stone
On 10/24/20 5:43 AM, marc...@seznam.cz wrote: Now, you are right that there's one inconsistency, gimp color picker's xyY is not the same as to what is being pushed to the operation. I've got the same color picker result as you have. Well, actually everything I said was right :) . Which means

Re: [Gimp-developer] Color space conversions seems to change PCS as well

2020-10-23 Thread Elle Stone
On 10/23/20 6:17 AM, JonnyRobbie via gimp-developer-list wrote: When first opened, the image is in Built-in sRGB and the top row is pure rgb, that is 255,0,0; 0,255,0; 0,0,255. And when running my small gegl operation, I get this stdout in CIExyY color space: Input pixels x=0.653898, y=0.3217

Re: [Gimp-developer] GIMP-2.99 terminal complaints: python3, not finding Gegl v0.4, exceptions/tracebacks, various plug-ins

2019-09-05 Thread Elle Stone
On 9/5/19 9:11 AM, Øyvind Kolås wrote: At least there is problems related to python / gobject introspection not finding the Gegl-0.4.typelib, on my system that file is in $PREFIX/lib/x86_64-linux-gnu/girepository-1.0 and that path has to be added to the little documented GI_TYPELIB_PATH. Gobject-

[Gimp-developer] GIMP-2.99 terminal complaints: python3, not finding Gegl v0.4, exceptions/tracebacks, various plug-ins

2019-09-04 Thread Elle Stone
I just updated and recompiled babl/GEGL/GIMP-2.99 (through GIMP commit commit 7019eaa56bcd9fc77f215e36c280bf6daae641e5), with no errors during the build, but with a lot of terminal complaints upon starting GIMP. I'm guessing the code is still in a state of flux from all the recent activity reg

Re: [Gimp-developer] GIMP build: XDG_DATA_DIRS causing "Unrecognized image file format"

2019-09-03 Thread Elle Stone
On 9/3/19 3:38 PM, Liam R. E. Quin wrote: On Tue, 2019-09-03 at 15:10 -0400, Elle Stone wrote: Couldn't find include 'Babl-0.1.gir' (search path: '['gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0']') [22

Re: [Gimp-developer] GIMP build: XDG_DATA_DIRS causing "Unrecognized image file format"

2019-09-03 Thread Elle Stone
On 9/3/19 11:59 AM, Akkana Peck wrote: Does setting XDG_DATA_DIRS="$XDG_DATA_DIRS:$PREFIX/share:/usr/local/share/:/usr/share/" actually work for you, and you don't see the "Unrecognized image file format" problem any more? Well, it did work exactly as I posted. FWIW, just now I tried rebuilding

Re: [Gimp-developer] help compiling babl

2019-08-23 Thread Elle Stone
On 8/22/19 5:43 PM, Akkana Peck wrote: I had a lot of trouble adjusting my build scripts for babl's meson build. So once I got it working, I ended up rewriting the GIMP wiki build instructions to reflect what worked for me. https://wiki.gimp.org/wiki/Hacking:Building Hi Akkana, Thanks! for up

Re: [Gimp-developer] Questions about the histogram

2019-08-13 Thread Elle Stone
On 08/12/2019 10:07 AM, Elle Stone wrote: On approximately 08/11/2019, Steve Pricks wrote: (text below copied from Nabble) However, I have not seen buttons like these in any other image editing software, neither commercial nor free/libre (not even in RT with its technology filled GUI). On

Re: [Gimp-developer] help compiling babl

2019-08-12 Thread Elle Stone
On 08/12/2019 03:38 PM, Ken Moffat via gimp-developer-list wrote: On Mon, Aug 12, 2019 at 02:33:42PM -0400, Elle Stone wrote: On 08/12/2019 01:38 PM, Alexandre Prokoudine via gimp-developer-list wrote: Hello, You should be using the Meson build system now. In case it helps anyone, here are

Re: [Gimp-developer] help compiling babl

2019-08-12 Thread Elle Stone
On 08/12/2019 01:38 PM, Alexandre Prokoudine via gimp-developer-list wrote: Hello, You should be using the Meson build system now. In case it helps anyone, here are the lines I've been using with meson to build babl: cd $SRC_DIR/babl git status rm -r build git checkout build cd build CFLAG

Re: [Gimp-developer] Questions about the histogram

2019-08-12 Thread Elle Stone
On 08/11/2019 04:34 PM, Elle Stone wrote: On 07/30/2019 09:07 AM, Elle Stone wrote: On approximately 08/11/2019, Steve Pricks wrote: (text below copied from Nabble) However, I have not seen buttons like these in any other image editing software, neither commercial nor free/libre (not even in

Re: [Gimp-developer] Questions about the histogram

2019-07-30 Thread Elle Stone
Once someone decides to work on finishing the space invasion, it will take a *lot* of testing to make sure everything is working properly with each new space invasion code change. Anyone who wants to help with testing the space invasion, it's a good idea to go ahead and compile my "GIMP-C

Re: [Gimp-developer] Building GIMP master fails because of missing gobject-introspection

2019-07-29 Thread Elle Stone
On 07/29/2019 09:28 AM, Steve Pricks wrote: On 07/29/2019 12:17 AM Elle Stone wrote: I do have a question: Could someone please explain what introspection actually is or does? Introspection is a term from computer science. Introspection is a way to look at a given program and tell about its

Re: [Gimp-developer] Building GIMP master fails because of missing gobject-introspection

2019-07-29 Thread Elle Stone
On 07/29/2019 04:14 AM, Steve Pricks wrote: Hello, I was trying to build GIMP master (commit f74320d4dc5e92351001cd44c4380c95725eccd5). Configure failed with this message: checking for gobject-introspection... configure: error: gobject-introspection-1.0 is not installed Configure failed or

Re: [Gimp-developer] A possibly easier way to AnyRGB

2019-06-03 Thread Elle Stone
On 06/02/2019 01:07 PM, Elle Stone wrote: *A proposed alternative solution:* What about writing code that gets the primaries from the user's chosen RGB working space, and then conveys those primaries to the relevant three functions in libgimpcolor/gimpcolorprofile.c, libgimpcolor/gimp

Re: [Gimp-developer] Converting 8-bit integer color palettes to floating point

2019-06-03 Thread Elle Stone
channel values, and user B to save 32f LCh values with no Alpha channel information, and etc. And then add code that "decodes" the palette color entries according to the babl format. Yes? No? Best regards, Elle On 03/08/2019 04:44 PM, Elle Stone wrote: Hi All, In these two GIMP b

[Gimp-developer] A possibly easier way to AnyRGB

2019-06-02 Thread Elle Stone
om the point of view of photographic editing, the only really useful TRCs are linear and perceptually uniform. The sRGB TRC is only approximately perceptually uniform. A better hard-coded choice would be the LAB "L" TRC. Though maybe babl already has a way to handle "AnyTRC"? B

[Gimp-developer] Converting 8-bit integer color palettes to floating point

2019-03-08 Thread Elle Stone
Hi All, In these two GIMP bug reports: * Support for high bit depth RGB (and LCH?) color palettes for painting https://gitlab.gnome.org/GNOME/gimp/issues/1328 * Add support for Swatchbooker's SBZ colour palette format https://gitlab.gnome.org/GNOME/gimp/issues/2011 are discussions regarding ei

Re: [Gimp-developer] GIMP-2.99 "No rule to make target 'gimpoperationmaskcomponents.c'"

2019-02-17 Thread Elle Stone
On 2/17/19 2:46 PM, Ell via gimp-developer-list wrote: On 2/17/19 2:24 PM, Elle Stone wrote: When compiling GIMP-2.99 updated this morning, I got this error: make[4]: *** No rule to make target 'gimpoperationmaskcomponents.c', needed by 'gimpoperationmaskcomponents.o&

[Gimp-developer] GIMP-2.99 "No rule to make target 'gimpoperationmaskcomponents.c'"

2019-02-17 Thread Elle Stone
When compiling GIMP-2.99 updated this morning, I got this error: make[4]: *** No rule to make target 'gimpoperationmaskcomponents.c', needed by 'gimpoperationmaskcomponents.o'. Stop. make[4]: *** Waiting for unfinished jobs make[3]: *** [Makefile:984: all-recursive] Error 1 make[2]: *** [M

Re: [Gimp-developer] Gtk4

2019-02-13 Thread Elle Stone
Am Mi., 13. Feb. 2019 um 01:25 Uhr schrieb Massimo Fidanza via gimp-developer-list : Now that Gtk4 is almost done, Gimp 3 will continue target gtk+3 or will switch to Gtk4? If sticking with gtk+3 how difficult will be targeting Gtk4? On 2/13/19 5:32 AM, Tobias Jakobs via gimp-developer-list w

Re: [Gimp-developer] Unable to build GIMP-2.99 on Debian Sid

2019-01-29 Thread Elle Stone
On 1/29/19 2:00 PM, Elle Stone wrote: GIMP-2.99 builds just fine on Gentoo. But it won't build on a fresh install of Debian Sid. It also wouldn't build on Debian testing The current error in building (having solved several previous "won't build" errors) seems to be

[Gimp-developer] Unable to build GIMP-2.99 on Debian Sid

2019-01-29 Thread Elle Stone
GIMP-2.99 builds just fine on Gentoo. But it won't build on a fresh install of Debian Sid. It also wouldn't build on Debian testing The current error in building (having solved several previous "won't build" errors) seems to be with making the symbolic icons. I don't have a clue what to do nex

Re: [Gimp-developer] AI algorithms in GIMP

2019-01-21 Thread Elle Stone
On 1/21/19 10:01 AM, Elle Stone wrote: I don't know if this is the same "super resolution", but FWIW the topic has come up several times on discuss.pixls.us: https://discuss.pixls.us/search?q=%20superresolution My apologies, I wasn't very clear. discuss.pixls.us is a d

Re: [Gimp-developer] AI algorithms in GIMP

2019-01-21 Thread Elle Stone
On 1/21/19 8:53 AM, Maitraya Bhattacharyya via gimp-developer-list wrote: super resolution I don't know if this is the same "super resolution", but FWIW the topic has come up several times on discuss.pixls.us: https://discuss.pixls.us/search?q=%20superresolution Best rega

Re: [Gimp-developer] Please Help

2018-12-12 Thread Elle Stone
On 12/12/2018 04:14 PM, Alexandre Prokoudine via gimp-developer-list wrote: Easter eggs that only show up on April 1 are that bad? Perhaps creepy red flashing eyes (relying on CR's description) isn't the sort of thing that makes people happy, generally speaking? What do you think? __

Re: [Gimp-developer] Please Help

2018-12-12 Thread Elle Stone
On 12/12/2018 07:28 AM, C R via gimp-developer-list wrote: Maybe. The eyes flash red under certain circumstances. It's quite creepy... Though this is not a new thing in GIMP.:) If this is an actual fact - that sometimes Wilbur's eyes flash a color - then here is a request that this very odd "

Re: [Gimp-developer] Missing include file in current GIMP_2_10 branch

2018-11-19 Thread Elle Stone
On 11/19/2018 09:33 AM, Ell via gimp-developer-list wrote: Thanks everyone. The file was indeed not being installed. Fixed now, by commit 46d476869985013ea3e620240eaaf445bb3bc5e3. -- Ell Ell - thanks! ___ gimp-developer-list mailing list List add

Re: [Gimp-developer] Missing include file in current GIMP_2_10 branch

2018-11-19 Thread Elle Stone
On 11/19/2018 06:57 AM, Shlomi Fish wrote: Hi Carmelo, On Mon, 19 Nov 2018 10:46:43 +0100 Carmelo DrRaw via gimp-developer-list wrote: Trying to compile some plug-ins against the current GIMP_2_10 branch, I get errors due to a missing include file: In file included from /usr/local/gimp/incl

[Gimp-developer] Four GIMP ICC profile bug reports - the solution is to *embed* GIMP's built-in sRGB profile

2018-10-02 Thread Elle Stone
1. Add the ability to embed the GIMP built-in sRGB profile upon exporting an image https://gitlab.gnome.org/GNOME/gimp/issues/701 Except for exporting "design" elements for use on a web page, images exported to disk should *always* have an embedded ICC profile. The only reason GIMP is in

Re: [Gimp-developer] how to build json-glib in a prefix when building gimp from git in a prefix?

2018-09-30 Thread Elle Stone
wrote: On Sat, Sep 29, 2018 at 06:21:36PM -0400, Elle Stone wrote: I don't know what version json-glib from git is on. I cloned it as follows: git clone https://gitlab.gnome.org/GNOME/json-glib But I'd be happy to download a specific tarball, if anyone knows what version of json-glib is

Re: [Gimp-developer] how to build json-glib in a prefix when building gimp from git in a prefix?

2018-09-29 Thread Elle Stone
On 09/29/2018 05:18 PM, Ken Moffat via gimp-developer-list wrote: On Sat, Sep 29, 2018 at 03:23:24PM -0400, Elle Stone wrote: Anyone know the precise terminal commands for building json-glib in a prefix using meson? I'm trying to update this article: https://ninedegreesbelow.com/photog

[Gimp-developer] how to build json-glib in a prefix when building gimp from git in a prefix?

2018-09-29 Thread Elle Stone
Anyone know the precise terminal commands for building json-glib in a prefix using meson? I'm trying to update this article: https://ninedegreesbelow.com/photography/build-gimp-in-prefix-for-artists.html I already established the prefix using these commands: PREFIX=$HOME/code/gimpdefault/inst

Re: [Gimp-developer] usability: 72 year old has trouble with dark padding

2018-08-28 Thread Elle Stone
On 08/28/2018 05:09 AM, Laxminarayan Kamath via gimp-developer-list wrote: Hi, To those studying/working on the usability aspect of GIMP, here is an interesting case: https://m.facebook.com/groups/1921288214858432?view=permalink&id=2119666095020642 Not everyone is a member of facebook. C

Re: [Gimp-developer] Terminal warnings when starting GIMP-2.10/2.99 - mypaint-related?

2018-08-25 Thread Elle Stone
On 08/25/2018 08:53 AM, Elle Stone wrote: Recently when I start GIMP compiled from git, I get a whole bunch of terminal warnings that look to be mypaint-related. Is anyone else seeing these? Is there something I should update/change/etc? OK, I just got a private email suggesting that GIMP

[Gimp-developer] Terminal warnings when starting GIMP-2.10/2.99 - mypaint-related?

2018-08-25 Thread Elle Stone
Recently when I start GIMP compiled from git, I get a whole bunch of terminal warnings that look to be mypaint-related. Is anyone else seeing these? Is there something I should update/change/etc? Here's the code I use to compile libmypaint and the brushes: cd $SRC_DIR/libmypaint make uninstal

Re: [Gimp-developer] #gimp irc invitation only?

2018-08-24 Thread Elle Stone
Hi All, For two days now I've wanted to log into #gimp IRC and ask a question. I think right now I can now log in the way I always have, without identifying myself as really me, belonging to my registered nickname. But what I really want to know is how to actually join a channel and at the s

Re: [Gimp-developer] #gimp irc invitation only?

2018-08-23 Thread Elle Stone
On 08/23/2018 12:33 PM, Akkana Peck wrote: Elle Stone writes: It does seem that irc.gimp.org and freenode.org require separate registration. Or else there is some sort of time lag wrt something done with freenode reaching irc.gimp.org. In any event, now I'm registered and identified. But

Re: [Gimp-developer] #gimp irc invitation only?

2018-08-23 Thread Elle Stone
On 08/23/2018 11:47 AM, Paka wrote: * Elle Stone [08-23-18 11:42]: On 08/23/2018 11:25 AM, Paka wrote: This channel is invite-only. You must have an invite from an existing member of the channel to join. Use "/knock #gimp" to ask the channel operators to invite you in. it was

Re: [Gimp-developer] #gimp irc invitation only?

2018-08-23 Thread Elle Stone
On 08/23/2018 11:25 AM, Paka wrote: * Elle Stone [08-23-18 11:18]: On 01/15/2018 03:32 PM, Michael Schumacher wrote: On 01/15/2018 09:17 PM, Elle Stone wrote: [INFO]    This channel is invite-only. You must have an invite from an existing member of the channel to join. Use "/knock #gim

Re: [Gimp-developer] #gimp irc invitation only?

2018-08-23 Thread Elle Stone
On 01/15/2018 03:32 PM, Michael Schumacher wrote: On 01/15/2018 09:17 PM, Elle Stone wrote: [INFO]    This channel is invite-only. You must have an invite from an existing member of the channel to join. Use "/knock #gimp" to ask the channel operators to invite you in. [Knock] Any id

Re: [Gimp-developer] [Gimp-gui] GTK3 "empty black window"/"black flash" bug that affects GIMP-2.99

2018-08-05 Thread Elle Stone
On 08/05/2018 07:30 AM, Jehan wrote: Yeah well, I saw a lot of similar drag'n drop issues on the master branch. But that is another problem: the master branch is not for production and has a lot lot of bugs, until we fix them. It's just a fact and that's why we don't advise anyone to use GIMP

Re: [Gimp-developer] [Gimp-gui] GTK3 "empty black window"/"black flash" bug that affects GIMP-2.99

2018-08-05 Thread Elle Stone
On 08/05/2018 05:22 AM, Jehan wrote: Checking the latest 3.30 tarball from http://ftp.gnome.org/pub/gnome/sources/gtk+/3.22/, it appears the fix hasn't been incorporated into any actual GTK3 releases. I was wondering what you meant by 3.30. You meant 3.22.30, last release of 3.22. Oh, drat,

[Gimp-developer] GTK3 "empty black window"/"black flash" bug that affects GIMP-2.99

2018-08-04 Thread Elle Stone
Hi All, This is just an FYI for anyone who encounters the issue and doesn't already know about this bug. There is a long-standing GTK3 bug - that's recently been fixed in GTK git master - that does affect GIMP-2.99. I noticed it yesterday when I tried for the first time to use GIMP-2.99 for

[Gimp-developer] Error when trying to connect to IRC: All connections in use

2018-07-24 Thread Elle Stone
Recently, when I try to connect to #GIMP IRC, somtimes there is an error message: [INFO] Connecting to irc://irc.gimp.org/ (irc://irc.gimp.org/)… [Cancel] [ERROR] All connections in use [ERROR] Connection to irc://irc.gimp.org/ (irc://irc.gimp.org/) closed. [Help] Reconnecting in 15 seconds. [

[Gimp-developer] A tracking bug for GIMP curves-related bug reports?

2018-07-07 Thread Elle Stone
Hi All, I was about to file a new bug report on GIMP Curves, specifically about how difficult it is to place precise points especially in the shadows and especially when using Linear RGB. But instead I did a search and found 9 open bug reports about Curves, some of which have been open for a

Re: [Gimp-developer] Image Colour Analysis

2018-06-26 Thread Elle Stone
On 06/25/2018 05:41 AM, GiuseppeD. via gimp-developer-list wrote: Dears, I would do a colour analysis on my picture. I already took picture with a colour palette for calibration. What do I do now for calibrate with my colour reference? How can I have RGB data after the calibration? Thanks Hi,

Re: [Gimp-developer] Git and Bugzilla migration to gitlab.gnome.org - action items and important hints

2018-06-03 Thread Elle Stone
On 06/03/2018 10:25 AM, Kevin Cozens wrote: On 2018-06-03 09:04 AM, Elle Stone wrote: I see "Global" in the drop-down list. But where are the Global settings? After you log in click the circle in the top right corner and select Settings. On the page that pops up click the Notfica

Re: [Gimp-developer] Git and Bugzilla migration to gitlab.gnome.org - action items and important hints

2018-06-03 Thread Elle Stone
On 06/02/2018 06:11 PM, Michael Schumacher wrote: Maybe there is a link to a page with the requested information, that someone would be willing to share? Notification settings can be changed per project on the project pages - e.g. onhttps://gitlab.gnome.org/GNOME/gimp The default is to use Glob

Re: [Gimp-developer] Git and Bugzilla migration to gitlab.gnome.org - action items and important hints

2018-06-02 Thread Elle Stone
On 05/31/2018 12:01 PM, Elle Stone wrote: On 05/22/2018 05:46 PM, Michael Schumacher wrote: Everyone who is receiving Bugzilla mails for comments and status changes of GIMP bugs will receive about 1400 mails. If you do not want this, disable mail on your Bugzilla preferences or unwatch theb

Re: [Gimp-developer] Git and Bugzilla migration to gitlab.gnome.org - action items and important hints

2018-05-31 Thread Elle Stone
On 05/22/2018 05:46 PM, Michael Schumacher wrote: Everyone who is receiving Bugzilla mails for comments and status changes of GIMP bugs will receive about 1400 mails. If you do not want this, disable mail on your Bugzilla preferences or unwatch theb...@gimp.org user there temporarily: https://bu

Re: [Gimp-developer] GIMP branched: new stable branch gimp-2-10

2018-05-22 Thread Elle Stone
On 05/22/2018 11:09 AM, Jehan Pagès wrote: Gtk4 doesn't have a Mac backend AFAIK and I'm not sure it's widely tested on Windows Hmm, this page seems to indicate GTK+4 does/will have support for MacOs: https://www.phoronix.com/scan.php?page=news_item&px=GTK-3.91-Released quoting: "GTK+ 3.91 br

Re: [Gimp-developer] GIMP branched: new stable branch gimp-2-10

2018-05-22 Thread Elle Stone
On 05/21/2018 11:13 AM, Jehan Pagès wrote: Just to be clear, the toolkit update here is not*just* a necessary evil. It will also be totally awesome, even feature-wise! Simply to get there, we have to pass through an "unstable" phase, that's all there is to it. Hi All, Apparently GTK+3.2

Re: [Gimp-developer] GIMP branched: new stable branch gimp-2-10

2018-05-21 Thread Elle Stone
On 05/21/2018 11:13 AM, Jehan Pagès wrote: Hi!, Hi Jehan and all, On Mon, May 21, 2018 at 3:32 PM, Elle Stone I guess changing toolkits is a necessary evil (eg QT4 to QT5, GTK+2 to GTK+3 with GTK+4 already in the wings . . . ). But it uses up a lot of developer time and energy, and the

Re: [Gimp-developer] GIMP branched: new stable branch gimp-2-10

2018-05-21 Thread Elle Stone
Hi All, On 05/20/2018 05:23 PM, Elle Stone wrote: On 05/20/2018 04:31 PM, Michael Natterer wrote: On Sun, 2018-05-20 at 21:27 +0200, Carmelo DrRaw wrote: What is the recommended branch for nightly development snapshots? Should one provide snapshots for both master and gimp-2-10? That

Re: [Gimp-developer] GIMP branched: new stable branch gimp-2-10

2018-05-20 Thread Elle Stone
ng 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 -- Elle Stone https://ninedegreesbelow.com Color management and fr

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

2018-05-11 Thread Elle Stone
On 05/11/2018 10:36 AM, Tom Williams wrote: On 05/11/2018 07:24 AM, Elle Stone wrote: I have no clue whether more people use GIMP on Windows than on Linux. But either way my questions remain: Are most of these "post release of 2.10" bug reports specific to GIMP on Windows? or do

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

2018-05-11 Thread Elle Stone
On 05/11/2018 10:35 AM, Kevin Payne wrote: 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

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

2018-05-11 Thread Elle Stone
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

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

2018-05-11 Thread Elle Stone
Before the release of GIMP-2.10, it seems to me that very few bug reports were filed for GIMP-2.9/2.10 that were specific to Windows. 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 tha

Re: [Gimp-developer] 32 bit float TIFF images without sRGB

2018-05-06 Thread Elle Stone
"Edit/Preferences/Color Management" for Policies regarding "File Open Behavior"? Does your 32-bit floating point tiff have an embedded ICC profile? Best regards, Elle -- Elle Stone https://ninedegreesbelow.com Color management and fr

[Gimp-developer] Will the "gamma hack" be removed before GIMP-2.10 is released?

2018-04-20 Thread Elle Stone
The "gamma hack" is still in GIMP-2.10-RC2. Will it be removed before the official release of GIMP 2.10? Best, Elle ___ gimp-developer-list mailing list List address:gimp-developer-list@gnome.org List membership: https://mail.gnome.org/mailman/lis

[Gimp-developer] Preferences/Folders/Environment, also Preferences/Folder/Swap vs GEGL_SWAP

2018-04-20 Thread Elle Stone
Hi, In Preferences, under Folders, what is the Environment folder for? Also, is the "Preferences/Folders/Swap folder" specified in GIMP the same or different from the GEGL swap folder that can be specified using these lines while starting GIMP? GEGL_SWAP=RAM export GEGL_SWAP Best regards, E

Re: [Gimp-developer] GIMP 2.10-RC1 compile fails

2018-04-04 Thread Elle Stone
On 04/04/2018 06:53 PM, Umorin, Mikhail P. wrote: Hello — I have configured gimp on MacOS 10.13.4. when I run ‘make’ I get the following error: gimpmybrushcore.c:289:89: error: too few arguments to function call, expected 10, have 8 1.0f /* Pretend the curs

Re: [Gimp-developer] Motivations/Scopes of the my GIMP 2.10 Brush Set

2018-03-30 Thread Elle Stone
each brush, but I have thought that is a good idea, in this moment, add this info directly to the layer of brush. Therefore each brush set of the GIMP 2.10 will be rewritten adding the info of authors in the own brushes, in my opinion, this avoids the necessity of a document with reference of

Re: [Gimp-developer] ANNOUNCE: GIMP 2.10.0-RC1 released

2018-03-26 Thread Elle Stone
On 03/26/2018 08:02 PM, Michael Natterer wrote: There is also a release announcement onwww.gimp.org with screenshots of new features: https://gimp.org/news/2018/03/26/gimp-2-10-rc1-released/ At least on my computer, above link leads to 404 page. This link works: https://www.gimp.org/news/20

Re: [Gimp-developer] Participation at Apple Developer Program

2018-03-26 Thread Elle Stone
On 03/25/2018 06:45 PM, alexandre.prokoud...@gmail.com wrote: I've invited you to fill out the following form: Participation at Apple Developer Program To fill it out, visit: https://docs.google.com/forms/d/e/1FAIpQLSdRepYcE1dLD0342FaVGenU0Nr519SyK-MYzdGylmNXYq5rUQ/viewform?c=0&w=1&usp=mail_form

[Gimp-developer] GEGL swap swallowed my $HOME partition and then froze GIMP solid

2018-03-11 Thread Elle Stone
Hi All, I filed a bug report with GEGL because while I was using GIMP, GEGL created a 147GiB swap file on my $HOME partition, in the process using up every scrap of free space on the partition, and then GEGL popped up a notice saying that it couldn't continue writing to swap as there was no m

[Gimp-developer] Whether to file bug reports after making several small code modifications?

2018-03-10 Thread Elle Stone
Hi All, I've been using default babl/GEGL/GIMP for painting for the last several months, instead of using my patched version of GIMP. I switched to using default GIMP for three reasons: * For painting (and probably everything else), default GIMP is faster than my patched version of GIMP.

Re: [Gimp-developer] GSoC project query

2018-03-08 Thread Elle Stone
On 03/05/2018 05:29 PM, Jehan Pagès wrote: If you want to contribute ideas, you can add them to the wiki: https://wiki.gimp.org/wiki/Hacking:GSoC/2018/Ideas Please if you do so, if you could add some explanatory links too, that would be awesome, because I would not be able to implement several o

Re: [Gimp-developer] GEGL make error - Fedora 27

2018-03-08 Thread Elle Stone
On 03/08/2018 09:58 AM, Partha Bagchi wrote: It says g++ not found. What happens when you type g++ in your GIMP shell environment? Hi Partha - thanks! that was interesting. I didn't have a clue what "g++" might be, but here's what happened when I typed it into a terminal: $ g++ g++: fatal er

Re: [Gimp-developer] GSoC project query

2018-03-05 Thread Elle Stone
On 03/05/2018 03:54 PM, Jehan Pagès wrote: Now we have to decide of a good project for GIMP/Darshan since GSoC needs us to decide this first. Note that, as already said previously, I am more in favor of feasible and more concrete projects for GIMP, even though maybe less fancy looking that what w

[Gimp-developer] The new bug report dialog

2018-02-20 Thread Elle Stone
I just filed four bug reports generated by the new bug report dialog. The new bug report dialog pops up fairly often, though I haven't filed bugs for most of the times it's popped up. Are there some guidelines for using this new pop-up dialog? For example, for the bug I just filed related to

Re: [Gimp-developer] Bug reports on PhotoShop "adjustment layers" vs "layer styles"

2018-02-06 Thread Elle Stone
On 02/06/2018 10:30 AM, Øyvind Kolås wrote: On Tue, Feb 6, 2018 at 4:15 PM, Elle Stone wrote: From the vantage point of "GEGL code in 2018", are the functionalities of PhotoShop "adjustment layers" and "layer styles" similar enough from an implementation po

[Gimp-developer] Bug reports on PhotoShop "adjustment layers" vs "layer styles"

2018-02-06 Thread Elle Stone
This bug report: https://bugzilla.gnome.org/show_bug.cgi?id=79025 original Summary: Add support for Photoshop Styles Summary modified to be: Add support for Photoshop Styles and adjustment layers is marked as a duplicate of 13 other bug reports, including this bug report: https://bugzilla.gno

Re: [Gimp-developer] GEGL errors during 'make' process

2018-02-04 Thread Elle Stone
On 02/02/2018 09:13 PM, Americo Gobbo wrote: Hi All, I have upgrade my system to ubuntu gnome 16.04.3 and I have tried again compile GEGL. On 02/03/2018 07:37 PM, Americo Gobbo wrote: -I/opt/gimp-default-master/include/gio-unix-2.0/ -I/opt/gimp-default-master/include/glib-2.0 -I/opt/gimp-def

Re: [Gimp-developer] #gimp irc invitation only?

2018-01-15 Thread Elle Stone
On 01/15/2018 03:32 PM, Michael Schumacher wrote: On 01/15/2018 09:17 PM, Elle Stone wrote: [INFO]    This channel is invite-only. You must have an invite from an existing member of the channel to join. Use "/knock #gimp" to ask the channel operators to invite you in. [Knock] Any id

[Gimp-developer] #gimp irc invitation only?

2018-01-15 Thread Elle Stone
Hi All, From this page: https://www.gimp.org/irc.html I clicked on this link: irc://irc.gimp.org/#gimp expecting the channel to open using Chatzilla plug-in for Firefox, which is how I've almost always accessed #gimp. What really happened is that Chatzilla presented the following message: [

Re: [Gimp-developer] Compiling GIMP-2.9 with the new mypaint requirements

2018-01-02 Thread Elle Stone
On 01/02/2018 08:25 AM, Tobias Ellinghaus wrote: You probably have to add /home/elle/code-install/gimpdefault/install/share/pkgconfig/ to your PKG_CONFIG_PATH. libmypaint installs to lib/pkgconfig and the brushes are in share/pkgconfig. Both are valid locations, but this adds one new path you h

Re: [Gimp-developer] Compiling GIMP-2.9 with the new mypaint requirements

2018-01-02 Thread Elle Stone
On 01/02/2018 07:38 AM, Elle Stone wrote: When configuring GIMP-2.9, it doesn't find the mypaint brushes. 6. So I tried also install the mypaint brushes in /usr/local, but GIMP still can't find the brushes. 7. In case it's relevant.  I have libmypaint-1.3.0 installed from

[Gimp-developer] Compiling GIMP-2.9 with the new mypaint requirements

2018-01-02 Thread Elle Stone
When configuring GIMP-2.9, it doesn't find the mypaint brushes. Following this page: https://git.gnome.org/browse/gimp/plain/INSTALL.in 1. I cloned this: git clone https://github.com/Jehan/mypaint-brushes.git 2. I switched to this branch: git branch --list master * v1.3.x 3. I ran these comm

Re: [Gimp-developer] Adding LAB support to GIMP

2017-11-30 Thread Elle Stone
On 11/30/2017 07:11 AM, Alexandre Prokoudine wrote: On Thu, Nov 30, 2017 at 2:44 PM Elle Stone wrote: It seems to me that full LAB support would require: * The option to open images that are in the LAB color space, keeping in mind that there are various LAB color space ICC profiles floating

[Gimp-developer] Adding LAB support to GIMP

2017-11-30 Thread Elle Stone
Recently I was asked about LAB support in GIMP 2.9/2.10, and realized that GIMP already has a fair amount of support for editing in the LAB and LCH color spaces. So this email is an attempt to summarize what's already available and then make a list of what would be needed for full support. Comm

Re: [Gimp-developer] Cage transform and Warp transform

2017-11-28 Thread Elle Stone
On 11/28/2017 10:32 AM, Jehan Pagès wrote: Hi! On Tue, Nov 28, 2017 at 3:54 PM, Elle Stone wrote: I wanted to somewhat reshape some curved lines in a drawing, and tried the Cage transform, which I remember using a long time ago. After selecting the points, it took a long time for the cage

[Gimp-developer] Cage transform and Warp transform

2017-11-28 Thread Elle Stone
Hi All, I wanted to somewhat reshape some curved lines in a drawing, and tried the Cage transform, which I remember using a long time ago. After selecting the points, it took a long time for the cage transform to calculate the cage. But when trying to move a point on the cage, nothing happene

Re: [Gimp-developer] gcc-7 vs gcc-6

2017-11-10 Thread Elle Stone
On 11/10/2017 02:42 PM, Carol Spears wrote: After a couple of catastrophes, I reinstalled my operating system ... and eventually rebuilt gimp. The gcc-7 gimp failed to open with a gimp: symbol lookup error: gimp: undefined symbol: gimp_convert_dither_type_compat_get_type The gcc-6 gimp work

Re: [Gimp-developer] Show clipped and out of gamut colors using blinking colors

2017-11-10 Thread Elle Stone
OK, now I'm very puzzled. The Clip Warning shows the exact same pixels as out of gamut, regardless of what RGB color space the image is actually in. Experimenting, it looks like perhaps the clip warning is always determining "out of gamut" with respect to GIMP's built-in sRGB color space, eve

Re: [Gimp-developer] Show clipped and out of gamut colors using blinking colors

2017-11-05 Thread Elle Stone
On 11/03/2017 10:45 AM, Ell via gimp-developer-list wrote: Yes, the diagonal stripes are basically a static substitute for blinking: it's possible that your image has areas with similar color to the warning color, but it's much less likely that these areas also have a stripe pattern, making the w

Re: [Gimp-developer] Show clipped and out of gamut colors using blinking colors

2017-11-03 Thread Elle Stone
On 11/02/2017 04:21 PM, Ell via gimp-developer-list wrote: On Fri, 20 Oct 2017 09:03:01 -0400 Elle Stone wrote: Hi All, It would be really nice to be able to click a button or have a view module option that would indicate clipped colors by coloring them in some way (perhaps black for shadows

Re: [Gimp-developer] Tuning and choosing resampling methods in GEGL/GIMP

2017-10-23 Thread Elle Stone
On 10/23/2017 10:03 AM, Øyvind Kolås wrote: This is what an adaptively increasing the OFFSET0 constant for significant downscaling in the sources might achieve - do note that what is meant by significant downscaling here is when scaling down to below 1% of original size - even in such scenarios n

Re: [Gimp-developer] Tuning and choosing resampling methods in GEGL/GIMP

2017-10-23 Thread Elle Stone
On 10/23/2017 09:13 AM, Øyvind Kolås wrote: The actual reason for this email is that I think it might be overkill to have both lohalo and nohalo available as choices, they are related and powerful transformation ellipsis aware methods, maybe it is sufficient to have one go-to high quality resampl

Re: [Gimp-developer] Show clipped and out of gamut colors using blinking colors

2017-10-20 Thread Elle Stone
On 10/20/2017 09:18 AM, Alexandre Prokoudine wrote: On Fri, Oct 20, 2017 at 4:03 PM, Elle Stone wrote: http://gimp.1065349.n5.nabble.com/GIMP-2-9-useability-out-of-gamut-and-HDR-channel-values-td45195.html#a45198 - there was a suggestion that this functionality already exists, but if it

[Gimp-developer] Show clipped and out of gamut colors using blinking colors

2017-10-20 Thread Elle Stone
Hi All, It would be really nice to be able to click a button or have a view module option that would indicate clipped colors by coloring them in some way (perhaps black for shadows, white for highlights), with an option to make these pixels blink. UFRaw, darktable, RawTherapee, PhotoFlow all

Re: [Gimp-developer] Odd "error making format" regarding grayscale ICC profiles

2017-10-10 Thread Elle Stone
On 10/10/2017 06:49 AM, Øyvind Kolås wrote: These messages are debug messages, informing us that GIMP tried to create dedicated babl_formats from the ICC profiles, babl detected that it is a type of ICC profile it is not capable of handling, thus GIMPs attempt at creating a babl based format (and

  1   2   3   4   5   6   7   >