mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 09:45:50 +03:00
[GH-ISSUE #23] Make a helpful root page. #614
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#614
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?
Originally created by @baamenabar on GitHub (Jan 20, 2017).
Original GitHub issue: https://github.com/flyimg/flyimg/issues/23
Currently we only have a text that says "hello from docker"
Maybe make this a submodule project?
@sadok-f commented on GitHub (Jan 20, 2017):
Could be an upload form with transformation inputs?
@baamenabar commented on GitHub (Jan 21, 2017):
It would have to be simple. And here I worry about security.
On Jan 20, 2017 9:06 PM, "Sadok Ferjani" notifications@github.com wrote:
@baamenabar commented on GitHub (Jan 22, 2017):
Proposal for content in root page:
Hello from Flyimg
The image above (logo) has been served using flyimg.
how? Calling the source in the
<img>like this:It got transformed from the original file which was 6000px wide!
Now, on the server, there is a cached version of this transformed image. There is no need to do the transformation again next time someone requests this image.
The best of all is that you get Moz-jpeg compression by default on all your JPEGs.
Transformations
You can do many different transformations to you images, like: quality, face-crop, face-blur, width, height, crop, background, rotate, scale, amongst many others.
Check the docs for more info.
Happy imaging!