Enable RAW support (fix #107)

old-stable24
Varun Patil 2022-10-24 17:55:34 -07:00
parent d2581c42dc
commit fe92c5cca4
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@
* **📱 Mobile Support**: Relive your memories on devices of any shape and size through the web app.
* **✏️ Edit Metadata**: Edit Exif dates on photos quickly and easily.
* **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.
* **📷 RAW Support**: View RAW photos from your camera with the [Camera RAW Previews](https://apps.nextcloud.com/apps/camerarawpreviews) app.
* **⚡️ Fast**: Memories is extremely fast. Period. More details below.
## How to support development

View File

@ -45,6 +45,7 @@ class Application extends App implements IBootstrap
'image/tiff',
'image/gif',
'image/bmp',
'image/x-dcraw', // RAW
// 'image/x-xbitmap', // too rarely used for photos
// 'image/svg+xml', // too rarely used for photos
];