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,409
Full Statistics
|
Latest Threads |
How to use selecting mult...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
5 hours ago
» Replies: 8
» Views: 257
|
Troubles with porting a s...
Forum: Scripting questions
Last Post: alvk
Yesterday, 09:51 AM
» Replies: 19
» Views: 574
|
Can't get a clean Select ...
Forum: General questions
Last Post: Ofnuts
Yesterday, 08:39 AM
» Replies: 5
» Views: 332
|
currently planning to cre...
Forum: General questions
Last Post: saint_m
Yesterday, 01:57 AM
» Replies: 40
» Views: 7,233
|
Print an image (2480x7016...
Forum: General questions
Last Post: Fleshus
03-08-2025, 03:59 PM
» Replies: 3
» Views: 150
|
Text to path query
Forum: General questions
Last Post: rich2005
03-08-2025, 03:51 PM
» Replies: 1
» Views: 103
|
G'MIC 3.5.3 released
Forum: Extending the GIMP
Last Post: Ofnuts
03-07-2025, 08:28 PM
» Replies: 3
» Views: 223
|
Getting emotional with my...
Forum: Gallery
Last Post: Ofnuts
03-07-2025, 04:19 PM
» Replies: 6
» Views: 336
|
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: 510
|
Cutting image along guide...
Forum: General questions
Last Post: azar
03-06-2025, 09:36 PM
» Replies: 5
» Views: 340
|
|
|
GIMP 2.10.32 Python-Fu |
Posted by: alecpepe - 07-25-2022, 07:06 PM - Forum: Scripting questions
- Replies (1)
|
 |
I have successfully written a script, which when ran in the Python-Fu console does what I want. I want to make a keyboard shortcut, so I can run this quickly when necessary, rather than pasting it into the console every time. How should I do this? I've tried writing the code in VS code and saving it in the GIMP scripts folder as both a .py and .scm file. The .scm file raises 'unbound variable: import' when I hit 'refresh scripts' under Script-Fu. I cannot find where to run the script as a .py, but it seems to refresh fine. I also do not know how I would bind a keyboard shortcut to a script.
Here's the code, though I doubt this is the issue as it works fine in the console:
import gimpfu
current_image = gimp.image_list()[0]
layer=pdb.gimp_layer_new(current_image, 1, 1, gimpfu.RGB_IMAGE, "white_layer", 100, gimpfu.NORMAL_MODE)
pdb.gimp_image_add_layer(current_image, layer, 0)
pdb.gimp_layer_resize_to_image_size(layer)
pdb.gimp_item_set_visible(layer, 0)
|
|
|
exporting gimp head |
Posted by: dumbass - 07-24-2022, 05:02 PM - Forum: General questions
- Replies (7)
|
 |
GIMP 2.10.32 was working perfectly. All of a sudden I can't export a head without a black background. I removed GIMP and re-installed. No difference. I'm stumped.
|
|
|
middle of text layer to guide |
Posted by: denzjos - 07-23-2022, 06:26 PM - Forum: Tutorials and tips
- Replies (1)
|
 |
To align the middle of different text layers on different guides (vertical or/and horizontal), press Ctrl and Alt with 'Text Tool' activated, click in a text layer and drag it to a guide or a point where guides intersect. While pressing Ctrl and Alt a little cross appears in the middle of the text layer. This cross snaps to the guides. If the text box has an odd width, then the cross snaps one pixel left or right of the guide. Helps to make a personal time table for street theatre on different places and times for example.
|
|
|
What happened to Drop Shadow filter? |
Posted by: Lubasha - 07-23-2022, 01:00 AM - Forum: General questions
- Replies (2)
|
 |
I used GIMP years ago very actively and was quite happy with that. But I don't understand the one it turned to be now. Icons became smaller, on a black background impossible to see anything without strong magnifier. But the main concern higher versions of GIMP became very uncomfortable to use. I was trying just to make a drop shadow on text and found it is not working. The help I found says 6.7.4. Using Drop Shadow Filter
This GEGL Drop Shadow filter is surprising: if you apply the filter directly to the image as you do with the legacy filter, you get nothing!
and I have to do from 9 to 19 steps to make it work! You guys, who create updates to this software, are going in wrong direction!
I wish to donate for those creating GIMP I used to know, but today's one is so out of touch with people! Please, give me the old GIMP back!
|
|
|
Newbie Help with Undoing Gradients |
Posted by: ohiojosh78 - 07-21-2022, 11:15 PM - Forum: General questions
- Replies (4)
|
 |
Hi, my wife and I have started a small pressure washing business and had a logo designed for it. I am happy with the logo design itself but when we had them put on t-shirts, it didn't look good because of the gradient coloring. I have tried to fix the issue myself but I am not familiar with photo editing software and when searching for a fix, I have not been able to find any instructions that I could follow for my particular situation.
I have attached the oridinal psd file. I anyone could help me out or instruct me as to how to turn the gradient green and blue shapes back to solid colors I would be grateful.
Thank you!
https://ibb.co/ZhDwdBK image link
*Tried to attach the original PNG but it isn't taking...
|
|
|
Layers Locked even after uninstall and reinstall gimp |
Posted by: TMORT - 07-20-2022, 10:34 PM - Forum: General questions
- Replies (6)
|
 |
I was using gimp earlier today and setting a layer to semi opaque so I could see through it to another earlier picture of the same location. However, I must have changed some setting in the process. I don't use gimp all that much and making a layer semi tramsparent even less. As I was looking around the layer tools I may have accidentally locked something. However, I couldn't find how to unlock it. I tried other photos from other sources and upon opening they were all locked to. I got the icon on screen indicating locked for the cursor. I tried uninstalling gimp and reinstalling it. It still behaves the same. I've made the canvas bigger than the image as well. I can't move it.
The new install is gimp 2.10.32 and I know the previous was a also 2.10. I think the same version.
Any ideas???
|
|
|
|