Image Application in WPF and Perfomance.

Posted by Harsha on Stack Overflow See other posts from Stack Overflow or by Harsha
Published on 2010-06-10T06:13:00Z Indexed on 2010/06/10 6:23 UTC
Read the original article Hit count: 488

Filed under:
|
|

Hello All, I am planning to build Image processing application using WPF. Brightness /Contrast and Histogram are main operation of this application. I have downloaded the application " Foundations: Bitmaps and Pixel Bits" from http://msdn.microsoft.com/en-us/magazine/cc534995.aspx . But when I tried to open the images which are more than 1200x1600, It is very slow. How to increase the performance. Is any one worked on Image processing in WPF.

Please suggest me how to solve this perfomance issue in WPF for image(more than 1600x1200) operation.

Thanks you, Harsha

© Stack Overflow or respective owner

Related posts about wpf

Related posts about image