IV1T3 / django-middleware-fileuploadvalidation

A Django middleware to validate user file uploads and detect malicious content.
Apache License 2.0
6 stars 2 forks source link

Test if Pillow-SIMD increases performance against normal Pillow #16

Open IV1T3 opened 2 years ago

IV1T3 commented 2 years ago

https://github.com/uploadcare/pillow-simd

IV1T3 commented 2 years ago

Pillow-SIMD only supports x86. Thus, use SIMD only if possible. Fallback to Pillow otherwise.