Can i re-size an image coming from an external server like flickr?
Posted
by Omar
on Stack Overflow
See other posts from Stack Overflow
or by Omar
Published on 2010-06-09T23:23:36Z
Indexed on
2010/06/09
23:32 UTC
Read the original article
Hit count: 138
what im trying to archive is to load some images from external servers flickr, but i want to re-size the image before rendering, i want to know if there is any way to load that external image check the size and if its too big then with some c# code do the resizing and then send it to the client?
Thx in advance.
© Stack Overflow or respective owner