| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
XP-Pen tablet works in Pa...
Forum: General questions
Last Post: LEOCFZ1973
2 hours ago
» Replies: 0
» Views: 4
|
Requesting testers for CM...
Forum: General questions
Last Post: CmykStudent_
3 hours ago
» Replies: 12
» Views: 1,892
|
CMYK conversion
Forum: Other graphics software
Last Post: denzjos
Today, 06:38 AM
» Replies: 0
» Views: 58
|
Need help installing Resy...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: Dave Rove
06-18-2026, 08:44 AM
» Replies: 8
» Views: 7,410
|
Color management and soft...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: Malsasa
06-17-2026, 03:14 PM
» Replies: 5
» Views: 9,839
|
How to restore tool docks...
Forum: General questions
Last Post: rich2005
06-16-2026, 06:40 PM
» Replies: 3
» Views: 671
|
How to change mouse wheel...
Forum: General questions
Last Post: rich2005
06-16-2026, 07:27 AM
» Replies: 9
» Views: 19,099
|
Software-update: Affinity...
Forum: Other graphics software
Last Post: denzjos
06-16-2026, 06:50 AM
» Replies: 0
» Views: 662
|
Converting python plugin-...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: migf1
06-15-2026, 01:01 PM
» Replies: 66
» Views: 57,951
|
A way to disable gimps ov...
Forum: General questions
Last Post: rich2005
06-15-2026, 08:17 AM
» Replies: 6
» Views: 980
|
|
|
| cropping photos |
|
Posted by: RCRapp - 07-25-2021, 02:06 PM - Forum: General questions
- Replies (2)
|
 |
I frequently crop photographs I've taken. I crop, click inside the cropped image and save. When I return to the cropped image I am able to still drag parts of the UNCROPPED image into the crop box. First, how do I fix this? I want to eliminate the uncropped material.
This causes a problem when I want to affix a signature to the cropped image. When I bring the .png signature in it is centered in the image. When I try to drag the signature into place I'm dragging the image instead.
Sure these are easy fixes?
|
|
|
| Error on export |
|
Posted by: frustratedgimpuser - 07-25-2021, 01:43 PM - Forum: General questions
- Replies (3)
|
 |
This error has started to come up recently, strangely the same error on two different machines started on the same day...
Saving...failed.
Could not open...for writing. Input/output error.
...= file path
Clicking OK and exporting again then works, but it means double the effort.
Many thanks
|
|
|
| Change the skin/hair/eyes color of a character |
|
Posted by: Nico - 07-25-2021, 10:34 AM - Forum: General questions
- Replies (8)
|
 |
Hello it's me ! (again)
I would like to change the skin/hair/eyes color of characters. I have an exemple with the skin color, white to blue and the eyes color, yellow to blue.
I tried with Hue-Saturation and the result is pretty good BUT I don't know how to erase the blue on the hair. I tried to cut out the hair but it's hard because of the several thin hair on the face. I tried to use Layer Mask but I can't because of the same reason.
In a general way, it's hard for me to change the skin/hair/eyes color on a character so if you have a solution, I'm listening !
The original :
https://zupimages.net/up/21/29/znls.jpg
Then :
https://zupimages.net/up/21/29/490h.png
Thank you in advance !
|
|
|
| How to add grayscale value to alpha channel |
|
Posted by: Skinny - 07-25-2021, 10:14 AM - Forum: General questions
- Replies (2)
|
 |
The grayscale value of the alpha channel in my DDS file determines the extent to which the body of the car, in my racing game, reflects the sun.
How can I assign a grayscale value, varying from white to black, to the alpha channel in Gimp?
|
|
|
| How to Move an Item without Moving the Whole Layer |
|
Posted by: bozo - 07-25-2021, 01:07 AM - Forum: General questions
- Replies (4)
|
 |
I come across this issue frequently but am too freaking stupid to work out how to word the question.
I want to move a single element on the canvas.
I duplicate the layer so I can move around a second rectangle:
Then I attempt to reposition the second layer that contains the second rectangle...
But when I do that the ENTIRE layer (element + background) is moved.
Please dispel this simple yet chronic blindspot of mine.
And thank you.
]I originally included screenshots for clarity but was delivered this message:
Request Entity Too Large
The requested resource does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit.
|
|
|
| Logo/Ego boost |
|
Posted by: Ofnuts - 07-24-2021, 07:43 PM - Forum: Gallery
- Replies (14)
|
 |
Not failing to find the magic incantation to add it in the SourceForge readme file.
|
|
|
| python-fu: Exiting properly in batche mod with Gimp 2.99 |
|
Posted by: mrbookman - 07-23-2021, 08:47 PM - Forum: Scripting questions
- Replies (3)
|
 |
Greetings.
I should first mention that this problem has to do with the new API.
Due to certain constraints, I have to use python 3, and so I've been using Gimp 2.99.
https://www.gimp-forum.net/Thread-What-i...-batch-job
I've tried to adapt the method shown in the thread above for python3, adding a Gimp.quit() at the end of the do_it function.
This is the command I'm using.
Code:
gimp-console-2.99 -idf --batch-interpreter python-fu-eval -b "import sys;sys.path=['.']+sys.path;import backrem;backrem.do_it()"
This is the message I get.
Code:
plug-in 'python-eval.py' aborted before sending its procedure return values
batch command experienced a calling error:
Procedure 'python-fu-eval' returned no return values
Other information:
- If I remove 'Gimp.quit()' from the actual script and add '-b "Gimp.quit()"' to the command, I still get an error.
- If I remove it from both the script and the command, the process does not terminate.
(I'm aware that this isn't code, but I couldn't find the appropriate BBCode tags)
|
|
|
|