Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 539 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 539 Bytes

Camera RAW Previews

A Nextcloud app that provides previews for camera RAW images like .NEF, .CR2, etc.

Requirements

  • Probably memory_limit quite high.
  • imagick or gd module. If imagick is available, it will use that for performance.

Installation

Place this app in nextcloud/apps/

To activate the feature you probably need to have this in your config:

'enabledPreviewProviders' => array(
  'OCA\\CameraRawPreviews\\RawPreview',
  'OCA\\CameraRawPreviews\\IndesignPreview' // for indesign files (.indd)
),