I am working a mvc web app. I upload a image to use it as system logo. Now if I select image and upload it, it can be replaced easily until image file is not of large dimesion. For file with large dimension i need to reduce its size to some smaller size to make it look like a system logo. Preferable size for my logo is 100×75. How can I reduce the file dimesion?
THanks,
kapil
I am working a mvc web app. I upload a image to use it
Share
You can use the classes that are in the
System.Drawingnamespace.See this tutorial for details.