I want to crop the images used in the Cards.py example. But I can't figure out how.
Do I do it in the line
card.card_image = images[i]
or the line
card.image = card.card_image
and if so then how?
I've tried everything I can think of: Image.crop, ImageOps.crop, card.crop, card.card_image.crop, card.image.crop, images[i].crop but I appear to be missing something