Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
Is there any version wher...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: HavingTooMuchFun
1 minute ago
» Replies: 0
» Views: 1
|
How to make a watermark o...
Forum: General questions
Last Post: kyolim
Yesterday, 10:05 PM
» Replies: 5
» Views: 13,998
|
Linux command that does e...
Forum: Other graphics software
Last Post: rich2005
Yesterday, 06:06 PM
» Replies: 1
» Views: 333
|
reliable Gimp 2.10.38 dow...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: denzjos
Yesterday, 05:20 PM
» Replies: 2
» Views: 258
|
Batch Color Saturation
Forum: Extending the GIMP
Last Post: rich2005
Yesterday, 07:53 AM
» Replies: 15
» Views: 11,887
|
Photo play-time
Forum: Gallery
Last Post: Ofnuts
Yesterday, 07:32 AM
» Replies: 24
» Views: 21,730
|
BIMP plugin for GIMP 3.10
Forum: Extending the GIMP
Last Post: firefly
09-12-2025, 11:53 PM
» Replies: 2
» Views: 622
|
pl_stroke_arrows GIMP 3.0...
Forum: Extending the GIMP
Last Post: Scallact
09-12-2025, 04:03 PM
» Replies: 0
» Views: 278
|
How do you make text circ...
Forum: General questions
Last Post: rich2005
09-12-2025, 07:18 AM
» Replies: 12
» Views: 3,365
|
New Install, Black Screen...
Forum: OSX
Last Post: akhrameev
09-11-2025, 02:32 PM
» Replies: 3
» Views: 3,024
|
|
|
Editing text in a photo |
Posted by: BRIANH - 03-26-2020, 09:29 PM - Forum: General questions
- Replies (1)
|
 |
I have a DELL pc and my O/S is Windows 10 Pro / Ver 1903
.
I am using PAINT 3D to try and move just the text in a photo. When I create a text box around the text and drag it, it moves the text and the background as well which leaves a white box where it used to be... I haven't been able to find a way around this... Any tips / advice would be appreciated...I received a suggestion that perhaps I should use GIMP. I have no knowledge of this app and I guess my major Q is: will it allow me to open an existing photo and edit / add / delete text? If this cannot be done then I really have no immediate use of this app..
As far as I can determine the version I'll be downloading is 2.10.18.
thanks
|
|
|
Python 2 support |
Posted by: akovia - 03-26-2020, 02:30 PM - Forum: General questions
- Replies (10)
|
 |
When I recently updated to 2.10.18-4, Heal Selection stopped working. I'm sure quite a few other plugins were broken as well, but I stopped and rolled back to 2.10.18-2 as I was in the middle of a project.
Today I was trying to see if anyone else had problems after this recent update and couldn't find anything. After installing it again, I realized I had missed a message during installation.
Code:
(1/3) upgrading gimp
> The python2 plugin support is disabled, you will need to install this
> separately if you need it, e.g. the python2-gimp package in the AUR.
Of course I then tried to install this package.
Code:
$ yay python2-gimp
1 aur/python2-gimp 2.10.18-1 (+2 1.76%) (Orphaned)
It appears to be orphaned and indeed the download failed. I figured out that download.gimp.org was offline and used a mirror instead. After building and installing this package, everything is back up and working.
So my question is if anyone else is having these issues, or is this just an Arch Linux issue right now?
Is there a discussion somewhere on the future of python2 dependencies and converting old plugins to python3?
|
|
|
Trying to make an icon transparent for webpage |
Posted by: jrd656 - 03-25-2020, 01:37 PM - Forum: General questions
- Replies (1)
|
 |
I've been trying to take an image and make it transparent for use on a webpage I'm making for a practice project.
I've found this icon, which looks ideal:
https://toppng.com/uploads/preview/arrow...cxsqad.png
I've managed to add an alpha layer and remove the background so that I have a transparent layer on my website. The problem comes when I try to make the icon itself transparent. I've tried:
- Using the layer tool to make the whole layer 50% opaque
- Using the fill, eraser, colors>map>color exchange, etc features to make the icon transparent. They all make it look transparent on my GIMP software, but when I put them on my website it stops working.
Can anyone please help me out and save my sanity?
|
|
|
Error in 2.10.18 running in batch mode "ff-save.dll" and "ff-load.dll" can't be found |
Posted by: sethsdad - 03-25-2020, 09:58 AM - Forum: General questions
- Replies (1)
|
 |
I've been hitting this error message lately when running the gimp-console in batch mode and not sure what to do about it:
Code:
GEGL-Message: 09:53:21.983: Module 'C:\Program Files\GIMP 2\lib\gegl-0.4\ff-load.dll' load error: 'C:\Program Files\GIMP 2\lib\gegl-0.4\ff-load.dll': The specified module could not be found.
GEGL-Message: 09:53:22.014: Module 'C:\Program Files\GIMP 2\lib\gegl-0.4\ff-save.dll' load error: 'C:\Program Files\GIMP 2\lib\gegl-0.4\ff-save.dll': The specified module could not be found.
Both of those DLL's are in the location mentioned so I'm not sure why its complaining.
I get this error when running either script-fu or python-fu scripts. The scripts still run but the error is a worry, I'm no importing these directly so assume its part of GIMP's start up.
Any ideas?
|
|
|
What is the correct way to close a python batch job? |
Posted by: sethsdad - 03-24-2020, 10:22 PM - Forum: Extending the GIMP
- Replies (5)
|
 |
Hi all,
I've been trying hard to get a batch script converted over from script-fu in Python but I'm struggling to get it to close the process as I can't seem to get it to close GIMP. The script runs but it won't kill the process so is making everything hang.
I can't seem to find any docs on how to actually do some of this stuff, it seems that those that know, know and I'm not sure how to fill in the gaps in my knowledge.
Up front I'm new to python but a long in the tooth coder in various other languages.
So my question is, what is the correct way to close GIMP these days?
I'm running GIMP 2.10.18 on Windows 10
This is roughly my command I'm running:
"C:\Program Files\GIMP 2\bin\gimp-console-2.10.exe" -id --batch-interpreter python-fu-eval -b "import sys;sys.path=['.']+sys.path;import mydynamicTextReplace;dynamicTextReplace.process('my_example_param_1')"
So far I've tried (yep I'm in cut and paste "lets see if this works" land at this point):
- Adding '-b (gimp-quit 0)' to the end of the command, this was a left over from the script-fu script and I think this fails as I've told it to use the python parser not script-fu?
- Adding '-b "pdb.gimp_quit(1)" ' to the end of the command, no luck with this one
- Adding '-b "gimp.quit(1)" ' to the end of the command, no luck with this one either
- Adding variations of "gimp.quit" and "pdb.quit" to the end of my script that I'm importing but these all seem to have zero effect
Thought and guidance? Are there any docs online about doing this sort of stuff better, it feels way to fumbling around in the dark to me and I've been at this several sessions now.
Many thanks in advance.
|
|
|
|