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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,571
» Latest member: Jean Dupont
» Forum threads: 7,449
» Forum posts: 40,707

Full Statistics

Latest Threads
processes in Whitelist
Forum: OSX
Last Post: Ofnuts
22 minutes ago
» Replies: 1
» Views: 7
Windows save
Forum: General questions
Last Post: sallyanne
4 hours ago
» Replies: 3
» Views: 282
Trying to append part of ...
Forum: General questions
Last Post: Denarius
Yesterday, 12:26 PM
» Replies: 5
» Views: 287
Can't see GIMP windows
Forum: Gimp 2.99 & Gimp 3.0
Last Post: Tas_mania
Yesterday, 08:57 AM
» Replies: 2
» Views: 172
clone tool
Forum: General questions
Last Post: sallyanne
Yesterday, 12:38 AM
» Replies: 6
» Views: 337
Missing fonts when export...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
06-29-2025, 07:48 AM
» Replies: 8
» Views: 426
Updating Python Scripts t...
Forum: Scripting questions
Last Post: Ofnuts
06-28-2025, 08:58 PM
» Replies: 1
» Views: 178
GIMP 3.0.4 Script-Fu Batc...
Forum: Extending the GIMP
Last Post: AgHornet
06-27-2025, 10:20 AM
» Replies: 0
» Views: 152
Technique for removing ov...
Forum: General questions
Last Post: denzjos
06-27-2025, 09:47 AM
» Replies: 12
» Views: 893
unable to convert from rg...
Forum: General questions
Last Post: rich2005
06-26-2025, 11:42 AM
» Replies: 1
» Views: 226

 
  How to do batch exporting?
Posted by: AncientxFreako - 12-24-2020, 07:37 PM - Forum: General questions - Replies (12)

Hello again all,

My 2nd post, thanks for the help in advance. I'm trying to export batches of .bmp's to .png's....and my mouse clicking finger is getting tired of doing it the hard way.

How do I use a batch process to streamline this?

Thanks again Smile

Print this item

Photo Changing Color of the vector
Posted by: pepeh - 12-23-2020, 03:01 PM - Forum: General questions - Replies (1)

Hi.

I was trying to change color of the vector from dark to some other is there any one who could explain how to do it?


I'll also put a link to give you a better knowledge


https://zapodaj.net/b6165e990fca4.png.html


Thanks for any help.

Print this item

  commercial use of the gimp
Posted by: mmcnally256 - 12-21-2020, 10:29 PM - Forum: General questions - Replies (2)

I'm going to use some technical drawings, I created with the Gimp, to try and create some personal revenue.  Are there any commercial rights license that I need to purchase, to be legal?  I will donate if it pays off, but for now I just need to be legal.  Thanks

mike

Print this item

  GIMP language DE??
Posted by: gNeandr - 12-20-2020, 08:17 PM - Forum: Linux and other Unixen - Replies (2)

Installed GIMP 2.10 from https://www.gimp.org/downloads/index-comments.html but also from https://www.gimp24.de/gimp_download_linux.php in the hope to get the locale UI version for DE. And also using https://wiki.ubuntuusers.de/GIMP/ only gives the EN version.

Maybe it's because my operating system is

Code:
System:
  Kernel: 5.4.0-54-generic x86_64 bits: 64 Desktop: Xfce 4.14.2
  Distro: Linux Mint 20 Ulyana

 with the language setting for EN.

However, I assume there is a method to get a GIMP DE version to work, just how ?  (Without changing the base OS EN version!).
Any help is greatly appreciated, thanks
Günter

Print this item

  How can I color-match an image?
Posted by: Marscaleb - 12-20-2020, 05:13 AM - Forum: General questions - Replies (2)

I'm looking for a good method to color match an image.

I'm working with textures I want to use in a game, and I could have something like say a brick texture with nice grey-blue bricks.  Well, the other textures I'm using in this area have a brownish-yellow color to them.  I want to adjust the color to make the grey-blue bricks match the brownish-yellow of my other texture.

I've tried using Colors -> Hue-Saturation, but I can never seem to get it to match.  I've tried using colorize but makes everything the same color, and thus it loses things like the variation in saturation.
And I think part of the problem is that these textures are just too detailed.  Like the brownish-yellow is actually a range of browns and yellows and I'm trying to match a texture to be a brown or a yellow.
I could imagine this being possible with a small palette, like if these were pixel-art images each with sixteen colors, I could go into the palette data and adjust those colors one by one to match the source, making the colors that are a little more grey match the ones that are a little more brown.  But I'm not working with a small palette, I'm working with large and complicated textures.

Any ideas?

Print this item

  Iwarp tool - woking with preview window
Posted by: pergamin - 12-19-2020, 05:02 PM - Forum: Older Gimp versions (2.8, 2.6....) - Replies (5)

Hi All

I wish to give smile to myself in a picture (the pic. extension is now xcf). I thought to work with Iwarp tool to get this. But the picture is small in preview window. I searched the Internet to find solution. The solution I found was to: first use select tool and then the selected area will fill the preview window's space. - That is not true. The pic. in preview window is as small as in original picture (please see the picture below to see what I get). What can I do to enlarge picture in  that preview window? 



[Image: gimppng_qqwqrxx.png]

thx

Print this item

  Tangents or normals to a path
Posted by: Ottia Tuota - 12-19-2020, 04:57 PM - Forum: Extending the GIMP - Replies (8)

A couple of new tools to manipulate paths.

Inkscape can do snapping to paths both tangentially and perpendically. (In Inkscape, see Document Properties > Snap, and tick the two points at the bottom.) Nothing similar exists in Gimp(?). I made a sort of "poor man's snap" to imitate that feature. It is no real snapping as in Inkscape.

The package consists so far of four plugins:

  1. Bounding box
  2. Parallel tangents or normals
  3. Tangents or normals from a point
  4. Tangents or normals from a stroke end of another path
To get the plugins, go to

http://kmarkku.arkku.net/Path_tangents_f...aster.html

and click the Download button at the bottom. That gives you a ZIP file. Unzip it and place the one file it contains (path_tangents.py) in your user's plugins folder. Start Gimp. In the Paths tab, right click some path and follow the link Tools > Tangents and normals > ...

Bounding box does what its name says. Actually the code has been finished for a long time but it was buried in another plugin, and I felt that it deserves to be a plugin on its own right. I placed it in this package since it is, loosely speaking, about tangents.

Of the other plugins I explain here number 3: "Tangents or normals from a point". The rest will follow in another post.

Tangents or normals from a point: Suppose you have a path and you need to draw a tangent to it from some point. In the picture below the Path is in blue. I marked the point with a black dot but that is only for this explanation. It is just some point in the plane. The red line is the tangent you want to draw.

   

You use the plugin as follows. Make a tentative tangent: a line segment (a path with 2 anchors), one end precisely at the point you want, and the other end somewhere close to where the tangential point should be:

   

Then call the plugin by right-clicking at Path (in the Paths tab), follow the link

Tools > Tangents and normals > Tangents or normals from a point

click it, and choose your tentative tangent in the GUI. Otherwise keep the default values. The plugin creates the tangent as a new path:

   

You can think that your tentative tangent is "snapped" to the tangential point.

The plugin offers three other inputs:
  • Tangents or normals?
  • Action
  • Extend
The first enables you to draw normals (perpendiculars) instead of tangents, and the third allows you to draw the tangent or normal with an extension. Please try these two yourself.

I explain now the Action: There are three options:
  • Draw only the closest (default)
  • Draw all for the closest stroke
  • Draw all
In the following pictures I show the meanings of the options. The path is the concentric circles. I made there a tentative tangent.

   

The first option (default) draws one tangent, closest to the tentative tangent. The second draws all possible tangents for one stroke, the closest one (here it is the largest circle). And if you choose "Draw all" you get all possible tangents for the whole path. See the picture:
 
   

If you find any strange behaviours, please report. Or if you have any suggestions, please tell me.

Sorry for the long posting. To be continued...

Print this item

  GIMP help file and User Manual
Posted by: steveray100 - 12-19-2020, 02:19 PM - Forum: Older Gimp versions (2.8, 2.6....) - Replies (4)

I am using a Mac.  Can someone tell me where to install the local copy of the help file and/or the User Manual. I cannot find any info on it.

Print this item

  Change color
Posted by: Stefsn - 12-19-2020, 09:33 AM - Forum: General questions - Replies (1)

Hello my dears. 
Am curious how restless it is here in this forum. Makes a quiet impression for now Smile

Picture A: seil_weiß
Image B: seil_braun

I would like to edit a color of a picture. I have picture A (and picture B actually not). But I made both pictures once, to be able to get the matching hue, for upcoming edits. 

So I would like image A (the rope of the trunk) to have the same hue as image B at the end, or the gradient as well. So far I have tried it with in 2 ways:

1. variant: (a la YouTube - change apple color).
1. select area of the rope.
2. create new transparent layer.
3. set color and put gradient over it and change intensity in layer settings. 

2nd variation: (a la YouTube motorcycle rim color wehcseln).
1. create layer in black.
2. set intensity to 75%.
3. erase the area to be colored. 
4. choose color selection to determine the area and then tint or colorize.

Surely both are not the professional variants. But maybe someone can help me or even say ne not possible (:

Translated with http://www.DeepL.com/Translator (free version)



Attached Files Thumbnail(s)
       
Print this item

  chromatic aberration
Posted by: rblanche - 12-18-2020, 04:56 PM - Forum: General questions - Replies (1)

Hello everyone, I'm on this forum and I need your help. I have Gimp 2.10. I like take photos with my binoculars and my camera but there are chromatic aberrations on my photos. So, I downlowded the Plugin GimpLens Fun but I must say the name of my camera but there is not his name. Can you help me ?

Cordially,
RB

Print this item