mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 09:45:50 +03:00
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#900
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/124
Author: @baamenabar
Created: 9/4/2017
Status: ✅ Merged
Merged: 9/8/2017
Merged by: @baamenabar
Base:
master← Head:resizing-tests📝 Commits (5)
3e2f593Added more cases for the tests. Added Image Info to the source image (needed for calculations).2330d8cRemoved forgotten unused methods3d5a4b0Added ImageMetaInfo Class and updated tests.4ef04ccAdded Unit tests for ImageMetaInfo, fixed test broken by reoving the thread URL option.c5cdbc3Removing unused methods for now. Minor code style fixes.📊 Changes
11 files changed (+407 additions, -52 deletions)
View changed files
📝
config/parameters.yml(+6 -5)➕
src/Core/Entity/Image/ImageMetaInfo.php(+206 -0)📝
src/Core/Entity/Image/InputImage.php(+10 -5)📝
src/Core/Processor/ImageProcessor.php(+17 -6)📝
src/Core/Processor/Processor.php(+1 -1)➕
tests/Core/Entity/Image/ImageMetaInfoTest.php(+96 -0)📝
tests/Core/Entity/Image/OutputImageTest.php(+4 -1)📝
tests/Core/Processor/ImageProcessorTest.php(+67 -34)➕
tests/testImages/landscape-color-squares-300x200.png(+0 -0)➕
tests/testImages/portrait-color-squares-200x300.png(+0 -0)➕
tests/testImages/square-opaque-200.png(+0 -0)📄 Description
…(needed for calculations).
There are double the tests, but the later half is deactivater
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.