Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
Endianess of pixel data i...
Forum: Scripting questions
Last Post: teapot
3 hours ago
» Replies: 4
» Views: 254
|
Can not save or export pi...
Forum: General questions
Last Post: rich2005
5 hours ago
» Replies: 4
» Views: 91
|
CMYK color mode Gimp 2.10
Forum: Extending the GIMP
Last Post: rich2005
Yesterday, 08:21 PM
» Replies: 22
» Views: 82,456
|
copy sequence of filters ...
Forum: General questions
Last Post: programmer_ceds
Yesterday, 04:03 PM
» Replies: 3
» Views: 222
|
[Python] In-memory save p...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: DunkleMaterie
Yesterday, 12:54 PM
» Replies: 4
» Views: 194
|
text tool
Forum: General questions
Last Post: inemar
Yesterday, 07:08 AM
» Replies: 2
» Views: 171
|
Python Snippets for GIMP ...
Forum: Scripting questions
Last Post: pixelmixer
07-19-2025, 06:51 PM
» Replies: 4
» Views: 199
|
Gimp 3.0.4 Appimage by Iv...
Forum: Alternate Gimp packagings
Last Post: vitforlinux
07-19-2025, 11:44 AM
» Replies: 0
» Views: 118
|
edit_paste pastes at inco...
Forum: Scripting questions
Last Post: class43
07-18-2025, 03:48 PM
» Replies: 2
» Views: 180
|
Open, save buttons on bot...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: GrumpyDeveloper
07-17-2025, 09:52 PM
» Replies: 8
» Views: 3,053
|
|
|
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)
|
|
|
gimp vs imag-r |
Posted by: lt72884 - 07-22-2021, 11:07 PM - Forum: General questions
- Replies (9)
|
 |
Hello all. I use the following website for processing images for my ortu laser master 20 watt desktop laser machine.
ImagR - Prepare Photos for Laser Engraving - 5 Steps (imag-r.com)
the one thing i really like about this website is the fact that it has an auto adjust feature.
when you first load the image into the website, it auto converts to greyscale, then you crop it, resize it to the dims you want along with a DPI of 254. Once it has been resized, you can either adjust brightness, contrast, sharpen, etc manually, or hit the auto button.
does gimp2.10 have a simular feature so i can process my images in gimp for laser engraving?
I mainly use imag-r because it is super fast and has all the stuff built into it and its FREE!!!
thanks
|
|
|
|