Appel à
image = Image.open(data)
image.thumbnail((36,36), Image.NEAREST)
maintiendra le rapport d'aspect. Mais je dois finir par afficher l'image comme ceci :
<img src="/media/image.png" style="height:36px; width:36px" />
Puis-je avoir un style "letterbox" avec une image transparente ou blanche autour de l'image ?