guyver2 / battlechess

Chess with Battleship modification. You can only see around your pieces.
3 stars 4 forks source link

Avatar upload #38

Closed guyver2 closed 3 years ago

guyver2 commented 3 years ago

Provide a way to upload avatars (png, jpeg, resize everything to 200x200 px). It should return the URL of the newly created avatar.

quimnuss commented 3 years ago

To have the resize to 200x200px we need to have Pillow module installed. Is it ok?