mirror of
https://github.com/immich-app/immich.git
synced 2025-12-30 09:15:28 +03:00
feat: web - view transitions from timeline to viewer, next/prev
This commit is contained in:
@@ -148,6 +148,7 @@ export class MediaRepository {
|
||||
quality: options.quality,
|
||||
// this is default in libvips (except the threshold is 90), but we need to set it manually in sharp
|
||||
chromaSubsampling: options.quality >= 80 ? '4:4:4' : '4:2:0',
|
||||
progressive: true,
|
||||
})
|
||||
.toFile(output);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user