I am working on images in current application and facing lot of issues like resize image , image quality etc.
I have seen lot of website uploading image with good quality and minimum size length. One thing that i noticed image quality does not loose when increase or decrease the dimensions.
So my question is What will be efficient techniques to handle following issues
- Reduce image size length
- Resize image dimensions
For example if i want minimum image dimensions should be (width = 800 * height=600) so how can i increase dimensions without respect to image quality and how decrease image dimensions according to ratio.
I am working on asp.net MVC3 C# but your suggestion in any language will be helpful for me.