1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Patrik J. Braun 2023-09-19 21:12:21 +02:00
commit dc48d01466
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
version: '3'
version: '3.9'
services:
pigallery2:
image: bpatrik/pigallery2:latest

View File

@ -303,7 +303,7 @@ export class ServerThumbnailConfig extends ClientThumbnailConfig {
@ConfigProperty({
tags:
{
name: $localize`Enforced users`,
name: $localize`High quality resampling`,
priority: ConfigPriority.underTheHood
},
description: $localize`if true, 'lanczos3' will used to scale photos, otherwise faster but lower quality 'nearest'.`