[PR #3593] [MERGED] fix(server): compile libraw #10039

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/3593
Author: @mertalev
Created: 8/8/2023
Status: Merged
Merged: 8/8/2023
Merged by: @alextran1502

Base: mainHead: fix/server-compile-libraw


📝 Commits (1)

📊 Changes

3 files changed (+35 additions, -12 deletions)

View changed files

📝 server/Dockerfile (+8 -12)
server/bin/build-libraw.sh (+22 -0)
📝 server/build-lock.json (+5 -0)

📄 Description

Description

The version of libraw used in the image has a bug with CR3 images per this issue. This PR compiles a newer version to avoid this problem.

Fixes #3584

How Has This Been Tested?

The sample image provided in #3584 has a normal thumbnail generated with this PR.

out


🔄 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/3593 **Author:** [@mertalev](https://github.com/mertalev) **Created:** 8/8/2023 **Status:** ✅ Merged **Merged:** 8/8/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix/server-compile-libraw` --- ### 📝 Commits (1) - [`4fcbd38`](https://github.com/immich-app/immich/commit/4fcbd388f0a74859530ca5951d1f4812c5fa950f) compile libraw ### 📊 Changes **3 files changed** (+35 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `server/Dockerfile` (+8 -12) ➕ `server/bin/build-libraw.sh` (+22 -0) 📝 `server/build-lock.json` (+5 -0) </details> ### 📄 Description ## Description The version of libraw used in the image has a bug with CR3 images per [this](https://github.com/ImageMagick/ImageMagick/issues/5508) issue. This PR compiles a newer version to avoid this problem. Fixes #3584 ## How Has This Been Tested? The sample image provided in #3584 has a normal thumbnail generated with this PR. ![out](https://github.com/immich-app/immich/assets/101130780/37bca389-a8be-425c-bea0-d9e5c1629eff) --- <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:15:01 +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#10039