Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 4,568
» Latest member: Draginda
» Forum threads: 7,447
» Forum posts: 40,703
Full Statistics
|
|
|
Brush tools don't function |
Posted by: deloricvi - 11-04-2018, 03:15 AM - Forum: Windows
- Replies (4)
|
 |
So, I just installed GIMP on my new laptop, and the brush tools don't want to work. Anything that involves you drawing on the page refuses to do anything. The eraser, airbrush, pencil, paintbrush, all of it behaves the same way when I try to use it. When I click, the brush indicator stays where I clicked, nothing happens, and the indicator doesn't move no matter how much I move the mouse with the button held down.
I've made sure that nothing is selected, I made sure that I was on the correct layer, the pixels aren't locked, and the opacity is at 100% on the tools and the layer that I was working on. I tried re-installing it, but nothing happened.
I also went under Edit -> Preferences and re-set them to the default just to be sure, but nothing changed.
Anyone have any ideas?
|
|
|
gegl command line on windows |
Posted by: arnief3 - 11-03-2018, 12:33 AM - Forum: Other graphics software
- Replies (2)
|
 |
I was hoping to run the gegl from the command line (gegl.org/commandline.html) on Windows. I have GIMP 2.10.6 installed on Windows 10 but I can't find gegl.exe in the bin folder or anywhere else. Searched the internet with no luck. Any idea where I can find the command line tool for windows? Building from source looks like quite a chore.
Thank you,
Arnie
|
|
|
Looking for Color Temperature Function for script |
Posted by: tplevrak - 11-02-2018, 10:41 AM - Forum: Scripting questions
- Replies (2)
|
 |
Hello everyone.
I am a new user of the forum and a casual user of Gimp.
I am using Gimp 2.10.6 on Ubuntu 18.10 and recently i needed to make a batch edit of some images.
More Specifically i had 30 portrait images and needed to apply two actions on them:
1. Change Color Temperature (The action with the Original/Intended Color Temperature)
2. Change Brightness-contrast
I had tried my edit in one image through the Gui and everything worked as it should.
I needed to do it as a batch to save time so although i had never tried it before i tried to use script-fu.
After some reading and searching i modified a script i found here:
https://discuss.pixls.us/t/script-fu-exa...nners/7341
and i managed to do what i needed. At least 50% of that.
My problem is that although the script runs fine, and the (gimp-drawable-brightness-contrast) function does exactly what it is supposed to do, i cannot find the function/plugin to use the Color Temperature Function found under the Color Menu in Gimp.
I looked in Procedure Browser/Plug-In Browser and on the internet and i did not find even a reference to that function/plugin.
As if it is something so new that it is not used at all or included in the functions that someone can use.
Does anyone know what is the name of the function that does the Color Temperature action in Gimp so that i can use it in a script ?
|
|
|
Fonts not installing into Gimp |
Posted by: al.da.drone - 11-01-2018, 10:34 AM - Forum: General questions
- Replies (8)
|
 |
Hi there all , I am trying to install fonts into Gimp using the likes of Da font.Com and font river on a new desktop. I had no problems whatsoever when I was downloading on my laptop but it appears that they are not going in using the same process. Normally windows 10 opens up the file you press install and hey presto they appear in Gimp once you reopen it.
Any suggestions.
|
|
|
Python Fu: Creating batch path loading and saving plugin. |
Posted by: JeBe - 10-31-2018, 12:30 PM - Forum: Scripting questions
- Replies (2)
|
 |
Hi, this is my first post and I hope it’s correctly written.
My ability to write scripts in Python Fu is very restricted, I have no other knowledge of “general” programing. I did adjust a .py plugin so that my workflow in GIMP 2.8.22 under windows 10 is a bit faster. It’s an automated version of “color to alpha”, name and function is “black to alpha”.
I would like to create a Plugin in Python Fu with interface: It should have PF_DIRNAME for the opening path, and one for the saving path.
Opening path should load all (.tga) files in the interface directory path folder and its subfolders. For each subfolder and its (.tga) files it needs to make .xcf and save this based on the name of the folder and then the subfolder in a selected saving path.
Example: folder name “Gimp” Subfolder name “01”= “Gimp01.xcf”,
“Gimp01.xcf”, “Gimp02.xcf”, etc...
“Gimp01.xcf” needs to contain the (.tga) files from the subfolder and loads the lowest file number in the highest in layer.
Example: “image0000” and “image 0525” are in subfolder. “image0000” needs to be above “image0525” in the “Gimp01.xcf”
For each image per .xcf it needs to run “black to alpha”.
I hope this is possible with Python-Fu. And if I could get some guidance.
JeBe
|
|
|
|