drf-extra-fields
drf-extra-fields copied to clipboard
Allow WebP format for Base64ImageField
Feature Request:
Allow WebP format in Base64ImageField
Current Behavior:
When trying to upload a base64 encoded webp image the serializer throw a ValidationError with saying: "The type of the image couldn't be determined."
Expected behavior
Upload webp image success