Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,578
» Latest member: ДианаJak
» Forum threads: 7,454
» Forum posts: 40,737

Full Statistics

Latest Threads
Missing fonts when export...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: chblondel
5 minutes ago
» Replies: 9
» Views: 477
Bug: gimp-drawable-get-pi...
Forum: Extending the GIMP
Last Post: AgHornet
2 hours ago
» Replies: 0
» Views: 22
Gimp 3.0.4 - Windows 10 -...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
3 hours ago
» Replies: 1
» Views: 36
GIMP 3.04 opens with wind...
Forum: Windows
Last Post: rich2005
7 hours ago
» Replies: 2
» Views: 124
Macroglossum stellatarum
Forum: Watercooler
Last Post: denzjos
8 hours ago
» Replies: 2
» Views: 102
Missing script-fu "refres...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: Frenchie
9 hours ago
» Replies: 11
» Views: 366
processes in Whitelist
Forum: OSX
Last Post: rich2005
Yesterday, 09:45 AM
» Replies: 5
» Views: 198
Digikam: photo management...
Forum: Other graphics software
Last Post: denzjos
Yesterday, 06:53 AM
» Replies: 7
» Views: 4,602
AIGoR - Artificial Image ...
Forum: Other graphics software
Last Post: rich2005
07-01-2025, 12:12 PM
» Replies: 10
» Views: 3,130
Can't see GIMP windows
Forum: Gimp 2.99 & Gimp 3.0
Last Post: Tankred
07-01-2025, 11:48 AM
» Replies: 3
» Views: 266

 
Exclamation Brush dialog box
Posted by: dworldjumper - 02-21-2023, 05:50 AM - Forum: General questions - Replies (3)

Hi, I am asking about the brush dialog box. I cannot get the brushes inside the dialog box to be anything other than very tiny. I have seen in pictures that you can get the previews on the right to be bigger, but I cannot find a way to do that. Any help would be appreciated. Thanks.

Print this item

  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]

Have fun

Print this item

  How to install Beaver's third party GEGL Plugins for Gimp?
Posted by: JonathanEarth - 02-20-2023, 07:53 AM - Forum: OSX - Replies (6)

How do I install Beaver's third party GEGL Plugins for Gimp?

https://github.com/LinuxBeaver

Print this item

  Documentation in PDF?
Posted by: Punchcard - 02-19-2023, 10:43 PM - Forum: General questions - Replies (2)

Is there a way to convert the online HTML doc to a pdf file?

Print this item

  Maximum File Size?
Posted by: Punchcard - 02-19-2023, 08:39 PM - Forum: General questions - Replies (3)

Windows 7 Home Premium 64-bit
Gimp 2.10.32
Computer memory 6 GB
pagefile.sys size 10,485,760,000 bytes

What is the maximum file size GIMP can handle?

I tried to load a TIFF file, size 4,291,384,074 bytes
GIMP did not crash, but it failed to handle the file
The attachments show what happened.

   
   
   

Print this item

  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.

Print this item

  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...

Print this item

Question Convert selection to a row of tiles
Posted by: danboid - 02-18-2023, 04:24 PM - Forum: Extending the GIMP - Replies (12)

I'm writing a game for the open source Uzebox games console. Its tile conversion program expects the input to be one row of 8x8 pixel tiles. Currently, I have to prepare the graphics working by an 8x8 grid and then manually cut the sprites and other graphical resources into individual 8x8 tiles and then manually move each tile into a single horizontal row to keep the tile conversion program happy. Pretty tedious stuff.

This process would be much easier if there was a GIMP plugin to automate most of this process by turning a rectangular GIMP selection into a new image composed of a single horizontal row of (8x8, or whatever the user specifies) tiles.

https://github.com/Saiapatsu/random-tiling

Does such a plugin already exist?

Thanks!

uzebox.org

Print this item

  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.

Print this item

  GIMP 2.10.32 Release 1 (Apple Silicon) works with Ventura?
Posted by: headingtonheritage - 02-17-2023, 10:52 AM - Forum: General questions - Replies (3)

GIMP 2.10.32 Release 1 (Apple Silicon) works with Ventura?

Been wanting to upgrade from Monterey to Ventura, but every upgrade on Mac has been a disaster.

Does this work please?

Print this item