[GH-ISSUE #23] Make a helpful root page. #614

Closed
opened 2026-03-15 14:49:01 +03:00 by kerem · 3 comments
Owner

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?

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?
kerem 2026-03-15 14:49:01 +03:00
Author
Owner

@sadok-f commented on GitHub (Jan 20, 2017):

Could be an upload form with transformation inputs?

<!-- gh-comment-id:274167232 --> @sadok-f commented on GitHub (Jan 20, 2017): Could be an upload form with transformation inputs?
Author
Owner

@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:

Could be an upload form with transformation inputs?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/flyimg/flyimg/issues/23#issuecomment-274167232, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAzB7SSH7E0gFQ-2_QYpJwJZZOQ6upnlks5rURPNgaJpZM4LpoxL
.

<!-- gh-comment-id:274242490 --> @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: > Could be an upload form with transformation inputs? > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub > <https://github.com/flyimg/flyimg/issues/23#issuecomment-274167232>, or mute > the thread > <https://github.com/notifications/unsubscribe-auth/AAzB7SSH7E0gFQ-2_QYpJwJZZOQ6upnlks5rURPNgaJpZM4LpoxL> > . >
Author
Owner

@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:

http://oi.flyimg.io/upload/w_300/http://m0.cl/t/flyimg-logo-rgb.png

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!

<!-- gh-comment-id:274355677 --> @baamenabar commented on GitHub (Jan 22, 2017): # Proposal for content in root page: <img src="https://raw.githubusercontent.com/flyimg/graphic-assets/master/logo/raster/flyimg-logo-rgb.png" width="300"> ## Hello from Flyimg ### The image above (logo) has been served using flyimg. how? Calling the source in the `<img>` like this: ``` http://oi.flyimg.io/upload/w_300/http://m0.cl/t/flyimg-logo-rgb.png ``` 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](https://github.com/flyimg/flyimg). Happy imaging!
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#614
No description provided.