Bump thumbnail JPEG quality from 80 to 85

80 was a bit too low. 85 might still be too low, we'll have to see.
This commit is contained in:
Sybren A. Stüvel 2022-07-01 17:44:26 +02:00
parent 5fbdc388ad
commit f2f8357df7
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ const (
// new requests to process.
queueSize = 3
thumbnailJPEGQuality = 80
thumbnailJPEGQuality = 85
)
var (

View File

@ -17,7 +17,7 @@ import (
"git.blender.org/flamenco/pkg/last_in_one_out_queue"
)
const thumbnailJPEGQuality = 80
const thumbnailJPEGQuality = 85
// OutputUploader sends (downscaled versions of) rendered images to Flamenco
// Manager. Only one image is sent at a time. A queue of a single image is kept,