Enable RAW support (fix #107)
parent
d2581c42dc
commit
fe92c5cca4
|
@ -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
|
||||
|
|
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue