mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 01:35:56 +03:00
[PR #589] [MERGED] feat: add support for JPEG XL #1202
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#1202
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/589
Author: @sadok-f
Created: 9/22/2025
Status: ✅ Merged
Merged: 9/25/2025
Merged by: @sadok-f
Base:
main← Head:issue#588📝 Commits (8)
b493227feat: add support for JPEG XL, closes #5885eca9cbfix: fix demo page option creation8f059adstyle: format allowed output extensions for better readabilitybf933dastyle: improve formatting508f609style: clarify output format descriptionab4cbe5feat: add jxl-decoding-speed option and update jxl-effort default value713aaa8fix: refactor upload handling in Response and DefaultController to support multipart and various content typesa9ffdb2style: remove unnecessary blank line📊 Changes
19 files changed (+608 additions, -61 deletions)
View changed files
📝
README.md(+1 -0)📝
config/parameters.yml(+7 -0)📝
docs/url-options.md(+21 -1)📝
src/Core/Controller/DefaultController.php(+2 -30)📝
src/Core/Entity/Image/InputImage.php(+6 -1)📝
src/Core/Entity/Image/OutputImage.php(+34 -2)📝
src/Core/Entity/Response.php(+88 -0)📝
src/Core/Handler/ImageHandler.php(+3 -1)📝
src/Core/Processor/ImageProcessor.php(+11 -1)📝
src/Core/Processor/Processor.php(+1 -1)📝
src/Core/Views/Default/index.html(+1 -1)📝
tests/Core/BaseTest.php(+3 -0)📝
tests/Core/Controller/DefaultControllerTest.php(+189 -0)📝
tests/Core/Entity/Image/OutputImageTest.php(+2 -0)📝
tests/Core/Entity/ResponseTest.php(+145 -0)📝
tests/Core/Processor/ImageProcessorTest.php(+1 -1)➕
tests/testImages/square_result.jxl(+0 -0)📝
web/css/main.css(+4 -0)📝
web/js/main.js(+89 -22)📄 Description
feat: add support for JPEG XL, closes #588
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.