Welcome, Guest |
You have to register before you can post on our site.
|
|
|
Color Picker Tool in the Change Foreground Color dialog |
Posted by: AZM - 08-06-2022, 06:05 AM - Forum: Linux and other Unixen
- Replies (11)
|
 |
Hello all,
I've just upgraded from version 2.10 (.10 as I recall) to 2.10.32 Flatpak on Linux Mint. Whatever the previous .xx version was, I had an eyedropper in the toolbox' Foreground Color's Change Foreground Color dialog (same also with the background color) that was supposed to let me click on the eyedropper and click on any color on the screen.
To get to the eyedropper in question, click on either the Foreground color or the Background color. Up comes the appropriate Change Color dialog with a palette of colors to choose from, together with the HTML color code (hexadecimal 6-digit code representing RRGGBB). The eyedropper has a pop-up explanation to "Click the eyedropper, then click any color on your screen to select that color."
I happen to have a Pencil tool selected. I've opened the Change Foreground Color dialog, clicked on the eyedropper, then clicked on the white part of the U-Haul truck to select that color. (I want the truck's branding to disappear from my photo of a camping activity, as it adds clutter behind the subjects of my photo.) The Pencil drops a circle of pink where the eyedropper was to select the white shade.
Better that I exit from the Change Color dialog and use the Color Picker tool. That works.
The same issue exists in the 2.10.32 version just installed.
Can anybody tell me how one uses the eyedropper in the Change Foreground Color dialog? It is redundant in a way to the Color Picker tool, but it would be useful while in the Change Color dialogs if it worked!
|
|
|
GIMP 2.10.32 not opening FITS files |
Posted by: KenS. - 08-05-2022, 05:47 PM - Forum: General questions
- Replies (2)
|
 |
Hi there, I keep getting a "unknown file type" message when trying to open a FITS file. Some files are from my camera and some are from the internet. Most are 12 bit or higher. Take care. EDIT: Actually, GIMP will not open any picture file, .jpg, .png, ect, has the same error message. Wonder if I need to re-install GIMP.
|
|
|
Trying to move a layer |
Posted by: Nash - 08-04-2022, 09:42 PM - Forum: General questions
- Replies (2)
|
 |
When I select a layer to move with the mouse. And when I left click with the mouse it selects my base layer. I can't move the layer I wish to. If I select a different layer to move, its switch's again to my base. Can you help? New to Gimp and editing software.
Thanks, Nash
|
|
|
Script to read CSV and create images |
Posted by: o_gonzales - 08-04-2022, 05:00 AM - Forum: Watercooler
- Replies (2)
|
 |
Hi,
I need someone to work on a script to read a CSV and create images.
So Read CSV, open PSD file on GIMP (is possible?) and create some images (different sizes) based on template.
This is a paid gig, let me know if someone is interested.
|
|
|
Old GImp's configure test (for gtk) is broken? |
Posted by: kromak - 08-02-2022, 03:15 PM - Forum: Linux and other Unixen
- Replies (1)
|
 |
Hello. Trying to compile old Gimp (2.6) leads to this error message:
Code:
checking for GTK+ - version >= 2.12.1... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
configure: error: Test for GTK+ failed. See the file 'INSTALL' for help.
The problem is, I am passing gtk to gimp's configure, as can be seen in the end of the following command:
Code:
LD_LIBRARY_PATH=/media/34GB/Arquivos-de-Programas-Linux/Glib-2.28.0/lib/ ./configure PKG_CONFIG_PATH=/media/34GB/Arquivos-de-Programas-Linux/Gimp/Babl-0.0.22/lib/pkgconfig/:/media/34GB/Arquivos-de-Programas-Linux/Gimp/Gegl-0.0.22/lib/pkgconfig/:/media/34GB/Arquivos-de-Programas-Linux/Glib-2.28.0/lib/pkgconfig/:/media/34GB/Arquivos-de-Programas-Linux/Gtk+-2.24.20/lib/pkgconfig/
I read config.log, and there it is said
Code:
configure:28134: checking for GTK+ - version >= 2.12.1
configure:28290: result: no
configure:28328: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -I/media/34GB/Arquivos-de-Programas-Linux/Gtk+-2.24.20/include/ conftest.c >&5
conftest.c:47:21: fatal error: gtk/gtk.h: No such file or directory
#include <gtk/gtk.h>
Beased on that, I tried to add:
Code:
CPPFLAGS=-I/media/34GB/Arquivos-de-Programas-Linux/Gtk+-2.24.20/include/
to see if configure would find the required header
It didn't work. Finally, I changed it to:
Code:
CPPFLAGS=-I /media/34GB/Arquivos-de-Programas-Linux/Gtk+-2.24.20/include/gtk-2.0/
but once again, it did not work. In case of doubts, the gtk folder does exists, as the gtk.h header, both inside the gtk-2.0 folder
This happened on both versions that I tested, 2.6.0 and 2.6.12 (not interested in newer versions)
So, what might be the cause of this?
|
|
|
Python |
Posted by: IAmNegan - 07-31-2022, 04:16 PM - Forum: General questions
- Replies (2)
|
 |
It looks like you don’t have to install python support with Gimp 2.10.xx. So I’m guessing python support is bundled with the gimp binary installers. If so what gimp version was that introduced.
|
|
|
|