You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After setting MARKDOWNX_UPLOAD_CONTENT_TYPES = ['image/jpeg', 'image/png', 'image/svg+xml', 'image/webp'] and MARKDOWNX_IMAGE_MAX_SIZE = {'size': (10000, 10000), 'quality': 100} and trying to upload webp using lossless encryption, markdownx converts it to webp using lossy encryption and it quality isn't even set to 100.
Would be nice to be able to disable automatic compression completely.
The text was updated successfully, but these errors were encountered:
After setting
MARKDOWNX_UPLOAD_CONTENT_TYPES = ['image/jpeg', 'image/png', 'image/svg+xml', 'image/webp']
andMARKDOWNX_IMAGE_MAX_SIZE = {'size': (10000, 10000), 'quality': 100}
and trying to upload webp using lossless encryption, markdownx converts it to webp using lossy encryption and it quality isn't even set to 100.Would be nice to be able to disable automatic compression completely.
The text was updated successfully, but these errors were encountered: