Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 5,947
» Latest member: JohnB
» Forum threads: 7,376
» Forum posts: 40,167
Full Statistics
|
|
|
Transparency issue. Sorry! |
Posted by: JackOats - 06-24-2017, 09:34 PM - Forum: General questions
- Replies (8)
|
 |
Hi,
I have opened a .png image in Gimp. It's some handwritten text in red.
I'm trying to isolate the text & make the surrounding background transparent.
I want to have this handwritten text appear over another.png image in a short video I'm making in REAPER (the D.A.W.) without it's background.
At the moment the text image appears as red on a black background which obviously masks the underlying image.
Is it posible to make the background on the text image transparent, please?
Many thanks.
|
|
|
2 Light sources in Scripting |
Posted by: trandoductin - 06-24-2017, 02:48 PM - Forum: General questions
- Replies (1)
|
 |
I looked over a tutorial that I wanted to try to turn into script (py).
But from script, plug-in-lighting seem to only allow for 1 light source.
And calling plug-in-lighting twice doesn't produce same result as manually setting 2 light sources.
So my question is how to define 2 light sources at once so that i can follow tutorial exactly as described.
|
|
|
Help needed about map making. |
Posted by: Talonkaine - 06-23-2017, 02:18 PM - Forum: General questions
- Replies (15)
|
 |
Greetings GIMP community,
I have been trying to follow a GIMP tutorial on another forums to make a fantasy style RPG map and all was going well until I hit a road block. I've asked for help on the other forums for the tutorial but have not had a reply yet, so I figured I'd throw my question in the wind here and see if anyone can help me.
Link to tutorial: Click Here
I am at the beginning of POST 4: Part 2. I created the new layer called Land Clip... but what does he mean by "filled with white above that"... Does he mean to use the bucket fill with white color and make the whole image on the Land Clip white? I've tried this but when I get to the output slider part my image does not change, it just stays solid white.
If anyone can have a quick read over the link and offer any feedback that would be super helpful. Thank you for your time in advance.
TK
|
|
|
Layer name ignored in Load script |
Posted by: PyFuNoob - 06-23-2017, 04:22 AM - Forum: Extending the GIMP
- Replies (3)
|
 |
I have written a <Load> Python plug-in to open a custom image file format.
If I insert only one layer the layer name I give it is not used and the layer name is the filename when the image is displayed in GIMP.
If I insert two or more layers the layer names I give them in the script are used.
Anyway to ensure my chosen layer name is used for the one layer case?
Using GIMP 2.8.10.
|
|
|
GIMP Taking Too Long to Start (Fonts) |
Posted by: Seta - 06-20-2017, 10:26 PM - Forum: General questions
- Replies (18)
|
 |
Hi, everyone. I've used GIMP for a long time, and just recently I installed a new OS (Windows 7) on my computer. On my previous OS I had a collection of google fonts that I downloaded (they were numerous), but I never had a problem with startup loading taking so long.
I re-installed the fonts and now GIMP takes about 5-7 minutes to startup. I thought there was a cache that made the loading quicker, but the speed has not increased at all.
Is there anything I can do except deleting the fonts? I need them in GIMP.
Thanks!
|
|
|
Font troubles |
Posted by: mystery05 - 06-19-2017, 03:09 PM - Forum: General questions
- Replies (3)
|
 |
my friend and i recently downloaded and installed the same version of gimp from the same sorce and she did not add any extra fonts and has fonts that i do not have and can not find. such as old english . did i do something wrong to wind up with less font. mine goes from nsimsun to palatino linotype my friend said the first one they have that starts with p is palace script which i also do not have. and she has many that start with 0 while i have none any suggestions what would cause us to have very different default font types.
|
|
|
How to close gimp with batch command? |
Posted by: flixe - 06-19-2017, 01:07 PM - Forum: Extending the GIMP
- Replies (5)
|
 |
I have a simple question: When i run a python script via gimp, how can i close the command line window saying "press any key to close"?
I'm calling my script like this:
"C:\Program Files\GIMP 2\bin\gimp-2.8.exe" -idf --batch-interpreter python-fu-eval -b "import sys;sys.path=['.']+sys.path;import PDF;PDF.process('%1','%2');" -b "pdb.gimp_quit(1)"
When i run the command an extra cmd window opens, which belongs to the gimp-2.8.exe process. Now how can i close it automatically? I would have thought pdb.gimp_quit(1) would actually do exactly that but it doesn't! I have also tried gimp.quit() within my python script, but it's not working.
Can anyone explain to me what is happening and if there is any way to finally close this stupid command line window?
Thanks...
|
|
|
|