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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,778
» Latest member: Donaldboava
» Forum threads: 7,593
» Forum posts: 41,393

Full Statistics

Latest Threads
How to make a watermark o...
Forum: General questions
Last Post: kyolim
Yesterday, 10:05 PM
» Replies: 5
» Views: 13,970
Linux command that does e...
Forum: Other graphics software
Last Post: rich2005
Yesterday, 06:06 PM
» Replies: 1
» Views: 319
reliable Gimp 2.10.38 dow...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: denzjos
Yesterday, 05:20 PM
» Replies: 2
» Views: 238
Batch Color Saturation
Forum: Extending the GIMP
Last Post: rich2005
Yesterday, 07:53 AM
» Replies: 15
» Views: 11,855
Photo play-time
Forum: Gallery
Last Post: Ofnuts
Yesterday, 07:32 AM
» Replies: 24
» Views: 21,698
BIMP plugin for GIMP 3.10
Forum: Extending the GIMP
Last Post: firefly
09-12-2025, 11:53 PM
» Replies: 2
» Views: 609
pl_stroke_arrows GIMP 3.0...
Forum: Extending the GIMP
Last Post: Scallact
09-12-2025, 04:03 PM
» Replies: 0
» Views: 268
How do you make text circ...
Forum: General questions
Last Post: rich2005
09-12-2025, 07:18 AM
» Replies: 12
» Views: 3,342
New Install, Black Screen...
Forum: OSX
Last Post: akhrameev
09-11-2025, 02:32 PM
» Replies: 3
» Views: 3,009
Trouble changing backgrou...
Forum: General questions
Last Post: tomatoSauce23
09-11-2025, 12:50 PM
» Replies: 6
» Views: 1,514

 
  Foreground problem on Mac
Posted by: Mazzeltje - 06-11-2021, 04:07 PM - Forum: General questions - Replies (11)

I'm using Mac OS Big Sur and use GIMP 2.10. In spite of all the tutor video's I can't create a background to remove. After selecting Foreground at the end of the process, nothing happens. There appear no lining around the foreground. Does anyone recognise this problem? If yes, can it be solved?

Print this item

  Anotheruse for the tartan-weave mask
Posted by: Ofnuts - 06-11-2021, 03:33 PM - Forum: Gallery - No Replies

   

Print this item

  What is GIMP's color matching algorithm?
Posted by: trandoductin - 06-11-2021, 02:10 PM - Forum: General questions - Replies (1)

When you have an image that is in indexed color (so it has a palette that contains a set numbers of colors, example 10 colors only).
Then when you bring in an RGB full color image (by pasting it in I guess).
GIMP will turn your your RGB full color image into indexed as well, while trying to match colors of your RGB to indexed as best it can.

What is their formula/algorithm for doing this? I want enough details to replicate GIMP's color-matching functionality.


How can I find it in code in GIMP's source code?

Why do I want to know this?: I want to add a color matching method for my cross-stitching plug-ins called "GIMP's method" instead of Delta-E and Perceptive as these are sometimes off as well...and GIMP's seem to do a great job at keeping the RGB image looking very close with those limited indexed colors.  Just curious to find out if GIMP's method is superior compared to Perceptive and/or Delta-E.

Thank you in advance.

Print this item

  Cross-link a path
Posted by: Overdrive - 06-11-2021, 02:10 PM - Forum: General questions - Replies (3)

Hello, I didn't find how to cross-link a path. Is it possible in Gimp and how to do it. I need it as i am using the path tool to create something like a map of countries with their borders. Thanks !

Print this item

  mutually exclusive layer masks
Posted by: jonnie45 - 06-10-2021, 11:37 AM - Forum: General questions - Replies (4)

Hi, newbie to the forum here.

I wondered if anyone could advise on the following?

I am using artistic effects that apply to the whole layer rather than ones that can be used with a paint tool.

I want to style the artistic effect differently in different parts of the image - for example an artistic effect might have a stroke direction - an 'angle' -
so "on this part of the image strokes should be at 30 degrees and over here strokes should be at 60 degrees".

So the problem is how to vary effects that apply to the whole layer with regional variations by changing a variable or setting supplied in the artistic filter, I am using 'stroke angle' for an example but it could be any variable that can be changed on an artistic effect that is applied to the whole layer. 

The method I have been experimenting with is to make say 5 layers and apply the "whole layer" artistic effect to each layer in turn, each time with a different stroke angle.
So I may have

layer0 - stroke angle of 0 degrees applied to artistic effect
layer1 - stroke angle of 30 degrees applied to artistic effect
layer2 - stroke angle of 60 degrees applied to artistic effect

and so on....

I then added a layer mask to each layer.

This means I can achieve the result I want and I can see the result live in the main layer as I use say the rubber tool to remove areas of layer mask for each layer, if I rub out the layer1 mask at one location I can have a stroke of 30 degrees and then if I rub out the layer2 mask in a different place then I see the 60 degree stroke coming through.

Great it works !!! But.........


The only problem is that for this to work well I need to make sure that my layer masks are mutually exclusive from one another - if I use the rubber tool on one layer mask at position A then I must not use the rubber tool at that same position in any of the other masks otherwise I will not have the desired result that for any pixel the contribution comes from only one of my layers - in my case the layers in question are mode=dodge so I do not get the desired effect if more than one layer is allowed to contribute to any single pixel.

I cannot use modes on the layers themselves to combine them in different ways because they all have to be "dodge".

So it seems that the only way I can get the mutual exclusivity I want is to have some "magic" option that views my five layer masks as being part of a set and if a pixel in any one of these masks is transparent then the same pixels in all the other masks must be opaque - if I use the rubber tool to make a particular pixel transparent then the other layer masks must all react automatically and set that same pixel opaque.

It could be progressive, for instance perhaps the pixel at a particular position in the image might have transparency in the layer masks as follows  0.6, 0.2, 0.1, 0.1, 0.0   - ie adding up to 1.0 at all times - so if I used a rubber tool I might use multiple strokes to progressively make layer 5 dominant in a particular region but always so that the contribution from the other layers is decreased accordingly.   

I can't help thinking it must be a common wish to use an artistic effect that applies to the whole image and to wish to use layers each with the same image but a different setting for the artistic effect and then to want to paint on masks to determine which setting is used in different places on the screen?

Is there any kind of mask that can take say 5 layers as 'input' be painted on freehand with facilities to allow only one layer as output or to blend the contribution from each layer in a sensible way?

Conceptually a mask where each pixel has a value 1 to 5 to indicate layer and so can only accept one layer as input for any particular pixel? -

Or a mask system were five channels are blended according to how I paint on the mask but the result is only a weighted average of the 5 layers, perhaps a system that is progressive so that if I wish to have layer 5 dominate in a particular area then repeated strokes of a tool on the mask in that area will progressively weight more and more to layer 5 with the other other layers diminishing in their input at every stroke?

Its not an easy one to describe

Thanks in advance
Jon

Print this item

  Measuring A Path
Posted by: seconddegreeperm - 06-10-2021, 06:39 AM - Forum: General questions - Replies (3)

Hi, 

I want to be able to measure the length of a path, but I can't see any way to do this. Ideally I want to be able to split the path up into equal line segments, in order to do this I first need to know how long the path is. Does anyone know how I can easily measure the length of a highly curved path? Bonus points if you also know how to split that path up into equally sized segments! 

I have attached an image of the path so you can see what I am am trying to measure. If you feel I have made anything unclear I am happy to answer any questions to clarify Smile

Thanks in advance



Attached Files Thumbnail(s)
   
Print this item

  correctly opening Tiff with layers
Posted by: scatolabox - 06-09-2021, 06:11 PM - Forum: General questions - Replies (5)

Hi you all,


Many colleague of mine work with TIFF files, in which (opening them with some apps like Photoshop) you can find several layers (brightness, shades, paints etc.).
How can I open them correctly and save them again with similar information?

I didn't find any working plugin. Even this one https://wiki.panotools.org/Multi-Layer_T...h_the_Gimp does not work with my version (2.10).
What can I do?

Thank you very much in advance

S


-------------- I searched this question through the forum without result - then sorry if I didn't find an already answered topic. Or if the section is wrong!

Print this item

  And the winner is....
Posted by: Ofnuts - 06-09-2021, 04:23 PM - Forum: Gimp-Forum.net - Replies (2)

... Rich2005, who started the first thread that reached 100K views.

Congratulations!

Print this item

  colors
Posted by: DaytonaSteve - 06-09-2021, 03:27 PM - Forum: General questions - Replies (6)

OK I must be the dumbest person on the planet but I've been using photoshop for years and wanted to get off the Adobe train.  I wanted to try Gimp and I can't even change the color of the background.  I created a new "canvas" it was white, I wanted to change the color.  I selected all and went to the color picker, changed color, nothing...I added some text in the canvas.  I believe I have it selected.  Chose a different color, tired both foreground and background.  Nothing.  Wouldn't change.  Please help...

Print this item

  Is the internet down?
Posted by: Ofnuts - 06-08-2021, 11:12 AM - Forum: Watercooler - Replies (6)

Is it me or are there general internet problems today? I have had problems accessing Reddit, StackOverflow, Gimp.org, and some others. Doesn't look like my own internet (mostly errors from the servers themselves, and doesn't work either on my work PC which  only sees the internet through a heavily filtered VPN...).

Print this item