feat(core): add OpenGraph image generation #85
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?
Programmatic image generation to create social images for profiles, outputs, and maybe organizations is a helpful tool. We had it temporarily in 1.0, but the NodeJS overhead was too big. Rust is more performant, so a retry is in place.
It would require caching and consistent designs (not patchwork). Relevant crates are
image
and others, but clarity not yet the case. A Redis cache may be assumed if already used elsewhere (I think OIDC).