[PR #41] [MERGED] Add support to output png images in case source file is png #243

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

📋 Pull Request Information

Original PR: https://github.com/flyimg/flyimg/pull/41
Author: @sadok-f
Created: 2/1/2017
Status: Merged
Merged: 2/2/2017
Merged by: @sadok-f

Base: masterHead: png-support-v2


📝 Commits (5)

  • b861447 Add support to output png images in case source file is png
  • 0f924a0 fix phpcs error
  • f26ea52 Add support PNG format, add output format option in url parameters
  • 57d089c PNG Support fix jpeg output with mozjpeg:
  • 1b55070 Add Png Support, apply PR changes

📊 Changes

8 files changed (+119 additions, -32 deletions)

View changed files

📝 README.md (+6 -9)
📝 config/parameters.yml (+2 -2)
📝 src/Core/Controller/CoreController.php (+2 -3)
📝 src/Core/Controller/DefaultController.php (+2 -2)
📝 src/Core/Entity/Image.php (+95 -9)
📝 src/Core/Service/ImageProcessor.php (+12 -5)
📝 src/Core/Tests/ImageProcessorTest.php (+0 -1)
📝 src/Core/Tests/ImageTest.php (+0 -1)

📄 Description

#24


🔄 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/41 **Author:** [@sadok-f](https://github.com/sadok-f) **Created:** 2/1/2017 **Status:** ✅ Merged **Merged:** 2/2/2017 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `master` ← **Head:** `png-support-v2` --- ### 📝 Commits (5) - [`b861447`](https://github.com/flyimg/flyimg/commit/b86144706ac3d360ba8f39e84d5c780a4ad8eed9) Add support to output png images in case source file is png - [`0f924a0`](https://github.com/flyimg/flyimg/commit/0f924a0cdeaaa1e32008ba4b55d448fce231f674) fix phpcs error - [`f26ea52`](https://github.com/flyimg/flyimg/commit/f26ea52f0da50c9c4d96e3390d4ed44767a474e7) Add support PNG format, add output format option in url parameters - [`57d089c`](https://github.com/flyimg/flyimg/commit/57d089c13148819a2dce617f61794de9da5ea82a) PNG Support fix jpeg output with mozjpeg: - [`1b55070`](https://github.com/flyimg/flyimg/commit/1b55070ea8f4848a3982c8a0cc6e51751b2487aa) Add Png Support, apply PR changes ### 📊 Changes **8 files changed** (+119 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+6 -9) 📝 `config/parameters.yml` (+2 -2) 📝 `src/Core/Controller/CoreController.php` (+2 -3) 📝 `src/Core/Controller/DefaultController.php` (+2 -2) 📝 `src/Core/Entity/Image.php` (+95 -9) 📝 `src/Core/Service/ImageProcessor.php` (+12 -5) 📝 `src/Core/Tests/ImageProcessorTest.php` (+0 -1) 📝 `src/Core/Tests/ImageTest.php` (+0 -1) </details> ### 📄 Description #24 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:34:49 +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#243
No description provided.