ynput / ayon-backend

Server codebase with API access to AYON
Apache License 2.0
22 stars 17 forks source link

Validate thumbnails upon uploading #417

Closed martastain closed 2 weeks ago

martastain commented 3 weeks ago

Thumbnail upload should validate the thumbnails before passing them to PIL for downscaling and return 400 error in the case they are wrong. Now the endpoint fail with exception and return 500 response.

Image