[PR #138] [MERGED] [issue-#137] Fix the rotate issue, closes #137 #906

Closed
opened 2026-03-15 15:42:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/flyimg/flyimg/pull/138
Author: @sadok-f
Created: 10/25/2017
Status: Merged
Merged: 10/25/2017
Merged by: @sadok-f

Base: masterHead: issue-#137


📝 Commits (4)

  • 9ef92c9 [issue-#137] Fix the rotate issue, closes #137
  • d7b6e3c [issue-#137] Add Command entity , closes #137
  • 210a1ec [issue-#137] Cleanup and refactoring, closes #137
  • 84bfe9c [issue-#137] Fix phpcs warning, closes#137

📊 Changes

6 files changed (+130 additions, -61 deletions)

View changed files

src/Core/Entity/Command.php (+47 -0)
📝 src/Core/Processor/ExtractProcessor.php (+6 -6)
📝 src/Core/Processor/FaceDetectProcessor.php (+20 -14)
📝 src/Core/Processor/ImageProcessor.php (+42 -34)
📝 src/Core/Processor/Processor.php (+8 -5)
📝 tests/Core/Processor/ProcessorTest.php (+7 -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/flyimg/flyimg/pull/138 **Author:** [@sadok-f](https://github.com/sadok-f) **Created:** 10/25/2017 **Status:** ✅ Merged **Merged:** 10/25/2017 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `master` ← **Head:** `issue-#137` --- ### 📝 Commits (4) - [`9ef92c9`](https://github.com/flyimg/flyimg/commit/9ef92c999aa210a05f6b29ccd2d721fc57a54232) [issue-#137] Fix the rotate issue, closes #137 - [`d7b6e3c`](https://github.com/flyimg/flyimg/commit/d7b6e3c80e8a1928120266bce5e5ca2c9eda33ed) [issue-#137] Add Command entity , closes #137 - [`210a1ec`](https://github.com/flyimg/flyimg/commit/210a1ec8857a13c8e715bee0842cf36e96e58b60) [issue-#137] Cleanup and refactoring, closes #137 - [`84bfe9c`](https://github.com/flyimg/flyimg/commit/84bfe9cd8ad42b5ddabf64177a243729d57b30d0) [issue-#137] Fix phpcs warning, closes#137 ### 📊 Changes **6 files changed** (+130 additions, -61 deletions) <details> <summary>View changed files</summary> ➕ `src/Core/Entity/Command.php` (+47 -0) 📝 `src/Core/Processor/ExtractProcessor.php` (+6 -6) 📝 `src/Core/Processor/FaceDetectProcessor.php` (+20 -14) 📝 `src/Core/Processor/ImageProcessor.php` (+42 -34) 📝 `src/Core/Processor/Processor.php` (+8 -5) 📝 `tests/Core/Processor/ProcessorTest.php` (+7 -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>
kerem 2026-03-15 15:42:17 +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#906
No description provided.