mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 01:35:56 +03:00
[GH-ISSUE #412] error on face-functions #161
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#161
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 @tribor on GitHub (Feb 19, 2024).
Original GitHub issue: https://github.com/flyimg/flyimg/issues/412
Originally assigned to: @sadok-f on GitHub.
version tested
what I am trying to do
use the function "faceblur" (or other face-functions)
how to reproduce
tested with photo of a group but every photo will work to reproduce
https://demo.flyimg.io/upload/fb_1/https://windeurope.org/wp-content/uploads/images/about-us/WindEurope-board-members.jpg
error description
web-UI reports:
docker logs:
when I download the image in the container and the run
facedetectit seems to work:note: an older version 1.1.42 does work without showing this error
@sadok-f commented on GitHub (Feb 19, 2024):
Thank you @tribor for opening this issue and for the detailed explanation!
it seems related to the AVIF format which became the default output since v1.3.0, if you add the output parameter to be jpg or png the FaceBlur works as expected.
I'll look into this issue, thank you for reporting it