I'm trying to add a cover profile into my web application that could be repositionned .. I found a useful tutorial in this link
The problem is that the server side code is in PHP and I'm working with PYTHON and Django .
I can't find some functions used in PHP like imagecreatefromjpeg , imageSY , imagedestroy ...etc..
Any help ?