feat(core): add OpenGraph image generation #85

Open
opened 2025-09-25 14:02:21 +00:00 by chartgerink · 0 comments
Owner

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).

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).
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: researchequals/api#85
No description provided.