2

So, I have an image and I want to be able to set the Red and Blue values so they're equal to the value of the Green in the image. This is because the image is entirely Green and I want it to appear White. Any ideas?

user245115
  • 1,163
  • 3
  • 17
  • 33

1 Answers1

1

Open your image in Gimp

sudo apt-get install gimp

and open Colors > Levels and adjust your values

enter image description here

enter image description here

enter image description here

A.B.
  • 90,397
  • I was able to do this with IrfanView by simply viewing the channel "Green" which made the image white, all I had to do was save it. (Note: IrfanView is a Windows program, but It should run in wine.) – user245115 Sep 20 '15 at 16:07