appwrite/app/config/storage/outputs.php
Damodar Lohani 14cd43ddfd disable heic
2024-10-02 05:59:46 +00:00

12 lines
271 B
PHP

<?php
return [ // Accepted outputs files
'jpg' => 'image/jpeg',
'jpeg' => 'image/jpeg',
'gif' => 'image/gif',
'png' => 'image/png',
'webp' => 'image/webp',
// 'heic' => 'image/heic',
// 'heics' => 'image/heic',
'avif' => 'image/avif'
];