Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text filter that draws text with the given options #9238

Closed
vanbroup opened this issue Dec 3, 2021 · 1 comment · Fixed by #9239
Closed

Text filter that draws text with the given options #9238

vanbroup opened this issue Dec 3, 2021 · 1 comment · Fixed by #9239

Comments

@vanbroup
Copy link
Contributor

vanbroup commented Dec 3, 2021

It would be great if Hugo could dynamically generate Open Graph Images.

{{ $img := resources.Get "/images/open-graph-bg.png"}}
{{ $img = $img.Filter (images.Text "This text is placed over the image" (dict
    "color" "#ffffff"
    "size" 50
    "x" 100
    "y" 200
))}}
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants