[PR #60] [MERGED] Add support for Apple Pro Raw format (.DNG) #8457

Closed
opened 2026-02-05 13:47:29 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/60
Author: @alextran1502
Created: 3/18/2022
Status: Merged
Merged: 3/19/2022
Merged by: @alextran1502

Base: mainHead: dev/support-apple-pro-raw-format


📝 Commits (6)

  • 965f859 Added dng to support file type
  • 83c0437 Fixing problem with cannot resize image in image classifier
  • 16de27e Added opencv to user the library as an image resizer
  • 726aefe Reformat resize file type of DNG to be .jpeg
  • 5f228fc Added version number information
  • 124a2d4 Added version number information

📊 Changes

9 files changed (+145 additions, -47 deletions)

View changed files

📝 machine_learning/Dockerfile (+3 -0)
📝 machine_learning/app/image_classifier/image_classifier.py (+8 -3)
📝 machine_learning/requirements.txt (+1 -0)
📝 mobile/lib/modules/home/ui/profile_drawer.dart (+77 -41)
📝 mobile/lib/utils/files_helper.dart (+3 -0)
📝 mobile/pubspec.lock (+42 -0)
📝 mobile/pubspec.yaml (+1 -0)
📝 server/src/config/multer-option.config.ts (+1 -1)
📝 server/src/modules/image-optimize/image-optimize.processor.ts (+9 -2)

📄 Description

No description provided


🔄 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/60 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 3/18/2022 **Status:** ✅ Merged **Merged:** 3/19/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `dev/support-apple-pro-raw-format` --- ### 📝 Commits (6) - [`965f859`](https://github.com/immich-app/immich/commit/965f85911a2ce268a21c64c4d7904a06b4803b8e) Added dng to support file type - [`83c0437`](https://github.com/immich-app/immich/commit/83c04377328821f623c132f9848117c7084d40cf) Fixing problem with cannot resize image in image classifier - [`16de27e`](https://github.com/immich-app/immich/commit/16de27e0f60748c13abdd07476b6212cc1b55a41) Added opencv to user the library as an image resizer - [`726aefe`](https://github.com/immich-app/immich/commit/726aefed9358b2baa39f672f6aefb12bfe082f5c) Reformat resize file type of DNG to be .jpeg - [`5f228fc`](https://github.com/immich-app/immich/commit/5f228fced0db3271e46a6e48278057746176aced) Added version number information - [`124a2d4`](https://github.com/immich-app/immich/commit/124a2d4d215076a82948eababb38919b7572af5f) Added version number information ### 📊 Changes **9 files changed** (+145 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `machine_learning/Dockerfile` (+3 -0) 📝 `machine_learning/app/image_classifier/image_classifier.py` (+8 -3) 📝 `machine_learning/requirements.txt` (+1 -0) 📝 `mobile/lib/modules/home/ui/profile_drawer.dart` (+77 -41) 📝 `mobile/lib/utils/files_helper.dart` (+3 -0) 📝 `mobile/pubspec.lock` (+42 -0) 📝 `mobile/pubspec.yaml` (+1 -0) 📝 `server/src/config/multer-option.config.ts` (+1 -1) 📝 `server/src/modules/image-optimize/image-optimize.processor.ts` (+9 -2) </details> ### 📄 Description _No description provided_ --- <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 13:47:29 +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#8457