[PR #501] [MERGED] fix: fix smart crop feature, use new base image version #535

Closed
opened 2026-02-25 22:35:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/flyimg/flyimg/pull/501
Author: @sadok-f
Created: 9/11/2024
Status: Merged
Merged: 9/11/2024
Merged by: @sadok-f

Base: mainHead: issue#500


📝 Commits (5)

  • dcc4034 fix: fix smart crop feature, use new base image version
  • be130ac fix: add requirements.txt for the python scripts
  • bab7f7b fix: fix linting errors
  • 553cc62 fix: fixing python linting error
  • 2f7bdc7 fixing python linting error

📊 Changes

8 files changed (+315 additions, -9 deletions)

View changed files

📝 .github/workflows/ci.yml (+2 -0)
📝 Dockerfile (+1 -1)
📝 config/parameters.yml (+1 -1)
python/facedetect.py (+301 -0)
python/requirements.txt (+4 -0)
📝 python/smartcrop.py (+5 -0)
📝 src/Core/Processor/FaceDetectProcessor.php (+0 -6)
📝 src/Core/Processor/Processor.php (+1 -1)

📄 Description

fix: fix smart crop feature, use new base image version, closes #500


🔄 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/flyimg/flyimg/pull/501 **Author:** [@sadok-f](https://github.com/sadok-f) **Created:** 9/11/2024 **Status:** ✅ Merged **Merged:** 9/11/2024 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `main` ← **Head:** `issue#500` --- ### 📝 Commits (5) - [`dcc4034`](https://github.com/flyimg/flyimg/commit/dcc4034936b2ea8188081874f486ffd27e06421d) fix: fix smart crop feature, use new base image version - [`be130ac`](https://github.com/flyimg/flyimg/commit/be130acb497843e2680b3e031763f4a527c1cc49) fix: add requirements.txt for the python scripts - [`bab7f7b`](https://github.com/flyimg/flyimg/commit/bab7f7bc0686dfc4aaee677d1cb6e66f3212eec0) fix: fix linting errors - [`553cc62`](https://github.com/flyimg/flyimg/commit/553cc6220c7c438c8776a8be4197d73ee5b62eb7) fix: fixing python linting error - [`2f7bdc7`](https://github.com/flyimg/flyimg/commit/2f7bdc70ad58676be3247f5dfb6df2e4a98368da) fixing python linting error ### 📊 Changes **8 files changed** (+315 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+2 -0) 📝 `Dockerfile` (+1 -1) 📝 `config/parameters.yml` (+1 -1) ➕ `python/facedetect.py` (+301 -0) ➕ `python/requirements.txt` (+4 -0) 📝 `python/smartcrop.py` (+5 -0) 📝 `src/Core/Processor/FaceDetectProcessor.php` (+0 -6) 📝 `src/Core/Processor/Processor.php` (+1 -1) </details> ### 📄 Description fix: fix smart crop feature, use new base image version, closes #500 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:35:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flyimg#535
No description provided.