Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
GIMP 3.04 opens with wind...
Forum: Windows
Last Post: SteveH
10 hours ago
» Replies: 5
» Views: 256
|
.SCM and .PY files are no...
Forum: Gimp-Forum.net
Last Post: Ofnuts
Yesterday, 05:28 PM
» Replies: 0
» Views: 56
|
Export all opened images ...
Forum: Extending the GIMP
Last Post: Ofnuts
Yesterday, 05:22 PM
» Replies: 9
» Views: 9,279
|
v3.04 Script Error sg-sav...
Forum: Extending the GIMP
Last Post: Ofnuts
Yesterday, 05:11 PM
» Replies: 1
» Views: 66
|
Bug: gimp-drawable-get-pi...
Forum: Scripting questions
Last Post: programmer_ceds
Yesterday, 03:55 PM
» Replies: 8
» Views: 246
|
'Transparent' area is bro...
Forum: General questions
Last Post: Ofnuts
Yesterday, 03:41 PM
» Replies: 1
» Views: 87
|
blank screen
Forum: OSX
Last Post: wilsonpig
Yesterday, 08:58 AM
» Replies: 4
» Views: 167
|
Cannot Install BIMP to GI...
Forum: Extending the GIMP
Last Post: Ofnuts
07-03-2025, 07:52 PM
» Replies: 1
» Views: 109
|
Missing fonts when export...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: chblondel
07-03-2025, 06:11 PM
» Replies: 9
» Views: 513
|
Gimp 3.0.4 - Windows 10 -...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
07-03-2025, 03:02 PM
» Replies: 1
» Views: 126
|
|
|
Select hair, again. However, not outside of head! |
Posted by: N00BELIX - 01-06-2024, 05:19 PM - Forum: General questions
- Replies (4)
|
 |
Hi all. I am close to giving up on this one, and need help from you good people.
I have seen all videos and read all tutorials i can find, but i am still stuck.
A problem with these tutorials are that they use quality images. The one i have been given are most likely been taken with a toaster.
It is about the hairline. I can for the life of me not get a good selection. After trying freehand for i while, i realized that it simply is not good enough, Help!
|
|
|
Simple GIMP question |
Posted by: TonyAimer - 01-06-2024, 05:07 PM - Forum: General questions
- Replies (5)
|
 |
I am using GIMP 2.10.18
I wanted to create a geometric object in GIMP but decided to do it in AutoCAD and plotted it as a pdf which worked fine. I did it white on black in Acad and it came out fine as black on white as a pdf.
I tried to import it to GIMP and rotate and resize it to suit the Youtube icon of 300x300 pixels.
I got what appears to be a transparency layer added but there is only one layer containing the pdf. I am obviously missing something but if this workflow is fundamentally incorrect it would be good to know.
Any tips would be welcome.
Tony
|
|
|
Remarkable Recovery |
Posted by: zeuspaul - 01-06-2024, 03:04 AM - Forum: General questions
- Replies (1)
|
 |
I had been working on an image for almost an hour when Gimp crashed. It may have been a conflict with MS Edge browser because the browser greyed out and could not be accessed. I was able to close the browser with task manager. All the other open windows seemed to be ok.
Then when I restarted Gimp I was informed that there had been an unexpected closure and I was asked if I wanted to recover. I gave it a go and to my surprise most? of the open and unsaved images were recovered including the one I had been working on. The ones that did not reappear were the open files that had not been worked on.
|
|
|
smudge working like paintbrush |
Posted by: john harding - 01-05-2024, 09:25 PM - Forum: General questions
- Replies (3)
|
 |
The smudge tool on my Windows 11 PC is not picking up colour. On first opening it does so, but then stays with that colour ever afterwards. In other words, it has become identical with the paintbrush.
I have reinstalled several times without being able to correct this behaviour.
Also, the latest installation has adopted Spanish as its language and I've been unable to reset it to English, partly no doubt because I don't understand the instructions I'm getting in Spanish.
|
|
|
Unable to build gegl from source |
Posted by: lorange - 01-03-2024, 04:15 PM - Forum: Linux and other Unixen
- Replies (1)
|
 |
Hello everyone, I would like to use the AI plugins for gimp and I'm trying to install the packages (babl and gegl) and gimp from source following https://github.com/intel/openvino-ai-plugins-gimp
Unfortunately I get to an error when building gegl. Below is the final part of the error:
Code:
FAILED: tools/exp_combine.p/exp_combine.cpp.o
c++ -Itools/exp_combine.p -Itools -I../tools -I. -I.. -Igegl -I../gegl -Igegl/buffer -I../gegl/buffer -Igegl/graph -I../gegl/graph -Igegl/module -I../gegl/module -Igegl/opencl -I../gegl/opencl -Igegl/operation -I../gegl/operation -Igegl/process -I../gegl/process -Igegl/property-types -I../gegl/property-types -I/usr/local/include/babl-0.1 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu++14 -O2 -g -DHAVE_CONFIG_H -Ofast -DGEGL_ENABLE_DEBUG -Winit-self -Wmissing-declarations -Wpointer-arith -Wno-unused-parameter -Wno-cast-function-type -ftree-vectorize -pthread -MD -MQ tools/exp_combine.p/exp_combine.cpp.o -MF tools/exp_combine.p/exp_combine.cpp.o.d -o tools/exp_combine.p/exp_combine.cpp.o -c ../tools/exp_combine.cpp
../tools/exp_combine.cpp: In function ‘gfloat expcombine_get_file_ev(const gchar*)’:
../tools/exp_combine.cpp:71:5: error: ‘gexiv2_metadata_try_get_exposure_time’ was not declared in this scope; did you mean ‘gexiv2_metadata_get_exposure_time’?
71 | gexiv2_metadata_try_get_exposure_time (e2m, &nom, &den, &error);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| gexiv2_metadata_get_exposure_time
../tools/exp_combine.cpp:74:14: error: ‘gexiv2_metadata_try_get_fnumber’ was not declared in this scope; did you mean ‘gexiv2_metadata_get_fnumber’?
74 | aperture = gexiv2_metadata_try_get_fnumber (e2m, &error);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| gexiv2_metadata_get_fnumber
../tools/exp_combine.cpp:77:7: error: ‘gexiv2_metadata_try_has_tag’ was not declared in this scope; did you mean ‘gexiv2_metadata_has_tag’?
77 | if (gexiv2_metadata_try_has_tag (e2m, "Exif.Image.ISOSpeedRatings", &error))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
| gexiv2_metadata_has_tag
../tools/exp_combine.cpp:79:14: error: ‘gexiv2_metadata_try_get_iso_speed’ was not declared in this scope; did you mean ‘gexiv2_metadata_get_iso_speed’?
79 | gain = gexiv2_metadata_try_get_iso_speed (e2m, &error) / 100.0f;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| gexiv2_metadata_get_iso_speed
[16/1015] Compiling C object operations/common-gpl3+/gegl-common-gpl3.so.p/mosaic.c.o
ninja: build stopped: subcommand failed.
Am I missing anything obvious? My laptop has an intel CPU and nvidia (quadro) GPU
Thank you very much for your help
|
|
|
|