Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
Open, save buttons on bot...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: GrumpyDeveloper
5 hours ago
» Replies: 8
» Views: 2,856
|
edit_paste pastes at inco...
Forum: Scripting questions
Last Post: Ofnuts
5 hours ago
» Replies: 1
» Views: 57
|
Clone size randomly chang...
Forum: General questions
Last Post: oldschool1@runbox.com
9 hours ago
» Replies: 2
» Views: 135
|
AI Gimp Plugins
Forum: Watercooler
Last Post: Zbyma72age
11 hours ago
» Replies: 20
» Views: 53,253
|
Gimp closes automatically
Forum: General questions
Last Post: sallyanne
Yesterday, 05:50 AM
» Replies: 2
» Views: 183
|
AIGoR - Artificial Image ...
Forum: Other graphics software
Last Post: vitforlinux
07-16-2025, 11:10 AM
» Replies: 12
» Views: 3,784
|
Is This Possible ? Print ...
Forum: General questions
Last Post: sallyanne
07-16-2025, 07:47 AM
» Replies: 4
» Views: 179
|
Gimp Crash
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
07-16-2025, 07:16 AM
» Replies: 1
» Views: 137
|
producing an image
Forum: Gallery
Last Post: MJ Barmish
07-15-2025, 06:37 PM
» Replies: 0
» Views: 102
|
GIMP 3.x: Editing a pdf
Forum: General questions
Last Post: rich2005
07-15-2025, 03:20 PM
» Replies: 1
» Views: 120
|
|
|
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.
|
|
|
scaled image smaller, lost image clarity |
Posted by: sedmont - 02-18-2023, 08:29 PM - Forum: General questions
- Replies (2)
|
 |
In Gimp is there a way to scale an image down without losing image clarity?
I have some images in various layers. I flattened them, then scaled the result down from 6.88 inches wide to 6.5 inches wide (with the height also scaling down automatically in proportion). But the image clarity on screen before scaling down was better than after scaling down.
Thanks for any assistance.
I think I see how, now. The problem was that when I scaled down, I did so by changing the image size directly, while the resolution (300 ppi) remained the same. So by reducing the size, i was also reducing the total number of pixels in the image. So instead, I changed the image size by increasing the resolution. By raising resolution from 300 ppi to 317, the image automatically shrank to 6.511 inches wide (in printing). Because the total number of pixels in the image remained the same, compressing more pixels into an inch, the total size of the image decreases. But you have the same number of pixels, so resolution is not lost. I think...
|
|
|
exporting from gimp to pdf while preserving full resolution |
Posted by: sedmont - 02-17-2023, 02:23 PM - Forum: General questions
- Replies (5)
|
 |
Hi,
How can I know that when I export a gimp image to pdf, that the original gimp resolution is preserved in the pdf?
I created gimp images measuring 6.88 inches by 10.5 inches at 300 x 300 ppi.
After I export one of those images to pdf and open the pdf in Adobe Acrobat, and set Adobe to display at 300px/inch, the image on screen visually appears MUCH bigger than 6.88 inches by 10.5 inches. Maybe 3 times larger on the screen than that. That seems to mean the resolution of the pdf is far down from the resolution of the original gimp image, right? Yet Adobe has a little box at the lower left of the screen saying the image is 6.88 inches by 10.5 inches.
So has the resolution gone down in the pdf?
Thanks for any assistance.
|
|
|
|