Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-02-11 19:39:57 +0300
committerOlivier Paroz <github@oparoz.com>2015-02-11 19:39:57 +0300
commitd106779981c9f9a6ce04e49f4db6e3eb2236f788 (patch)
tree711131b8b7918f82545f560819214605e389ba53 /README.md
parentd67e3c70b81ef8e289fec5d0efde332250813a7a (diff)
New patch which keeps the file extension in temporary files
See https://github.com/owncloud/core/pull/13654
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8d944124..566f998d 100644
--- a/README.md
+++ b/README.md
@@ -48,6 +48,7 @@ Next add a few new entries to your configuration file.
If you want support for Raw picture files, you'll need to patch your installation of ownCloud 8.0
```
+$ patch -p1 -l < apps/galleryplus/patches/tmpfile-extension.pull.13654.patch
$ patch -p1 -l < apps/galleryplus/patches/raw-preview.pull.13652.patch
```
@@ -84,6 +85,7 @@ $ git clone -b stable8 https://github.com/interfasys/galleryplus.git
Now you can activate it in the apps menu. It's called Gallery+
## List of patches
-1. max-preview.pull.13674.patch
-2. bitmap-max-preview.pull.13635.patch
-3. raw-preview.pull.13652.patch
+1. max-preview.pull.13674.patch : Limits previews to a max size of 2048x2048 by default
+2. bitmap-max-preview.pull.13635.patch : Forces the bitmap converter to respect the max limits of previews
+3. tmpfile-extension.pull.13654.patch : Makes sure temporary files have an extension so that ImageMagick can identify those files properly
+4. raw-preview.pull.13652.patch : Allows ownCloud to visualise Raw files