[PR #569] [MERGED] fix: update base image to 1.8.1, enhance error message in InputImage,… #581

Closed
opened 2026-02-25 22:35:55 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/flyimg/flyimg/pull/569
Author: @sadok-f
Created: 7/4/2025
Status: Merged
Merged: 7/4/2025
Merged by: @sadok-f

Base: mainHead: update-base-image


📝 Commits (3)

  • 4c713cd fix: update base image to 1.8.1, enhance error message in InputImage, and add AVIF test cases
  • 6fc6c74 Update src/Core/Entity/Image/InputImage.php
  • 0cf5e6a refactor: improve error messaging in InputImage and update ReadFileException constructor for better flexibility; enhance tests for exception handling

📊 Changes

10 files changed (+23 additions, -12 deletions)

View changed files

📝 Dockerfile (+1 -1)
📝 src/Core/Entity/Image/InputImage.php (+1 -1)
📝 src/Core/Exception/ReadFileException.php (+2 -2)
📝 tests/Core/BaseTest.php (+1 -0)
📝 tests/Core/Entity/Image/InputImageTest.php (+1 -0)
📝 tests/Core/Processor/FaceDetectProcessorTest.php (+17 -8)
📝 tests/testImages/extract-result.jpg (+0 -0)
tests/testImages/face_cp0.avif (+0 -0)
📝 tests/testImages/image-with-text-result.jpg (+0 -0)
📝 tests/testImages/smart_crop_restult.jpg (+0 -0)

📄 Description

fix: update base image to 1.8.1, enhance error message in InputImage and add AVIF test cases


🔄 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/569 **Author:** [@sadok-f](https://github.com/sadok-f) **Created:** 7/4/2025 **Status:** ✅ Merged **Merged:** 7/4/2025 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `main` ← **Head:** `update-base-image` --- ### 📝 Commits (3) - [`4c713cd`](https://github.com/flyimg/flyimg/commit/4c713cd6d88e7309add97e9291282879a303a191) fix: update base image to 1.8.1, enhance error message in InputImage, and add AVIF test cases - [`6fc6c74`](https://github.com/flyimg/flyimg/commit/6fc6c744d320f01945391ba1eaf3acfb28f4c149) Update src/Core/Entity/Image/InputImage.php - [`0cf5e6a`](https://github.com/flyimg/flyimg/commit/0cf5e6a482a03c1b7ec69cf467b0ec078ba2db36) refactor: improve error messaging in InputImage and update ReadFileException constructor for better flexibility; enhance tests for exception handling ### 📊 Changes **10 files changed** (+23 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+1 -1) 📝 `src/Core/Entity/Image/InputImage.php` (+1 -1) 📝 `src/Core/Exception/ReadFileException.php` (+2 -2) 📝 `tests/Core/BaseTest.php` (+1 -0) 📝 `tests/Core/Entity/Image/InputImageTest.php` (+1 -0) 📝 `tests/Core/Processor/FaceDetectProcessorTest.php` (+17 -8) 📝 `tests/testImages/extract-result.jpg` (+0 -0) ➕ `tests/testImages/face_cp0.avif` (+0 -0) 📝 `tests/testImages/image-with-text-result.jpg` (+0 -0) 📝 `tests/testImages/smart_crop_restult.jpg` (+0 -0) </details> ### 📄 Description fix: update base image to 1.8.1, enhance error message in InputImage and add AVIF test cases --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:35:55 +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#581
No description provided.