Hi, maybe my question is generic. I would like to know how can i do a resize image when user upload it to my web site, and i'm a little confused.
I know exists ImageMagick ... but i don't know how to install and use it.
1.) What i've to copy in bin folder ? Only convert.exe ? Or maybe all DLL's found here http://www.codeproject.com/KB/dotnet/ImageMagick_in_VBNET.aspx
2.) After that, for a simple resize of 50% for example, which command i've to run ?
Thanks in advance !