Crates.io | metaframer |
lib.rs | metaframer |
version | 1.0.0 |
source | src |
created_at | 2024-06-22 21:12:22.680681 |
updated_at | 2024-11-07 20:51:24.979745 |
description | Metaframer is a tool to generate frames for images from their metadata |
homepage | https://github.com/michalvankodev/metaframer |
repository | https://github.com/michalvankodev/metaframer |
max_upload_size | |
id | 1280714 |
size | 1,432,717 |
Metaframer is a tool to generate .svg
frames for images from their metadata to be displayed alongside images in videos or other scenarios.
metaframer *.jpg
will attempt to generate an .svg
frame for all files that match *.jpg
.
For the first release I've only made it possible to install metaframer
through cargo install metaframer
For now I will only make fixes for my own use cases and scenarios. Feel free to open an Issue for a proposal or idea for implementation. Feel free to open a Pull Request with improvements or bug fixes or items that are on the roadmap.