jpeg support

This commit is contained in:
harisreedhar
2025-01-13 17:32:48 +05:30
committed by henryruhs
parent 63de6a8d8a
commit 169d578a14
2 changed files with 2 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ image_type_set : ImageTypeSet =\
{
'bmp': 'image/bmp',
'jpg': 'image/jpeg',
'jpeg': 'image/jpeg',
'png': 'image/png',
'webp': 'image/webp'
}