| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 4,895
» Latest member: nekcab
» Forum threads: 7,955
» Forum posts: 43,279
Full Statistics
|
| Latest Threads |
panorama correction
Forum: Tutorials and tips
Last Post: denzjos
5 hours ago
» Replies: 0
» Views: 30
|
GIMP for win xp 32 bit pr...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: rich2005
6 hours ago
» Replies: 11
» Views: 622
|
resynthesizer 1.0
Forum: Extending the GIMP
Last Post: rich2005
7 hours ago
» Replies: 4
» Views: 130
|
Picture Frame Glass Effec...
Forum: General questions
Last Post: sallyanne
Yesterday, 01:32 PM
» Replies: 6
» Views: 450
|
Resynthesizer for Windows...
Forum: Extending the GIMP
Last Post: rich2005
08-11-2026, 05:19 PM
» Replies: 6
» Views: 34,338
|
Is there a gimp plugin th...
Forum: Extending the GIMP
Last Post: rich2005
08-11-2026, 10:43 AM
» Replies: 10
» Views: 20,508
|
Excellent Tutoriols for b...
Forum: Tutorials and tips
Last Post: rich2005
08-10-2026, 08:30 AM
» Replies: 3
» Views: 371
|
add links for one dot to ...
Forum: General questions
Last Post: saint_m
08-10-2026, 07:44 AM
» Replies: 4
» Views: 376
|
imgur blocked
Forum: Watercooler
Last Post: R Soul
08-09-2026, 12:51 AM
» Replies: 5
» Views: 2,745
|
Layers
Forum: General questions
Last Post: TeckyWalla
08-08-2026, 09:07 PM
» Replies: 2
» Views: 308
|
|
|
| BIMP Not installing |
|
Posted by: Taggs - 02-22-2023, 01:48 PM - Forum: Extending the GIMP
- Replies (4)
|
 |
I've moved my GIMP 2.10.32 installation from my C drive to D drive due to space issues. Since then I can't get the BIMP add-on to work.
I've run the installer from here (I'm running Windows 10 64bit) but the option does not appear on the file menu. I've checked my add-on folder location and it is pointing to the correct place.
Any help to get this working would be much appreciated, as I use the add-on regularly and it saves me a lot time.
Many thanks
|
|
|
| My GEGL Plugins for text styling |
|
Posted by: BeaverGEGLFreak - 02-20-2023, 05:59 PM - Forum: Extending the GIMP
- Replies (20)
|
 |
A lot of you probably already know who I am. My name is Beaver and I make third party GEGL text styling plugins for Gimp. You can install my plugins by following instructions on https://github.com/LinuxBeaver or going to each filters Github release page and compiling and installing binaries.
https://github.com/LinuxBeaver
Windows
Code:
C:\Users<YOUR NAME>\AppData\Local\gegl-0.4\plug-ins
Linux
Code:
/home/(USERNAME)/.local/share/gegl-0.4/plug-ins
Linux Flatpak
Code:
/home/(USERNAME)/.var/app/org.gimp.GIMP/data/gegl-0.4/plug-ins
Create a plug-ins folder if it doesn't exist.
![[Image: text.png]](https://github.com/LinuxBeaver/LinuxBeaver/raw/main/text.png)
Have fun
|
|
|
| Remove Lama Cleaner |
|
Posted by: meetdilip - 02-19-2023, 03:59 AM - Forum: Other graphics software
- Replies (15)
|
 |
Hi, I installed Lama Cleaner using these commands in Ubuntu 22.04
Code:
pip install lama-cleaner
Code:
lama-cleaner --model=lama --device=cpu --port=8080
It took a lot of space than I imagined ( around 4GB, I guess ) and it is not waiting till I draw the mask completely. The result was not very satisfactory for me either. So I tried to save some space by removing it using
Code:
pip uninstall lama-cleaner
The command was executed immediately, but I see that the space is still gone. I tried to remove the cache using Bleachbit as root, but only 320 MB was removed.
Any chance I can completely remove Lama Cleaner and win back the space?
Thanks.
|
|
|
|