I have an ASP.NET MVC 4 web application. I have a controller that I use to upload certain image files. The images have to match all Android and iPhone devices.
Are there any preexisting third-party dlls for this kind of task? I haven't written any code except the upload file action.
- I thought there maybe something automatically, so instead of cropping image inside web app, it's done automatically.