[PR #105] [MERGED] Added option to extract part of an image #893

Closed
opened 2026-03-15 15:41:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/flyimg/flyimg/pull/105
Author: @WybrenKoelmans
Created: 7/21/2017
Status: Merged
Merged: 7/25/2017
Merged by: @sadok-f

Base: masterHead: extract-option


📝 Commits (1)

  • 6a17ea6 Added option to extract part of an image

📊 Changes

3 files changed (+80 additions, -4 deletions)

View changed files

📝 config/parameters.yml (+11 -2)
📝 src/Core/Handler/ImageHandler.php (+32 -2)
src/Core/Processor/ExtractProcessor.php (+37 -0)

📄 Description

This works for us. Let me know if it works for you (I have not been keeping up with the changes to this repository, but it is good to see it is actively under development!)

It is basically a copy of the face crop with manual input for the coords.


🔄 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/105 **Author:** [@WybrenKoelmans](https://github.com/WybrenKoelmans) **Created:** 7/21/2017 **Status:** ✅ Merged **Merged:** 7/25/2017 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `master` ← **Head:** `extract-option` --- ### 📝 Commits (1) - [`6a17ea6`](https://github.com/flyimg/flyimg/commit/6a17ea650074f2107804c5200d0365b86aac8394) Added option to extract part of an image ### 📊 Changes **3 files changed** (+80 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `config/parameters.yml` (+11 -2) 📝 `src/Core/Handler/ImageHandler.php` (+32 -2) ➕ `src/Core/Processor/ExtractProcessor.php` (+37 -0) </details> ### 📄 Description This works for us. Let me know if it works for you (I have not been keeping up with the changes to this repository, but it is good to see it is actively under development!) It is basically a copy of the face crop with manual input for the coords. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 15:41:28 +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#893
No description provided.