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
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
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
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
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
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
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
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
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-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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&
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
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
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-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
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
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
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?
__
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 "
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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. [
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
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,
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
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
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
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
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
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
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
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
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
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
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
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
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
"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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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:
[
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 - 100 of 616 matches
Mail list logo