Click here to Skip to main content
16,016,489 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I want to zoom image when user do mouse over
Posted
Comments
joshrduncan2012 25-Mar-14 11:33am    
You may proceed. What's your question?
OriginalGriff 25-Mar-14 11:41am    
What have you tried?
Where are you stuck?
What environment?

1 solution

I assume this is a bitmap image. Actually, such images are not zoomable. Yes, you see zooming of them everywhere, but this is a zoom done via resampling. Basically, you need to have a source image of big size, as big as possible, and resample it to smaller sizes, because trying to resample it up give ugly results.

It is all already well implemented in .NET. With ASP.NET, you can use System.Drawing. Please see my past answers:
resize image in vb.net[^],
Read Big Tiff and JPEG files (>(23000 x 23000) pix) in a stream. And display part of it to the screen in realtime.[^],
Zoom image in C# .net mouse wheel[^].

—SA
 
Share this answer
 

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