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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,904
» Latest member: shashasami
» Forum threads: 7,678
» Forum posts: 41,774

Full Statistics

Latest Threads
Outlined and filled in 3....
Forum: General questions
Last Post: rich2005
5 hours ago
» Replies: 2
» Views: 77
Can't find path plug-in
Forum: General questions
Last Post: programmer_ceds
10 hours ago
» Replies: 5
» Views: 199
Upgrade 3.0.6
Forum: Windows
Last Post: J-C R 45
Today, 03:07 AM
» Replies: 4
» Views: 282
ASTROPHOTOGRAPHY- CREATIN...
Forum: Tutorials and tips
Last Post: Zero01
Yesterday, 07:24 PM
» Replies: 5
» Views: 477
"Plug-in crashed" on GIMP...
Forum: General questions
Last Post: rich2005
10-29-2025, 09:26 AM
» Replies: 1
» Views: 189
free e-on 3D software
Forum: Other graphics software
Last Post: gasMask
10-29-2025, 07:43 AM
» Replies: 2
» Views: 204
fill area has a border..
Forum: General questions
Last Post: Studoc64
10-29-2025, 12:48 AM
» Replies: 3
» Views: 207
A simple function to use ...
Forum: Extending the GIMP
Last Post: Scallact
10-27-2025, 05:20 PM
» Replies: 0
» Views: 163
Is there any version wher...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: rich2005
10-27-2025, 11:06 AM
» Replies: 9
» Views: 2,882
Copy content of channels ...
Forum: General questions
Last Post: Ofnuts
10-26-2025, 12:41 PM
» Replies: 2
» Views: 310

 
  Grid Pencil Misallignment
Posted by: Abdullah2025 - 01-06-2025, 12:44 PM - Forum: General questions - Replies (7)

The pencil tool does not allign with the tile of a grid even when the grid size and brush size are the same, except for when both are one. Instead on 2 by 2 grid size, the 2 pixel pencil creates like a plus cursor which spills out of the tile. I have enabled snap to grid on, but this still happens. Also I have tried various settings like changing the offset and spacing but they don't fix the problem either. How can this be fixed?



Attached Files Thumbnail(s)
   
Print this item

  HSV missing from Mode menu
Posted by: guylgardner - 01-05-2025, 11:42 PM - Forum: Gimp 2.99 & Gimp 3.0 - Replies (1)

I am trying the smart sharpening recommendation posted on the Gimp web site. But in Image -> Mode menu HSV does not show up as an option 

I am on the current Mac OS version on my M1 Mac mini and just downloaded GIMP from the official website today. 

Why is RSV missing? What do I do t get it to show up?

I appreciate any help you can provide.

I have a bunch of older pics from family and would love to sharpen them up.

See attached screen snap images.

Thanks,
Guy


(01-05-2025, 11:42 PM)guylgardner Wrote: I am trying the smart sharpening recommendation posted on the Gimp web site. But in Image -> Mode menu HSV does not show up as an option 

I am on the current Mac OS version on my M1 Mac mini and just downloaded GIMP from the official website today. 

Why is RSV missing? What do I do t get it to show up?

I appreciate any help you can provide.

I have a bunch of older pics from family and would love to sharpen them up.

See attached screen snap images.

Thanks,
Guy

PS. An older version showed the same thing on this same Mac earlier today.



Attached Files Image(s)
           
Print this item

  How do I fill and avoid smooth brush screwing things up?
Posted by: Jonathan790 - 01-04-2025, 11:59 PM - Forum: General questions - Replies (3)

Any tips? See picture, as you can see the black shadow is messed up as I fill it due to having used a smooth ink tool to draw the lines. Fuzzy select + grow kind of helps but then you lose the benefit of the smooth edges.



Attached Files Thumbnail(s)
   
Print this item

  Help making Predator look better in the image
Posted by: Tygra - 01-04-2025, 12:43 PM - Forum: General questions - Replies (2)

Hi guys,

I am working on the following image that is attached.

If you see, Predator is behind Arnie, but I am not happy with how Predator looks. I think the colours are matched because Predator is quite hard to pick out - its like he's camouflaged in the image. I have tried experimenting with lighting and shadows, but I am a complete novice at this.

My question is: how can I improve Predator in the image?



Attached Files Thumbnail(s)
   
Print this item

  CMYK issue: Krita or Cyan
Posted by: enrimoore - 01-04-2025, 11:27 AM - Forum: Other graphics software - Replies (14)

Hello everybody and happy new year

I am asking here: Cyan is integrated with Gimp.
I need to convert RGB to CMYK for printing.
I wanted to use Cyan or Krita, they seem equivalent.
I found something very odd to me, so after a lot of tests, imho the issue is that  
whatever the optional settings, with the exact same conversion to CMYK, tif and jpg :
a difference of about 95% exists between the jpg and tiff versions 
(using a very consistent application)

The two CMYK versions, tif or jpg, are not even similar obviously. Even visually.

Many other tests suggest that this cannot be caused just by jpg loss of quality.
I would use the tif format, but this strange total difference seems worrying to me.

No idea if somebody way more knowledgeable, can suggest something.
I emailed the developer of Littlecms, but I don't know if they will clarify.
Maybe somebody can just confirm that the tiff version should be correct enough?
Btw, the only format producing an output equivalent to tif, is Photoshop, psd format. 
Also, the result is the same with Krita or Cyan. I think they use Littlecms. 

Thanks for any help or suggestion and best
enri

Print this item

  Gimp, Python versions, and flatpak
Posted by: chrispanda - 01-04-2025, 11:09 AM - Forum: Scripting questions - Replies (4)

I've been writing a python plugin for gimp, using RC2 installed with flatpak.  It's been a steep learning curve but i have it working.
I now want to take some of that code and put it in a standalone python app, since it doesn't actually need the gimp interface

My idea was to simply use the system python and import the necessary gi repository files - but they are already installed inside the flatpak

Is there a way to use the python version installed with gimp and flatpak from outside the flatpak sandbox?
Or should I copy the gi repository files into the system python directories, and if so where?

Many thanks

Print this item

  Gimp, Python versions, and flatpak
Posted by: chrispanda - 01-04-2025, 10:44 AM - Forum: General questions - Replies (1)

I've been writing a python plugin for gimp, using RC2 installed with flatpak.  It's been a steep learning curve but i have it working.
I now want to take some of that code and put it in a standalone python app, since it doesn't actually need the gimp interface

My idea was to simply use the system python and import the necessary gi repository files - but they are already installed inside the flatpak

Is there a way to use the python version installed with gimp and flatpak from outside the flatpak sandbox?
Or should I copy the gi repository files into the system python directories, and if so where?

Many thanks

Print this item

  G'mic 3.5.0
Posted by: Gimper_PP - 01-03-2025, 04:11 PM - Forum: Gimp 2.99 & Gimp 3.0 - Replies (2)

mijn laptop draait op MS Windows 11. hier heb ik GIMP 3 RC2 geïnstaleerd.
vorige versie was GIMP 2.10. daar had ik g'mic geïnstaleerd.
nu heb ik de nieuwe versie van G'mic (3.5.0) maar wanneer ik deze uitvoer komt deze niet zoals vorige versie te voorschijn onder filters in GIMP 3 RC2.

Hoe is dit probleem ontstaan?

Print this item

  The French regulations as a Git repository
Posted by: Ofnuts - 01-02-2025, 09:49 AM - Forum: Watercooler - Replies (3)

So you can determine which assembly vote changed what.

https://git.tricoteuses.fr/textes_consolides

(yes, some changes appear to be 200 years in the future, due to a typo, fix is in progress)

Print this item

  old photo restore for gimp 3.0?
Posted by: Todd - 01-02-2025, 08:32 AM - Forum: General questions - Replies (6)

Hi All,

Is there an old photo restore plugin for Gimp 3.0?

I asked this guy for it:
     https://github.com/stongey/PhotoRestore/issues/2

But  I am not sure he has written it yet or ever will.

-T

Print this item