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#1063
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/395
Author: @sadok-f
Created: 12/10/2023
Status: ✅ Merged
Merged: 12/11/2023
Merged by: @sadok-f
Base:
main← Head:add-avif-support📝 Commits (10+)
7c54485Update composer and remove unnecessary ext requirement4f56560Add Avif optiondbbb24aAdd AVIF test cases75ae4f3Add AVIF input description3f13454feat: use latest docker base image to add AVIF support06c6746fix: fixing the timeout issue when loading source imageb56b758feat: add AVIF support41840d0Merge branch 'main' into add-avif-support81d8c03fixing lintingddd42c6Add avif test cases📊 Changes
21 files changed (+282 additions, -148 deletions)
View changed files
📝
.github/workflows/ci.yml(+1 -1)📝
Dockerfile(+1 -10)📝
README.md(+5 -1)📝
composer.json(+1 -2)📝
composer.lock(+71 -73)📝
config/parameters.yml(+23 -16)📝
docs/application-options.md(+9 -4)📝
src/Core/Entity/Image/InputImage.php(+2 -0)📝
src/Core/Entity/Image/OutputImage.php(+35 -5)📝
src/Core/Entity/ImageMetaInfo.php(+12 -14)📝
src/Core/Handler/ImageHandler.php(+6 -3)📝
src/Core/Processor/ImageProcessor.php(+4 -6)📝
src/Core/Processor/Processor.php(+1 -1)📝
src/Core/Views/Default/index.html(+1 -1)📝
tests/Core/BaseTest.php(+2 -1)📝
tests/Core/Controller/DefaultControllerTest.php(+12 -1)📝
tests/Core/Entity/Image/OutputImageTest.php(+0 -1)📝
tests/Core/Entity/ImageMetaInfoTest.php(+17 -6)📝
tests/Core/Handler/ImageHandlerTest.php(+78 -1)➕
tests/testImages/fox.avif(+0 -0)...and 1 more files
📄 Description
Add AVIF support, closes #377
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.