Victor Rodrigues
Victor Rodrigues

Reputation: 11713

scale, rotate and crop images

I want to have in my GUI capability for scale, rotate and crop images permanently (saving into the file the changes). WPF is natively capable of it? If it isn't, is there any component that can work more integrated with WPF?

I also need to adjust image brightness and contrast, remove borders, for JPEG and TIFF formats.

Upvotes: 2

Views: 4543

Answers (1)

Stefano Driussi
Stefano Driussi

Reputation: 2261

Thisarticle posted on CodeProject explains a demo program that might be usefull for your needs. Chek out also this blog with an article speaking about brightness levels and contrast.

Upvotes: 2

Related Questions