Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ariselseng/camerarawpreviews
Camera Raw Previews app for Nextcloud
https://github.com/ariselseng/camerarawpreviews
nextcloud owncloud
Last synced: 4 days ago
JSON representation
Camera Raw Previews app for Nextcloud
- Host: GitHub
- URL: https://github.com/ariselseng/camerarawpreviews
- Owner: ariselseng
- License: agpl-3.0
- Created: 2017-01-30T20:10:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T18:26:57.000Z (about 2 months ago)
- Last Synced: 2024-12-07T08:33:27.315Z (16 days ago)
- Topics: nextcloud, owncloud
- Language: PHP
- Size: 1.62 MB
- Stars: 53
- Watchers: 4
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Camera RAW Previews
[![Github All Releases](https://img.shields.io/github/downloads/ariselseng/camerarawpreviews/total.svg)](https://github.com/ariselseng/camerarawpreviews/releases) [![paypal](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/AriSelseng/2EUR)A Nextcloud app that extracts embedded previews for camera **RAW** images like .CR2, .CRW, .DNG, .MRW, .NEF, .NRW, .RW2, .SRW, .SRW, etc.
This app also gives you preview of Adobe **Indesign** files (.INDD) photos.
## Requirements
* Probably **memory_limit** quite high.
* **imagick** or **gd** module. If imagick is available, it will use that for performance.
* For files with a TIFF preview (at least some DNG files), **imagick** is required## Installation
Install in Nextcloud App store.
https://apps.nextcloud.com/apps/camerarawpreviewsInstall in ownCloud Marketplace (older version that is not supported anymore, due to too much difference between owncloud and nextcloud now)
https://marketplace.owncloud.com/apps/camerarawpreviews## Building locally
- Run "make"
- Place this app in **./apps/**## Information about the perl binary
- To avoid lots of issues and problems for users I am bundling a static build of perl for x86_64
- The binary is built using an isolated docker container with this: http://software.schmorp.de/pkg/App-Staticperl.html## Troubleshooting
- If you get no preview, make sure your raw files has an embedded preview. If it looks like this, it does not have an embedded preview:
```shell
$ exiftool -json -preview:all rawfile.dng
[{
"SourceFile": "rawfile.dng"
}]