[PR #117] [MERGED] WIP: Add tests for geometry calculations. This fixes #116 #897

Closed
opened 2026-03-15 15:41:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/flyimg/flyimg/pull/117
Author: @baamenabar
Created: 8/27/2017
Status: Merged
Merged: 8/30/2017
Merged by: @baamenabar

Base: masterHead: resizing-tests


📝 Commits (2)

  • a7b686c WIP: Add tests for validating resizing options and geometry calculations. This fixes #116
  • 65ee826 Added data provider for the ImageProcessor Tests. Looking good

📊 Changes

8 files changed (+108 additions, -10 deletions)

View changed files

📝 .gitignore (+3 -0)
📝 src/Core/Processor/Processor.php (+1 -1)
📝 tests/Core/Handler/ImageHandlerTest.php (+9 -9)
tests/Core/Processor/ImageProcessorTest.php (+95 -0)
tests/testImages/landscape-color-squares-900x600.png (+0 -0)
tests/testImages/portrait-color-squares-600x900.png (+0 -0)
tests/testImages/square-opaque-600.png (+0 -0)
tests/testImages/square-tranparency-600.png (+0 -0)

📄 Description

Add tests for validating resizing options and geometry calculations. This fixes #116


🔄 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/117 **Author:** [@baamenabar](https://github.com/baamenabar) **Created:** 8/27/2017 **Status:** ✅ Merged **Merged:** 8/30/2017 **Merged by:** [@baamenabar](https://github.com/baamenabar) **Base:** `master` ← **Head:** `resizing-tests` --- ### 📝 Commits (2) - [`a7b686c`](https://github.com/flyimg/flyimg/commit/a7b686c89a0a52618cc11db621e4a8f470f87476) WIP: Add tests for validating resizing options and geometry calculations. This fixes #116 - [`65ee826`](https://github.com/flyimg/flyimg/commit/65ee82656f6ef5dce0ece5f2361fd23334a67a04) Added data provider for the ImageProcessor Tests. Looking good ### 📊 Changes **8 files changed** (+108 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -0) 📝 `src/Core/Processor/Processor.php` (+1 -1) 📝 `tests/Core/Handler/ImageHandlerTest.php` (+9 -9) ➕ `tests/Core/Processor/ImageProcessorTest.php` (+95 -0) ➕ `tests/testImages/landscape-color-squares-900x600.png` (+0 -0) ➕ `tests/testImages/portrait-color-squares-600x900.png` (+0 -0) ➕ `tests/testImages/square-opaque-600.png` (+0 -0) ➕ `tests/testImages/square-tranparency-600.png` (+0 -0) </details> ### 📄 Description Add tests for validating resizing options and geometry calculations. This fixes #116 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 15:41:44 +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#897
No description provided.