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#350
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/244
Author: @sadok-f
Created: 2/4/2020
Status: ✅ Merged
Merged: 2/4/2020
Merged by: @sadok-f
Base:
master← Head:louisl/feature/movie-support📝 Commits (10+)
64e528dAdded ghostscript63e02e7Added PDF mimetype and isInputPdf function488ee6aIf it's a pdf use pgae no parama640a69Added pg param for PDF5ac06b3Changed parameter name to be more generic, appends page number to cached image621580eAdded movie support1a6c2bdFixed current unit testsf57ea1bcode stylee86fb59Cleaned up and added and exception if the time is out of rangecbe1b0eCommenting and a little refactor📊 Changes
16 files changed (+272 additions, -56 deletions)
View changed files
📝
Dockerfile(+4 -1)📝
config/parameters.yml(+4 -0)📝
src/Core/Entity/Image/InputImage.php(+56 -11)📝
src/Core/Entity/Image/OutputImage.php(+29 -19)📝
src/Core/Entity/ImageMetaInfo.php(+1 -1)📝
src/Core/Handler/ImageHandler.php(+4 -4)📝
src/Core/Processor/ImageProcessor.php(+8 -3)📝
src/Core/Processor/Processor.php(+3 -0)➕
src/Core/Processor/VideoProcessor.php(+61 -0)📝
tests/Core/BaseTest.php(+7 -1)📝
tests/Core/Controller/DefaultControllerTest.php(+77 -0)📝
tests/Core/Entity/Image/OutputImageTest.php(+2 -0)📝
tests/Core/Entity/ImageMetaInfoTest.php(+7 -7)📝
tests/Core/Handler/ImageHandlerTest.php(+9 -9)➕
tests/testImages/SampleVideo_1280x720_2mb.mp4(+0 -0)➕
tests/testImages/lighthouses.pdf(+0 -0)📄 Description
Followup PR to #243
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.