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:
Michael Mayer
2025-02-24 10:30:23 +01:00
parent f68cbbbb5c
commit 971f39d4ae
5 changed files with 9 additions and 9 deletions

View File

@@ -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" \

View File

@@ -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" \

View File

@@ -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" \

View File

@@ -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" \

View File

@@ -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)