Click here to Skip to main content
15,890,282 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to code for converting database image into thumbnail image..

Thanks in advance :)
Posted

There is no "convert". This is resampling. And it would be a pretty good idea to store full images and resample in the fly, by HTTP requests to your server-side code.

You can find the cookbook recipe for that everywhere, for example:
http://social.msdn.microsoft.com/Forums/en/csharpgeneral/thread/a43fe625-a5cd-4438-895f-3ddeec6eb866[^],
http://www.hanselman.com/blog/ScalingResizingResamplingAnImageInASPNET.aspx[^].

—SA
 
Share this answer
 
 
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