feat: web - view transitions from timeline to viewer, next/prev

This commit is contained in:
midzelis
2025-12-08 11:36:17 +00:00
parent 5066203d07
commit f86455873d
32 changed files with 1093 additions and 228 deletions

View File

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