Tagged Questions
2
votes
1answer
697 views
How to scale pixels in an image to adjust brightness?
I have a grayscale image from a photograph. I've determined that certain parts of the image are underilluminated, and that a pixel with luminance Y = 0.8 should actually be adjusted to 90% grey, ...
1
vote
1answer
644 views
How to set threshold when converting JPEG to non-dithered bitmap?
I'm using my digital camera as a quick and dirty scanner. Resolution is actually around 300dpi, which is quite reasonable. But my camera produces a color image, which I want reduced to a bitmap. I ...