Tagged Questions
3
votes
1answer
1k views
WPF image manipulation
I have some idea of changing brightness in contrast, but i was wondering had a simple solution for changing brightness and contrast
2
votes
4answers
1k views
How to Make an Image Uniform Brightness (using Python/PIL)
I want to take an image of a document that was photographed and make it look like it was scanned. Since a scanner will put a constant light source over the whole document, I want to achieve that ...
1
vote
1answer
111 views
wxOGL wx.ShapeCanvas images
I am making a small photo editing application using wxPython ogl.ShapeCanvas. I can load images on the canvas. I just want to know how will I adjust the brightness/contrast of an image inside the ...
1
vote
3answers
466 views
Generate a value to reflect the average brightness of an image
I need to determine if an image is above a certain brightness.
Using a scale of 0 - 255 I want to generate a value within this range to reflect the image brightness.
i.e. a white image is 255 and a ...
1
vote
3answers
2k views
Brightness and Contrast for a canvas image with javascript
I have an image in a tag
var img = new Image();
ctx.drawImage(img,0,0,img.width,img.height);
ecc...
How is possible to change the Brightness and Contrast of this image with javascript?
Tnx
0
votes
1answer
348 views
python — measuring pixel brightness
How can I get a measure for a pixels brightness for a specific pixel in an image? I'm looking for an absolute scale for comparing different pixels' brightness. Thanks
0
votes
2answers
555 views
Silverlight 4.0 - contrast and brightness management
I am building an image editor for Silverlight 4.0 and need some insight or possibly a snippet of code or library to implement contrast/brightness management.
I would appreciate if somebody would ...