mirror of
https://github.com/photoprism/photoprism.git
synced 2025-09-26 21:01:58 +08:00
Demo: Increase the size limit for pre-rendered thumbs from 2560 to 4096
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -14,10 +14,10 @@ ENV TF_CPP_MIN_LOG_LEVEL=2 \
|
||||
PHOTOPRISM_THUMB_LIBRARY="auto" \
|
||||
PHOTOPRISM_THUMB_FILTER="auto" \
|
||||
PHOTOPRISM_THUMB_COLOR="auto" \
|
||||
PHOTOPRISM_THUMB_SIZE=2560 \
|
||||
PHOTOPRISM_THUMB_SIZE=4096 \
|
||||
PHOTOPRISM_THUMB_SIZE_UNCACHED=4096 \
|
||||
PHOTOPRISM_THUMB_UNCACHED="true" \
|
||||
PHOTOPRISM_JPEG_QUALITY=87 \
|
||||
PHOTOPRISM_JPEG_QUALITY=83 \
|
||||
PHOTOPRISM_JPEG_SIZE=4096 \
|
||||
PHOTOPRISM_PNG_SIZE=4096 \
|
||||
PHOTOPRISM_APP_NAME="Demo" \
|
||||
|
@@ -14,10 +14,10 @@ ENV TF_CPP_MIN_LOG_LEVEL=2 \
|
||||
PHOTOPRISM_THUMB_LIBRARY="auto" \
|
||||
PHOTOPRISM_THUMB_FILTER="auto" \
|
||||
PHOTOPRISM_THUMB_COLOR="auto" \
|
||||
PHOTOPRISM_THUMB_SIZE=2560 \
|
||||
PHOTOPRISM_THUMB_SIZE=4096 \
|
||||
PHOTOPRISM_THUMB_SIZE_UNCACHED=4096 \
|
||||
PHOTOPRISM_THUMB_UNCACHED="true" \
|
||||
PHOTOPRISM_JPEG_QUALITY=87 \
|
||||
PHOTOPRISM_JPEG_QUALITY=83 \
|
||||
PHOTOPRISM_JPEG_SIZE=4096 \
|
||||
PHOTOPRISM_PNG_SIZE=4096 \
|
||||
PHOTOPRISM_APP_NAME="Demo" \
|
||||
|
@@ -14,10 +14,10 @@ ENV TF_CPP_MIN_LOG_LEVEL=2 \
|
||||
PHOTOPRISM_THUMB_LIBRARY="auto" \
|
||||
PHOTOPRISM_THUMB_FILTER="auto" \
|
||||
PHOTOPRISM_THUMB_COLOR="auto" \
|
||||
PHOTOPRISM_THUMB_SIZE=2560 \
|
||||
PHOTOPRISM_THUMB_SIZE=4096 \
|
||||
PHOTOPRISM_THUMB_SIZE_UNCACHED=4096 \
|
||||
PHOTOPRISM_THUMB_UNCACHED="true" \
|
||||
PHOTOPRISM_JPEG_QUALITY=87 \
|
||||
PHOTOPRISM_JPEG_QUALITY=83 \
|
||||
PHOTOPRISM_JPEG_SIZE=4096 \
|
||||
PHOTOPRISM_PNG_SIZE=4096 \
|
||||
PHOTOPRISM_APP_NAME="Demo" \
|
||||
|
@@ -14,10 +14,10 @@ ENV TF_CPP_MIN_LOG_LEVEL=2 \
|
||||
PHOTOPRISM_THUMB_LIBRARY="auto" \
|
||||
PHOTOPRISM_THUMB_FILTER="auto" \
|
||||
PHOTOPRISM_THUMB_COLOR="auto" \
|
||||
PHOTOPRISM_THUMB_SIZE=2560 \
|
||||
PHOTOPRISM_THUMB_SIZE=4096 \
|
||||
PHOTOPRISM_THUMB_SIZE_UNCACHED=4096 \
|
||||
PHOTOPRISM_THUMB_UNCACHED="true" \
|
||||
PHOTOPRISM_JPEG_QUALITY=87 \
|
||||
PHOTOPRISM_JPEG_QUALITY=83 \
|
||||
PHOTOPRISM_JPEG_SIZE=4096 \
|
||||
PHOTOPRISM_PNG_SIZE=4096 \
|
||||
PHOTOPRISM_APP_NAME="Demo" \
|
||||
|
@@ -56,7 +56,7 @@ PHOTOPRISM_DISABLE_RAW=false
|
||||
# enables applying user presets when converting RAW images (reduces performance)
|
||||
PHOTOPRISM_RAW_PRESETS=false
|
||||
# a higher value increases the quality and file size of JPEG images and thumbnails (25-100)
|
||||
PHOTOPRISM_JPEG_QUALITY=85
|
||||
PHOTOPRISM_JPEG_QUALITY=83
|
||||
# automatically flags photos as private that MAY be offensive (requires TensorFlow)
|
||||
PHOTOPRISM_DETECT_NSFW=false
|
||||
# allows uploads that MAY be offensive (no effect without TensorFlow)
|
||||
|
Reference in New Issue
Block a user