Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Welcome to the Power Users community on Codidact!

Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.

Review Suggested Edit

You can't approve or reject suggested edits because you haven't yet earned the Edit Posts ability.

Approved.
This suggested edit was approved and applied to the post over 2 years ago by Olin Lathrop‭.

0 / 255
  • What you want to adjust is called the <i>white ballance</i>. That's a very common issue, so I expect just about any image editing software has a feature to manipulate the white balance.
  • I'm not familiar with Infranview or Gimp because I have my own image editor. I'll use it to demonstrate.
  • Here is the original of your first picture:
  • <img src="https://i.stack.imgur.com/U76O5.jpg">
  • I dragged a rectangle over the blank white area left of "Side Items", and found that had an average color of (0.796, 0.656, 0.536). That confirms the basic impression of it being reddish yellowish. I then told my software to make this average hue white. In my program, that's as easy as running the menu entry <tt>Colors</tt> > <tt>White balance</tt> > <tt>Average</tt>. As I said before, this is a common feature, so it's probably similarly easy in most other image editng programs. Here is the result:
  • <img src="https://powerusers.codidact.com/uploads/ms8y7a4ShaspYBfoh34MybuW">
  • This is a very useful feature in post-processing photographs. Our eyes and visual processing system are quite good at normalizing away an ambient color cast. You might notice the yellow look of incandescent lighting when you first walk in from elsewhere, but after a short time it's like it's not there. White things look white.
  • Cameras, however, record the actual colors. Some cameras do have ambient light sensors so that they can correct hues, but that only applies to the "cooked" output files that usually include other tradeoffs made by the camera whether you like them or not. When starting with raw data (as is required for any serious work), you have to correct for the ambient light color. One way to do this is to take a test picture with a known white object in it, or find white objects in the pictures you took. Once you have something known white, you use the technique above to adjust the overall color cast so that white things appear white.
  • What you want to adjust is called the <i>white balance</i>. That's a very common issue, so I expect just about any image editing software has a feature to manipulate the white balance.
  • I'm not familiar with Infranview or Gimp because I have my own image editor. I'll use it to demonstrate.
  • Here is the original of your first picture:
  • <img src="https://i.stack.imgur.com/U76O5.jpg">
  • I dragged a rectangle over the blank white area left of "Side Items", and found that had an average color of (0.796, 0.656, 0.536). That confirms the basic impression of it being reddish yellowish. I then told my software to make this average hue white. In my program, that's as easy as running the menu entry <tt>Colors</tt> > <tt>White balance</tt> > <tt>Average</tt>. As I said before, this is a common feature, so it's probably similarly easy in most other image editng programs. Here is the result:
  • <img src="https://powerusers.codidact.com/uploads/ms8y7a4ShaspYBfoh34MybuW">
  • This is a very useful feature in post-processing photographs. Our eyes and visual processing system are quite good at normalizing away an ambient color cast. You might notice the yellow look of incandescent lighting when you first walk in from elsewhere, but after a short time it's like it's not there. White things look white.
  • Cameras, however, record the actual colors. Some cameras do have ambient light sensors so that they can correct hues, but that only applies to the "cooked" output files that usually include other tradeoffs made by the camera whether you like them or not. When starting with raw data (as is required for any serious work), you have to correct for the ambient light color. One way to do this is to take a test picture with a known white object in it, or find white objects in the pictures you took. Once you have something known white, you use the technique above to adjust the overall color cast so that white things appear white.

Suggested over 2 years ago by Canina‭