Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 5,699
» Latest member: oyljw
» Forum threads: 7,212
» Forum posts: 39,410
Full Statistics
|
Latest Threads |
How to use selecting mult...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: teapot
2 hours ago
» Replies: 9
» Views: 284
|
Troubles with porting a s...
Forum: Scripting questions
Last Post: alvk
Yesterday, 09:51 AM
» Replies: 19
» Views: 590
|
Can't get a clean Select ...
Forum: General questions
Last Post: Ofnuts
Yesterday, 08:39 AM
» Replies: 5
» Views: 335
|
currently planning to cre...
Forum: General questions
Last Post: saint_m
Yesterday, 01:57 AM
» Replies: 40
» Views: 7,242
|
Print an image (2480x7016...
Forum: General questions
Last Post: Fleshus
03-08-2025, 03:59 PM
» Replies: 3
» Views: 155
|
Text to path query
Forum: General questions
Last Post: rich2005
03-08-2025, 03:51 PM
» Replies: 1
» Views: 107
|
G'MIC 3.5.3 released
Forum: Extending the GIMP
Last Post: Ofnuts
03-07-2025, 08:28 PM
» Replies: 3
» Views: 227
|
Getting emotional with my...
Forum: Gallery
Last Post: Ofnuts
03-07-2025, 04:19 PM
» Replies: 6
» Views: 339
|
A reasoning on what you c...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: vitforlinux
03-07-2025, 12:45 PM
» Replies: 8
» Views: 519
|
Cutting image along guide...
Forum: General questions
Last Post: azar
03-06-2025, 09:36 PM
» Replies: 5
» Views: 345
|
|
|
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.
|
|
|
Trouble With Simple Background Change |
Posted by: EarBud - 07-31-2022, 04:39 AM - Forum: General questions
- Replies (5)
|
 |
Hello,
I have a GIMP image with three layers of green text and a transparent background. I simply want to add a new white background layer behind them, but when I do, the new layer is green instead of white, and it also appears to be in the front even though it shows as the bottom layer in the Layer Window. This, of course, causes the three original layers to be hidden.
I've tried using the Fill Tool to change this layer to white, but it doesn't work (the layer stays green, very close to the color of the other three layers). I've even tried exporting it as a .jpg file but when it is flattened the solid green layer still covers the original three layers.
This seems like such a simple task, but I'm running out of ideas. Any suggestions welcome!
Thanks.
|
|
|
|