]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ui: Add HEIC/HEIF image support (#24137)
authorNicolas Mowen <redacted>
Sun, 14 Jun 2026 18:42:16 +0000 (12:42 -0600)
committerGitHub <redacted>
Sun, 14 Jun 2026 18:42:16 +0000 (20:42 +0200)
commit5f04dc7ac3f40271f60105574be0f617887195bb
tree7b90d4bf80624b9ffb35bca5aee3f90b275824c6
parentaedb2a5e9ca3d4064148bbb919e0ddc0c1b70ab3
ui: Add HEIC/HEIF image support (#24137)

* Add boilerplate for file types

* Add heic-to and implement conversion

* Load heic library from CDN

* Use jpg instead of png for conversion

* Move const to constants file
tools/ui/src/lib/constants/image-size.ts
tools/ui/src/lib/constants/supported-file-types.ts
tools/ui/src/lib/enums/files.enums.ts
tools/ui/src/lib/utils/file-type.ts
tools/ui/src/lib/utils/heic-to-jpeg.ts [new file with mode: 0644]
tools/ui/src/lib/utils/process-uploaded-files.ts