mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 09:45:50 +03:00
Labels
No labels
Docs
Docs
Docs
Security
UnitTest
bug
dependencies
duplicate
enhancement
enhancement
enhancement
hacktoberfest
help wanted
invalid
pull-request
question
stale
version 1
version 2
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flyimg#951
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/flyimg/flyimg/pull/237
Author: @sadok-f
Created: 12/2/2019
Status: ✅ Merged
Merged: 12/3/2019
Merged by: @sadok-f
Base:
master← Head:issue#236📝 Commits (9)
98f9a0aFixing FaceDetect not working, closes #2369b9dc5bFixing Unit Test, closes #236ed6b601Rounding up the comparing results, closes #2368677a1eFixinf unit tests , closes #23633082aeRefactor the image comparision logic for the unit tests, closes #2361dddde4Debuging unit test in Travis CI, issue#2368f45640Debug file size for unit test, issue#236d9d3bbdAdd png output image for unit test6c7f83bSwitching to compare generated file size, closes #236📊 Changes
9 files changed (+31 additions, -29 deletions)
View changed files
📝
src/Core/Handler/ImageHandler.php(+4 -3)📝
src/Core/Processor/FaceDetectProcessor.php(+10 -10)📝
tests/Core/BaseTest.php(+2 -2)📝
tests/Core/Processor/ExtractProcessorTest.php(+3 -4)📝
tests/Core/Processor/FaceDetectProcessorTest.php(+12 -10)📝
tests/testImages/face_cp0.jpg(+0 -0)➕
tests/testImages/face_cp0.png(+0 -0)📝
tests/testImages/face_fb.jpg(+0 -0)➕
tests/testImages/face_fb.png(+0 -0)📄 Description
I moved the logic for the Face Detection (Crop and Blur) just after the resizing process.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.