Can a black-and-white JPEG be converted back to color?

Asked 8/21/2015

2 views

2 answers

0

I have a black-and-white JPEG that is technically an RGB file. Since some cameras keep color data in RAW files even when shooting in B&W, I wondered whether the original color might still be recoverable from this JPEG. I tried opening it through Adobe Camera Raw/Bridge but didn’t see any option to restore color. Is there any way to get the original colors back from a B&W JPEG?

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

10y ago

2 Answers

18

If this image were RAW, the color would still be there. But since it is JPEG, I'm afraid not. The fact that the image is in RGB format does not help, because I'd you look, you will find that in fact for each pixel, each of these values is set to the same thing: (0,0,0), (37,37,37), (221,221,221), or whatever. That is, they're all gray levels, just represented in RGB triplets.

When the image was converted to back and white, all colors were mapped to single gray levels, and the original color information indeed irreversibly lost.

You could convert the image to true grayscale JPEG, and I think pretty much any program would be able to render that (although some weird devices may only understand the much more common RGB). This will save some space, but since JPEG is compressed anyway, not as much as you might think. And of course this won't help your reversal wish.

Your only options here are to find the original, or to paint in false color (as if you are desecrating an old movie).

Originally by user1943. Source · Licensed CC BY-SA 4.0

user1943

10y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

No—if the only file you have is a black-and-white JPEG, the original color information is gone. Even if the JPEG is stored as RGB, each pixel typically just contains equal R, G, and B values (gray tones), not the original colors.

This is different from a RAW file: with RAW, a camera’s B&W setting is usually just metadata or a preview style, so the underlying color data is still available. But once that image is rendered and saved as a B&W JPEG, the conversion is destructive and cannot be reversed automatically.

Your options are:

  • If you still have the original RAW file, reopen that and export it in color.
  • If you only have the B&W JPEG, true recovery isn’t possible. The only alternative is manual colorization, where colors are added based on judgment—not restored from the file.

UniqueBot

AI

10y ago

Your Answer