• Johnny's avatar
    feat: add HDR image and video support · 5612fb8f
    Johnny authored
    - Add HDR detection utilities for wide color gamut formats (HEIC, HEIF, WebP)
    - Apply colorSpace attribute to image/video elements for HDR-capable files
    - Update frontend components (AttachmentCard, PreviewImageDialog, AttachmentList)
    - Expand backend thumbnail generation to support HEIC, HEIF, WebP formats
    - Add Color-Gamut response headers to advertise wide gamut support
    - Extend avatar MIME type validation for HDR formats
    
    Supported formats:
    - Images: HEIC, HEIF, WebP, PNG, JPEG
    - Videos: MP4, QuickTime, Matroska, WebM (VP9 Profile 2)
    
    Browser support:
    - Safari 14.1+, Chrome 118+, Edge 118+
    - Gracefully degrades to sRGB on unsupported browsers
    5612fb8f
Name
Last commit
Last update
..
docs Loading commit data...
public Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
biome.json Loading commit data...
components.json Loading commit data...
index.html Loading commit data...
package.json Loading commit data...
pnpm-lock.yaml Loading commit data...
tsconfig.json Loading commit data...
vite.config.mts Loading commit data...