mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 01:35:56 +03:00
[GH-ISSUE #49] Add overlays functionality, like text on top of the image, or any graphic. #628
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#628
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 (Feb 13, 2017).
Original GitHub issue: https://github.com/flyimg/flyimg/issues/49
Consider using phantomJS to load a URL, render it, and return a part or all of the rendered page.
The part that would be selected should be passed as a css selector in the first parameter.
Something like this:
http://flyimg.io/render/.header__title--big/https://some .webpage.com@baamenabar commented on GitHub (Sep 8, 2017):
I'm thinking this could be it's own service in it's own container that we can call. Specially since the environment for phantomJS is node. Actually we should be using headless chrome for this nowdays.
@sadok-f commented on GitHub (Sep 13, 2017):
I think there are 2 differents features here we're talking about:
@baamenabar commented on GitHub (Sep 13, 2017):
The thing with the overlay text is the control, there is two ways to work with text.
Option 1 is good for an amateur photographer who wants to put their name in an image, or maybe a simple meme generator.
Option 2 is what a stakeholder (PM, designer, boss, ...) wants when they thing about overlaying text on an image.
Option 2 is doable using a browser and CSS and saving the rendered piece as a bitmap.
@baamenabar commented on GitHub (Sep 13, 2017):
I leave this link here, because this and similar projects have addressed the issue in depth.
https://github.com/cheeaun/puppetron
Keep in mind that my hammer is CSS , so everything looks like something to solve with css. 😛
@github-actions[bot] commented on GitHub (Aug 27, 2023):
This issue is stale because it has been open for 30 days with no activity.
@github-actions[bot] commented on GitHub (Sep 10, 2023):
This issue was closed because it has been inactive for 14 days since being marked as stale.