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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,783
» Latest member: ProstaPeak
» Forum threads: 7,596
» Forum posts: 41,400

Full Statistics

Latest Threads
files missing after insta...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: rich2005
3 hours ago
» Replies: 1
» Views: 62
Is there any version wher...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: rich2005
Today, 07:48 AM
» Replies: 1
» Views: 264
How do I uninstall GIMP 3...
Forum: Linux and other Unixen
Last Post: Ofnuts
Today, 07:02 AM
» Replies: 1
» Views: 134
AI Gimp Plugins
Forum: Watercooler
Last Post: merlilderman
Yesterday, 04:16 PM
» Replies: 21
» Views: 68,422
How to make a watermark o...
Forum: General questions
Last Post: kyolim
09-13-2025, 10:05 PM
» Replies: 5
» Views: 14,253
Linux command that does e...
Forum: Other graphics software
Last Post: rich2005
09-13-2025, 06:06 PM
» Replies: 1
» Views: 522
reliable Gimp 2.10.38 dow...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: denzjos
09-13-2025, 05:20 PM
» Replies: 2
» Views: 424
Batch Color Saturation
Forum: Extending the GIMP
Last Post: rich2005
09-13-2025, 07:53 AM
» Replies: 15
» Views: 12,110
Photo play-time
Forum: Gallery
Last Post: Ofnuts
09-13-2025, 07:32 AM
» Replies: 24
» Views: 21,951
BIMP plugin for GIMP 3.10
Forum: Extending the GIMP
Last Post: firefly
09-12-2025, 11:53 PM
» Replies: 2
» Views: 776

 
  Croping background
Posted by: couldbeworse - 01-30-2024, 12:22 AM - Forum: General questions - Replies (4)

The attached screenshot shows an image I am attempting to use as a logo for a website. However, whenever I add the image the banner increases in height. After playing around with the code and not being able to figure it out, I can only assume it's because of the background size. I've already scaled the image as large as I can. Is it possible to crop the red portion of the screenshot, so all I see is the image and none of the background?



Attached Files Thumbnail(s)
   
Print this item

  What is the "Levels>Auto Input Levels" operation actually doing?
Posted by: ajax - 01-29-2024, 06:07 PM - Forum: General questions - Replies (11)

Unfortunately, the documentation I've been able to find says little to nothing about what is actually being done to the image when the "Auto Input Levels" button is selected on the "Color>Levels" tool.  The GIMP User Manual section says only "Auto: Performs an automatic setting of the levels." which is applied to All Channels.

This question arises as a result of what I'd call quite remarkable results that are produced by the Auto Input Levels when NOT being able to come even close to getting the same results by using the other available (e.g. manual) options for making adjustments.

The related image files were produced by scanning some pretty old film strips (35mm negatives).  For example, when the scanner produced image file is opened in GIMP and a jpg image is created before making any edits the result is as follows:

[Image: Neg101.Original.jpg]


Then when doing nothing other than applying "Color>Levels>Auto Input Levels" the similar jpg image file that results follows:

[Image: Neg101.AutoLevel.jpg]

To the extent that it might matter a screenshot of the tool ("Adjust Color Levels") values associated with the original image file shown above is as follows:

[Image: AdjustColorLevelsWindow.jpg]

Note:  When the "Auto Input Levels" button is selected the image is changed quite dramatically in this case but nothing gets changed/updated within the "Adjust Color Levels" window.

These examples are derived from using GIMP 2.20.36 on Windows.

My thinking is that "Auto" means the tool is doing the same things described in the documentation that I should be able to do manually.  One might even think that the window which shows changes when made manually could be updated to reveal what changes that are being made automatically.  Of course this is NOT possible if "Auto Input Levels" is doing something different than what a user can do on there own.  If so, it would be nice to at least know what kind of things are possible when selecting "Auto Input Levels" that cannot be done otherwise.

Print this item

  Left menu pane vanished
Posted by: SpanishRed - 01-29-2024, 02:05 AM - Forum: General questions - Replies (2)

The lefthand menu pane of my software vanished while I was busy working with GIMP, so clearly I pushed something I should not have pushed. I've tried: 

  • Pushing tab
  • Cnt B
  • Looking for an option in the "View" menu
  • Looking for an option in the "windows" menu. 
Nothing works. Then I tried uninstalling and reinstalling the software, but it won't uninstall. I've tried uninstalling from the apps and features menu as well as from the start menu.

Print this item

  All my color blendings are tending towards brighter values in all images
Posted by: Ellye - 01-27-2024, 05:03 AM - Forum: General questions - Replies (4)

Suppose I have a pure black (#000000) layer and a pure white (#FFFFFF) layer.
They are one on top of the other, both with normal blending. The one above is 50% opacity.

I'd expect that the resulting color would be a midpoint gray (#7F7F7F). And I'm pretty sure that's what I used to get on GIMP until recently, and it's still what I get on other softwares.
Instead, I'm getting #BCBCBC - a far brighter color.

This is not just about layer blending either - any brush with some kind of transparency or anything like that - the result of mixing colors always come up brighter than I'd expect.

I tried both "Perceptual Gamma" and "Linear Light" modes, no change.

Video demonstrating (I compare with Paint.Net on it, but the result there is the same on any other software aside from GIMP - from Photoshop to html rendering in web browsers):
https://www.youtube.com/watch?v=OfAXikmC...e=youtu.be

Print this item

  What happens to metadata in GIMP?
Posted by: andreo - 01-26-2024, 06:55 PM - Forum: General questions - Replies (5)

I was wondering what happens to metadata in Gimp. I was having fun playing with some programming languages to create an image editor. I understand that in broad terms the structure is this:

I have a .jpg photo that I want to edit, I upload it to the editor, the editor generally uses an external library to read the .jpg file; it takes this file, decompresses it, isolates the bits relating to the actual image which will form an array of pixels of the exact dimensions of the image that will be shown on the screen.


At this point each editor will have its own functionality for editing the photo.


Once you have achieved the desired result you can export the photo again as .jpg. The edited pixel array is taken and compressed again into a .jpg file via an external library.


I wanted to understand what happens to the metadata in this process in Gimp. I tried to read the Gimp source code but I didn't understand.


I'm interested in understanding well what the final exported .jpg image is made of. If it is composed of the compressed pixel array of the edited image + some metadata created by Gimp useful for the final file (Such as resolution and size) + any metadata from the original file that Gimp recognizes and copies into the new one (Asking you during export if you want to keep them or not and allowing you to modify them).


Or could it happen that Gimp adds metadata present in the original photo to the final .jpg but does not recognize it and does not show it in the metadata viewer or editor?


If anyone knows any places within the Gimp code where I can understand this, it would be very useful for me.

Print this item

  Copying and pasting from the Internet
Posted by: alano9999 - 01-26-2024, 05:26 PM - Forum: General questions - Replies (5)

I have a background layer and I want to paste a transparent image to it. I.E I do a Google image search for ‘trees transparent’ and receive a full page of results. However when I select a result with a checkered background vs an image with a white background. Only the ones with the white background copy and paste correctly. The ones with the initial visible checkered background do not. (Pasted image also includes the background with these). I was wondering why..

Print this item

  Klone Tool
Posted by: helmut.regenfuss@t-online.de - 01-25-2024, 04:47 PM - Forum: General questions - Replies (5)

Sorry, I'm a beginner in gimp. 
I have a picture with white text on black background. First I want to remove the text. I try using the klone tool. I use the ctl-key for marking the source spot. But the klone tool does not do anything. 
I would appreciate a help tip

Print this item

  node-based
Posted by: hollo - 01-25-2024, 01:17 PM - Forum: Gimp 2.99 & Gimp 3.0 - Replies (3)

Hello, would love to see feature like blender or gimel the node-based editing

Print this item

  Animations and Layers editor
Posted by: SeanRickard - 01-24-2024, 08:26 AM - Forum: General questions - Replies (2)

I'm new here, so hi.

After optimising for an animation, is there a way of exporting the list showing in the Layers Editor as a text fiile?

For Example:
----------------

img001.jpg(100ms)
img002.jpg(2000ms)
img003.jpg(200ms)
.... etc

cheers Sean.

Print this item

  Why is the Move tool moving the wrong layer?
Posted by: Ofnuts - 01-23-2024, 08:43 AM - Forum: Tutorials and tips - No Replies

By default, the Move tool auto-picks the layer of the top most-non transparent pixel where you click. So, starting with such an image:

   

Depending on where you click the Move tool will pick a different layer:

   

This can be disconcerting at times because if you click at random in text, you could be clicking on a transparent spot (for instance, inside the D or O above) and so selecting a layer below (the background or the green spot), which will make the move tool move that layer and not the text layer.

So, to move text, you have  to click on the characters themselves (or on any opaque part of the layer, but this is what we are naturally doing most of the time for non-text layers). 

In case of dire need, you can make the Move tool act on  the active layer:

   

But instead of checking the tool option, you can also just start the drag with a shift-click. It is usually a bad idea to set the tool permanently in the Move active layer mode, because it makes arranging several layers very cumbersome.

Finally, remember that in the Text tool, you can move the layer you are editing by Alt-Control-drag (independently of where you click).

Print this item