[PR #395] [MERGED] Add AVIF support closes #377 #1063

Closed
opened 2026-03-15 15:50:42 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: add-avif-support


📝 Commits (10+)

  • 7c54485 Update composer and remove unnecessary ext requirement
  • 4f56560 Add Avif option
  • dbbb24a Add AVIF test cases
  • 75ae4f3 Add AVIF input description
  • 3f13454 feat: use latest docker base image to add AVIF support
  • 06c6746 fix: fixing the timeout issue when loading source image
  • b56b758 feat: add AVIF support
  • 41840d0 Merge branch 'main' into add-avif-support
  • 81d8c03 fixing linting
  • ddd42c6 Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/flyimg/flyimg/pull/395 **Author:** [@sadok-f](https://github.com/sadok-f) **Created:** 12/10/2023 **Status:** ✅ Merged **Merged:** 12/11/2023 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `main` ← **Head:** `add-avif-support` --- ### 📝 Commits (10+) - [`7c54485`](https://github.com/flyimg/flyimg/commit/7c544854b1fa720b4031c3d8017d662e2830a235) Update composer and remove unnecessary ext requirement - [`4f56560`](https://github.com/flyimg/flyimg/commit/4f56560ebf64b8246a9c59a0dc4b1d3bdadf3624) Add Avif option - [`dbbb24a`](https://github.com/flyimg/flyimg/commit/dbbb24a93c4587d8602c42109e8fa95552bb87f8) Add AVIF test cases - [`75ae4f3`](https://github.com/flyimg/flyimg/commit/75ae4f3d3b9a6e1a7855d6b4318ae5c134aa8540) Add AVIF input description - [`3f13454`](https://github.com/flyimg/flyimg/commit/3f13454701d03033a2181b501ca88e5fce057cb1) feat: use latest docker base image to add AVIF support - [`06c6746`](https://github.com/flyimg/flyimg/commit/06c6746073be2bcdc5f7b528a64425222559c6f2) fix: fixing the timeout issue when loading source image - [`b56b758`](https://github.com/flyimg/flyimg/commit/b56b7586edb7741ce3650f6d62c40dfece80d557) feat: add AVIF support - [`41840d0`](https://github.com/flyimg/flyimg/commit/41840d00cbc2bc0ed93a3bdc30cfb4d54db0bfe5) Merge branch 'main' into add-avif-support - [`81d8c03`](https://github.com/flyimg/flyimg/commit/81d8c03ba4b69026a5e29eae9df65d07d5068cf3) fixing linting - [`ddd42c6`](https://github.com/flyimg/flyimg/commit/ddd42c66a6984fae6c08be60cd1c764a1a10f78e) Add avif test cases ### 📊 Changes **21 files changed** (+282 additions, -148 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description Add AVIF support, closes #377 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 15:50:42 +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#1063
No description provided.