In my Django project, the user can upload images. I want to create different versions of the uploaded images, like "small size", "large size", and "medium size". How can I do that?
Is there any library that does that, or does Django have a build-in facility to create versions of images?