For image resizing you can make use of djanof easy thumbnail library.
Below is the sample code,that i have used in my project
options = {'size': (200, 200), 'crop': True}
thumb_url =get_thumbnailer(image path).get_thumbnail(options).url
For reference https://github.com/SmileyChris/easy-thumbnails