开发者

How to change brightness of image in JLabel?

开发者 https://www.devze.com 2023-04-03 04:06 出处:网络
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 (pi

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消