Rizwan606
Rizwan606

Reputation: 667

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 change brightness and contrast of that image with a Slider?

Upvotes: 6

Views: 591

Answers (1)

KV Prajapati
KV Prajapati

Reputation: 94653

You may try RescaleOp class (pixel-by-pixel rescaling) methods.

Upvotes: 7

Related Questions