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: rich2005
3 hours ago
» Replies: 1
» Views: 219
|
How do I uninstall GIMP 3...
Forum: Linux and other Unixen
Last Post: Ofnuts
4 hours ago
» Replies: 1
» Views: 74
|
AI Gimp Plugins
Forum: Watercooler
Last Post: merlilderman
Yesterday, 04:16 PM
» Replies: 21
» Views: 68,232
|
How to make a watermark o...
Forum: General questions
Last Post: kyolim
09-13-2025, 10:05 PM
» Replies: 5
» Views: 14,184
|
Linux command that does e...
Forum: Other graphics software
Last Post: rich2005
09-13-2025, 06:06 PM
» Replies: 1
» Views: 480
|
reliable Gimp 2.10.38 dow...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: denzjos
09-13-2025, 05:20 PM
» Replies: 2
» Views: 386
|
Batch Color Saturation
Forum: Extending the GIMP
Last Post: rich2005
09-13-2025, 07:53 AM
» Replies: 15
» Views: 12,072
|
Photo play-time
Forum: Gallery
Last Post: Ofnuts
09-13-2025, 07:32 AM
» Replies: 24
» Views: 21,903
|
BIMP plugin for GIMP 3.10
Forum: Extending the GIMP
Last Post: firefly
09-12-2025, 11:53 PM
» Replies: 2
» Views: 736
|
pl_stroke_arrows GIMP 3.0...
Forum: Extending the GIMP
Last Post: Scallact
09-12-2025, 04:03 PM
» Replies: 0
» Views: 387
|
|
|
can anyone help |
Posted by: justin65 - 05-04-2021, 09:40 AM - Forum: General questions
- Replies (10)
|
 |
Hello,
Is there anyone willing to improove a old photo for me. I am in the process of doing a family album which i am going to call the living album as i have converted my old family photos to animation. I have a slight problem with my dads photo in that when i animate it his forehead as got a white patch on the left hand side of his head, the photo in general is slightly washed out. Im not experienced enough to improove this photo without making it look like its false. i realise i need to keep it as original as possible but im sure it could do with some very delicate work in the right hands. anyone willing to help me i will send a few pounds for drink.
|
|
|
automate steps in gimp 2.10 |
Posted by: alain.roger - 04-30-2021, 07:51 PM - Forum: General questions
- Replies (2)
|
 |
Hello,
I would like to know if there is a way to automate some repetitive tasks in GIMP 2.10.x ?
e.g. I have several photos and I always to the same few tasks in the same order in purpose to remove the background and I would like to know if there is a way to script all those tasks or a recorder for this thing ?
i.e.
- turn image to greyscale
- change levels
- copy a mask from obtained photo in BW
- create mask layer from previous step
- get person/object only while background is transparent
- save/export result in png file.
something like that :-)
thx
|
|
|
Installing pgimp package in Ubuntu Studio 20.10 |
Posted by: rgbellotti - 04-29-2021, 10:22 PM - Forum: Linux and other Unixen
- No Replies
|
 |
I noticed that Gimp does not have python-fu available (only script-fu), and from what I can tell this is because Ubuntu Studio 20.10 doesn't come with python 2.7 preinstalled. So I installed python 2.7 and the necessary 'numpy' and 'typing' packages with pip, but am still getting an error when I try to install 'pip3 install pgimp' or even 'pip install pgimp'
Here is the terminal error message involved:
pip3 install pgimp
Collecting pgimp
Using cached pgimp-1.0.0a22.tar.gz (140 kB)
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.arg
v[0] = '"'"'/tmp/pip-install-e4gzeesl/pgimp/setup.py'"'"'; __file__='"'"'/tm
p/pip-install-e4gzeesl/pgimp/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"
', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.clo
se();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp
/pip-pip-egg-info-9br474gc
cwd: /tmp/pip-install-e4gzeesl/pgimp/
Complete output (7 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-e4gzeesl/pgimp/setup.py", line 42, in <module>
check_python2_installation()
File "/tmp/pip-install-e4gzeesl/pgimp/setup.py", line 37, in check_pyt
hon2_installation
raise GimpInstallationException(
__main__.GimpInstallationException: At least one of the following packag
es is missing in the python2 installation: numpy, typing
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Chec
k the logs for full command output.
#####################
Even though I already have numpy and typing installed, it still gives the same error message. Do I need to configure python2.7 after the initial install before it gets recognized properly? Gimp on my other machine (Ubuntu plain 20.04) has python-fu working already, yet it only has python3 installed and not python2. So I'm a bit confused as to what the actual conflict is, or what the requirements are for python-fu.
well for the time being, I installed the latest version of GIMP as of now (v2.10.24) with flatpak and python-fu is available now and working. *shrug* Not the ideal fix but it's an option
|
|
|
|