mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 09:45:50 +03:00
[PR #38] [CLOSED] Partial PNG support. #850
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#850
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/38
Author: @baamenabar
Created: 1/31/2017
Status: ❌ Closed
Base:
master← Head:png-support📝 Commits (2)
d624265Merge remote-tracking branch 'origin/master' into png-support62fabe8Added PNG support by default. Does not work in combination with enabled webp conversion📊 Changes
3 files changed (+134 additions, -23 deletions)
View changed files
📝
src/Core/Controller/CoreController.php(+2 -1)📝
src/Core/Entity/Image.php(+123 -7)📝
src/Core/Service/ImageProcessor.php(+9 -15)📄 Description
Added an identify method but need review.
Does not work with webP enabled
this url
http://192.168.96.100:8080/upload/w_601,h_601,rf_1/https://raw.githubusercontent.com/flyimg/graphic-assets/master/logo/raster/flyimg-logo-rgb.pngwill throw
The last line of output: /usr/bin/convert /var/www/html/var/tmp/588fdbd8ec3d38.74595512 -thumbnail 601x601\> -gravity Center -extent 601x601+repage -colorspace sRGB -limit thread '1' -strip -filter 'Lanczos' -sampling-factor '1x1' -quality '90' '/var/www/html/var/tmp/2dd91029ea511b906ac262d82768bd5b-588fdbd8f33cd4.11918861.webp'🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.