Reputation: 667
I have an image imported in JLabel. Is there any built in function in Java that i can use to change brightness and contrast of that image with a Slider?
Upvotes: 6
Views: 591
Reputation: 94653
You may try RescaleOp class (pixel-by-pixel rescaling) methods.
Upvotes: 7