Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi ,


I am trying to upload different xray images in WPF application using c# ,i would like to know how to go about this and which one would be the best WPF control to be used ie

Image or Frame to be used.

I want to apply zoom in and zoom out functions also..

Please someone just me any links for this ..

Other than zooming in and zooming out what other options can be applied so that the clarity of the xray can be achieved.

i need to store the path of the image in the ms access 2007.


Thanks
Sophia
Posted
Comments
Jason Gleim 7-Nov-12 12:13pm    
Are you trying to upload the images to a storage location or just load them into a C# project for viewing? Also, Access is a terrible choice to store the images in. I'm assuming they are pretty high-resolution which means they are probably big... access files have a tendency to corrupt if they get big or get accessed a lot in a shared way. Blob storage in the cloud or storing them in SharePoint or even just a directory and keep metadata about them in a separate file or DB would be a better idea.

As for the viewing, your zoom will never be better than the image resolution itself. Microsoft has some controls and information around "Deep Zoom" that you might look into and consider. It might help you project run better from a user point of view.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900