How to change brightness of image in JLabel?
I have an image imported in JLabel. Is there any built in function in Java that i can use to 开发者_Python百科change brightness and contrast of that image with a Slider?
You may try RescaleOp class (pixel-by-pixel rescaling) methods.
精彩评论