mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 09:45:50 +03:00
[GH-ISSUE #194] Refactor Images entities classes and FaceDetectProcessor #692
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#692
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?
Originally created by @sadok-f on GitHub (Sep 17, 2018).
Original GitHub issue: https://github.com/flyimg/flyimg/issues/194
Originally assigned to: @sadok-f on GitHub.
Currently, we have 2 classes
InputImageandOutputImagewhich they share similar properties, such as path, mimeType, info,...It'll a good choice to refactor those 2 classes and create one abstract class
BaseImagethat extensible by theInputImageandOutputImage.This will give us the choice to use the
OutputImageasInputImageagain in theImageHandler, it'll solve many issues we have currently, especially in theFacetDetectionprocess.Which need to be rewritten after creating a
BaseImage.@github-actions[bot] commented on GitHub (Aug 26, 2023):
This issue is stale because it has been open for 30 days with no activity.
@github-actions[bot] commented on GitHub (Sep 9, 2023):
This issue was closed because it has been inactive for 14 days since being marked as stale.