[PR #50] [MERGED] Add gif support to flyimg #853

Closed
opened 2026-03-15 15:39:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: add-gif-support


📝 Commits (2)

  • 73e4b2b Add gif support to flyimg
  • abc4703 Add gif support, output a png file from a gif, add unittest

📊 Changes

7 files changed (+125 additions, -22 deletions)

View changed files

📝 config/parameters.yml (+2 -0)
📝 src/Core/Entity/Image.php (+40 -9)
📝 src/Core/Service/ImageProcessor.php (+21 -9)
📝 src/Core/Tests/BaseTest.php (+2 -0)
📝 src/Core/Tests/ImageProcessorTest.php (+59 -4)
📝 src/Core/Tests/ImageTest.php (+1 -0)
src/Core/Tests/TestImages/animated.gif (+0 -0)

📄 Description

No description provided


🔄 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/50 **Author:** [@sadok-f](https://github.com/sadok-f) **Created:** 2/16/2017 **Status:** ✅ Merged **Merged:** 2/18/2017 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `master` ← **Head:** `add-gif-support` --- ### 📝 Commits (2) - [`73e4b2b`](https://github.com/flyimg/flyimg/commit/73e4b2b382416dab941c24a5278179e38804e6af) Add gif support to flyimg - [`abc4703`](https://github.com/flyimg/flyimg/commit/abc47034978099c64db28596ac26282b88b0f508) Add gif support, output a png file from a gif, add unittest ### 📊 Changes **7 files changed** (+125 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `config/parameters.yml` (+2 -0) 📝 `src/Core/Entity/Image.php` (+40 -9) 📝 `src/Core/Service/ImageProcessor.php` (+21 -9) 📝 `src/Core/Tests/BaseTest.php` (+2 -0) 📝 `src/Core/Tests/ImageProcessorTest.php` (+59 -4) 📝 `src/Core/Tests/ImageTest.php` (+1 -0) ➕ `src/Core/Tests/TestImages/animated.gif` (+0 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 15:39:18 +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#853
No description provided.