Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WPF Image Viewer sample applications

Tags:

c#

wpf

I am new to WPF and just started learning WPF. I am looking for WPF Image viewer sample applications with brightness/Contrast, Zoom, Rotate, etc.. If you come accross such application please post the link. Thank you, Harsha T

like image 994
Harsha Avatar asked Jun 08 '10 10:06

Harsha


3 Answers

Zoom, Pan example that worked for me: http://blogs.windowsclient.net/joeyw/archive/2009/06/02/pan-and-zoom-updated.aspx

like image 91
Andrew Avatar answered Nov 05 '22 05:11

Andrew


http://code.msdn.microsoft.com/wpfsamples#images would be a starting point and http://msdn.microsoft.com/en-us/library/ms748873(VS.100).aspx has sample code for rotation etc.

like image 30
stuartd Avatar answered Nov 05 '22 05:11

stuartd


see windowsclient.net WPF samples and video tutorials.

like image 1
0x49D1 Avatar answered Nov 05 '22 04:11

0x49D1