Background: I have to upload images from users.
Problem: The images need to be re-sized so that I don't end up with huge images on my disk. This re-sizing should happen just after the image is saved.
I have checked the following code
Django Snippet for image scaling
But couldn't use it directly, as the windows path of the image was giving a issue. Is there a simple way in which the scaling can be done. Are there any python or django modules which can directly be used for this ? If yes which will be the most optimized one ?