Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is there a possibility to resize bitmap directly from stream , not loading it in bitmap object using Image.FromStream . I'm working with large images with sizes even of desktop backgrounds and I only have access to a stream from zip file.
Posted

1 solution

Here is a few articles on the subject:
Thumbnailer HTTP Handler[^]
Thumbnail Image Viewer Control for ASP.NET 2.0[^]
An ASP.NET thumbnail solution[^]
Generic Image Handler Using IHttpHandler[^]

At least the subject is similar enough to provide a starting point for your task :)

Regards
Espen Harlinn
 
Share this answer
 
Comments
fjdiewornncalwe 17-Mar-11 18:39pm    
Excellent answer. I do find it a little amusing that the OP finds that "desktop backgrounds" are "large"
Espen Harlinn 17-Mar-11 18:58pm    
Thanks Marcus! Well, he may have a few thousand :)
Sergey Alexandrovich Kryukov 18-Mar-11 0:01am    
Agree with Marcus, a 5,
--SA
Espen Harlinn 18-Mar-11 4:49am    
Thank you, SAKryukov!
Albin Abel 18-Mar-11 0:40am    
Good links. My5

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