[PR #2922] [MERGED] chore(server): add Canon CR3 mime type #9778

Closed
opened 2026-02-05 14:10:35 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/2922
Author: @416c616e
Created: 6/23/2023
Status: Merged
Merged: 6/23/2023
Merged by: @alextran1502

Base: mainHead: mime_fix


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 server/src/domain/domain.constant.ts (+1 -0)

📄 Description

Allows for successful upload for Canon CR3 format as it reports image/cr3

I will note that full support for all Canon cameras will depend on ImageMagick support, for example my Canon EOS RP does work, but my more recent Canon EOS R5C does not work as of yet.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/2922 **Author:** [@416c616e](https://github.com/416c616e) **Created:** 6/23/2023 **Status:** ✅ Merged **Merged:** 6/23/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `mime_fix` --- ### 📝 Commits (1) - [`a9f2238`](https://github.com/immich-app/immich/commit/a9f22385af149276e34531ced42d829e090c53e2) Fix Canon CR3 mime type ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `server/src/domain/domain.constant.ts` (+1 -0) </details> ### 📄 Description Allows for successful upload for Canon CR3 format as it reports `image/cr3` I will note that full support for all Canon cameras will depend on ImageMagick support, for example my Canon EOS RP does work, but my more recent Canon EOS R5C does not work as of yet. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 14:10:35 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#9778