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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,582
» Latest member: Lindabax
» Forum threads: 7,456
» Forum posts: 40,742

Full Statistics

Latest Threads
GIMP 3.04 opens with wind...
Forum: Windows
Last Post: SteveH
2 hours ago
» Replies: 3
» Views: 143
Bug: gimp-drawable-get-pi...
Forum: Scripting questions
Last Post: Ofnuts
3 hours ago
» Replies: 1
» Views: 63
Cannot Install BIMP to GI...
Forum: Extending the GIMP
Last Post: Ofnuts
3 hours ago
» Replies: 1
» Views: 43
Missing fonts when export...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: chblondel
5 hours ago
» Replies: 9
» Views: 490
Gimp 3.0.4 - Windows 10 -...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
8 hours ago
» Replies: 1
» Views: 61
Macroglossum stellatarum
Forum: Watercooler
Last Post: denzjos
Today, 09:47 AM
» Replies: 2
» Views: 118
Missing script-fu "refres...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: Frenchie
Today, 08:38 AM
» Replies: 11
» Views: 376
processes in Whitelist
Forum: OSX
Last Post: rich2005
Yesterday, 09:45 AM
» Replies: 5
» Views: 205
Digikam: photo management...
Forum: Other graphics software
Last Post: denzjos
Yesterday, 06:53 AM
» Replies: 7
» Views: 4,608
AIGoR - Artificial Image ...
Forum: Other graphics software
Last Post: rich2005
07-01-2025, 12:12 PM
» Replies: 10
» Views: 3,134

 
  Wavy Palaces Of the Ambassadors
Posted by: Ofnuts - 09-08-2021, 11:40 AM - Forum: Gallery - No Replies

Source photo is not too good (Andalusia's skies aren't that blue in later October), but works OK as a demo of how to keep the center intact with Filters ➤ Distorts ➤ Waves.

   

Print this item

  wacom buttons
Posted by: aka - 09-08-2021, 05:39 AM - Forum: General questions - Replies (5)

Hi,

I have a wacom intuos, the pen (and its pressure) works but not the buttons.

Does someone know this problem ?

Thanks  Smile

Print this item

  Free select tool questions
Posted by: Mitchel B - 09-08-2021, 03:12 AM - Forum: General questions - Replies (3)

Hi all, new to the forum. I have always used PS but can no longer on this machine so trying Gimp. I'm trying to define a weak stamping on a small automotive electrical relay. Having trouble with the free select tool losing the inside edge while trying to bucket fill the selection. So let me show you the image and you guys please give me some insight on how to make this image good enough for a rubber stamp company. The Tree and W are what I am working on. You can see that part of the left side of tree is either worn off or didn't stamp correctly. This relay will be bead blasted, re painted in catalyzed automotive paint, and hopefully re stamped with acrylic enamel. So to reiterate, I've managed to create the outer selection, and the inner but when trying to fill the inner disappears and I can't get it back.

[Image: relay.jpg]

Print this item

  GIMP 2.10.26 is out
Posted by: PixLab - 09-07-2021, 01:55 AM - Forum: General questions - Replies (1)

at least the source
https://download.gimp.org/mirror/pub/gimp/v2.10/

just few days to wait if you don't compile yourself Wink

Print this item

  how to fix alongated stars
Posted by: stevety - 09-06-2021, 03:51 PM - Forum: General questions - Replies (1)

how can i fix alongated stars after picture taken

Print this item

  Gimp 2.10(.26) .28
Posted by: rich2005 - 09-06-2021, 01:25 PM - Forum: Linux and other Unixen - Replies (8)

Gimp 2.10.26 released, at least the code is there: https://download.gimp.org/mirror/pub/gimp/v2.10/

Using the Gimp 2.10  flatpak, that is already built, do a flatpak update  

Other packages ? It is wait and see. I do not suppose an appimage is coming so probably for 'buntu / Mint users keep an eye on https://launchpad.net/~ubuntuhandbook1/+...buntu/gimp

As far as I can tell from the developers log, it is mainly bug-fixes.

Print this item

  Need a grid of 100 lines per inch
Posted by: legswilly - 09-06-2021, 09:14 AM - Forum: General questions - Replies (1)

Hi, I need a Ronchi screen of 100 lines per inch. That is vertical lines of alternating black and no colour, the lines of which are 0.0025 inch wide. This would give 100 black lines per inch.
Could someone show how to do this, or even better, make a file that is for an A4 paper filled with the screen and I could get it printed on transparent film. I have a laser printer which I could try.
I would also post the file on a telescope maker, astronomy forum, if that is OK.

Please let there be a person that has pity on me.

Print this item

  Image structure
Posted by: aka - 09-06-2021, 09:01 AM - Forum: General questions - Replies (3)

Hi,

I am begining with gimp and please need an advice ; take a look to the jointed picture.

My question is : which is the best way to have :

1. the green only in the red shap (NO green out the red shape).
2. the blue only out of the red shape (NO blue in the red shape).

I tried several things, but I think that people with experience can help me a lot !

Thanks,

aka



Attached Files Image(s)
   
Print this item

  Automated batch xcf layer combining and png exporting
Posted by: gimpler - 09-05-2021, 03:36 AM - Forum: Extending the GIMP - Replies (6)

Big favor to ask of you scripting/programming gurus. I have three directories full of Gimp XCF layers and need help automating the combining of them, and exporting the resulting images as PNGs.

I'm agnostic to what language(s) are used, as long it'll run on a mac, specs below.

So the idea is to sequentially loop through the three directories, load one respective XCF layer from each, and export the three-layer combination as a PNG in a 4th directory.  The PNG filename could be a concatenation of the three XCF filenames used for each resultant image.

Directory structure looks like this:

ProjectName
  Layer1Files (top layer)
    A0.xcf
    A1.xcf
    A2.xcf
    A3.xcf
    A4.xcf
  Layer2Files (middle layer)
    B0.xcf
    B1.xcf
    B2.xcf
    B3.xcf
    B4.xcf
  Layer3Files (background layer)
    C0.xcf
    C1.xcf
    C2.xcf
    C3.xcf
    C4.xcf
  CombinedPngs (to be created)
    A0B0C0.png
    A0B0C1.png
    ...
    A0B0C4.png
    A0B1C0.png
    A0B1C1.png
    etc.

And so forth until we get from A0B0C0.png all the way to A4B4C4.png.

Mac is running Catalina 10.15.7
Gimp 2.10.24 per the Mac binary download.
Python 2.7.16 per MacOS default. (Though I understand this version is obsolete.)
Bash 3.2 is accessible (though zsh 5.7.1 is the default).
Scheme I've see mentioned but know nothing about.
Same with Fu.
Happy to upgrade and/or install whatever's needed to get this done.

THANK YOU to anyone willing to help with this!

Print this item

  Enhance Sharpen Does Not Work!
Posted by: Mee - 09-04-2021, 05:13 PM - Forum: General questions - Replies (1)

Enhance sharpen does not work on a text field on Gimp 2.1.
On Gimp 2.8 you could use the enhance/sharpen in a text field or box??
I have tried this on Fedora and Debian.
On Xubuntu, Gimp 2.8 it works.

Print this item