I am a veteran programmer, but new to scripting for GIMP. I've hit a roadblock that had me legit stumped, so I'm looking for someone with expertise in the domain.
The python console in GIMP works just fine and other python scripts that ship with GIMP (e.g., foggify.py) work as expected, but I have not been able to even get a Hello World python-fu script to run. (This is a fresh install of GIMP 2.10 on Windows 10.) I've exhausted every reference, tutorial and troubleshooting guide I can find, and apparently I'm still missing something.
Notably, I can copy foggify.py, change all relevant instances of "fog*" to "dog*", save it in the same directory as doggify.py, and it is not recognized by GIMP. However, I can make changes to foggify.py (e.g., change the menu text from "_Fog..." to "_Frogs..." and that IS recognized by GIMP. Apparently I'm missing some aspect of registration.
Attached is a .zip of C:\Program Files\GIMP 2\lib\gimp\2.0\plug-ins\foggify, including a text file with the output of a --verbose startup.
Hi, I am a new user to Gimp because my wife spoke to someone in her art group who said Gimp 2 could be used to add snow to a photo or scanned artwork.
I have looked around Gimp (there's a lot in it!) and cannot find any suggestion to do what she suggests. I have done some tutorials, all very interesting but not addresses what she wants to do.
Is she barking up the wrong tree? Many thanks, Brian
Hi!
Below I'm attaching two pictures: the first one is a silhouette-like portrait of Marilyn Monroe, the other one is a regular photo.
I've tried to convert that photo to silhouette using treshold or photocopy filter, but I'm not satisfied with the results.
Could anyone give me a hand about this? I'm quite new with Gimp. I'm using 2.10.
Thanks in advance!
I just downloaded GAIP and GIMP help and have done the install thing for both. No matter what I do I am unable to open them. All it wants to do is the set up thing again.
Any help is appreciated.
I have a digital drawing of a person whose top part of her hair + left shoulder is partially cut off, as shown: https://imgur.com/a/5LIqPyc
How do I "uncrop" the image by making gimp restore the parts that got seemingly "cropped" off the picture?
I tried brute-forcing it by using the clone tool + heal tool, with limited success: https://imgur.com/a/GeWlK0Q
Notes: Heal Selection (from Synthesiser) doesn't work well, probably because it has nothing to sample from the top of the part I need restoring Uncrop (from Synthesiser) doesn't work at all, it just adds a transparent border around my image
I've been using Gimp for sometime now.
I think I am doing some things wrong.
I have a few quick fire questions I was hoping you expert guys could help with...
- Where is the hand tool?
A tool to move the screen around - not the image.
In Photoshop it's called the hand tool
- Cutting out background of objects: Use paths tool, select from path, invert, add alpha channel, delete.
Works a treat. But... are there any other tools that help quicken this?
- I make a path around an object. How can I hide the path but bring it up later? If that's not possible, how do I just get rid of it?
- Similarly, how do I get rid of ants around a picture?
- What's the best way to copy 2 layers from one picture to another?
- Opening more images after first.
You can't just drag in. You have to drag into the toolbar.
Even though I know I have to do - it still gets on my nerves having to do!
I JUST want to drag in!
Is this something I have to live with?
- How do I get rid of ants around text?
Thanks!
I'm assuming the above are quick fire questions.
Happy to get just a pointer to somewhere where I can learn.
I'm having an issue with fonts. Unlike most other posts I've found, my GIMP starts up just fine. It when I actually try and use the text tool that the program takes too long to load fonts. I've already been waiting for about an hour it feels like. Can someone help me?
I've been reading a bit about the gimp batch mode and gimp scripts but I'm not sure what I'm trying to do is possible and I was looking for some guidance.
I have multiple PDF files (let's say 100). I want to batch open them with GIMP (specifying the resolution - DPI) and maybe even more options (Anti-aliasing, the layer etc). Then I want to directly export them as PDF again (specifying the export options - apply layer masks, convert bitmaps and omit hidden layers).
Is this possible in the first place? And if yes, could you please give me some pointers as to how I can achieve that?