metaframer

Crates.iometaframer
lib.rsmetaframer
version1.0.0
sourcesrc
created_at2024-06-22 21:12:22.680681
updated_at2024-11-07 20:51:24.979745
descriptionMetaframer is a tool to generate frames for images from their metadata
homepagehttps://github.com/michalvankodev/metaframer
repositoryhttps://github.com/michalvankodev/metaframer
max_upload_size
id1280714
size1,432,717
Michal Vanko (michalvankodev)

documentation

README

metaframer

Metaframer is a tool to generate .svg frames for images from their metadata to be displayed alongside images in videos or other scenarios.

  • Displays metadata information such as focal length, camera model, shutter speed, ISO and aperture
  • Configurable (background, font, size, templates, target display resolution)
  • Able to batch process multiple images at once (like with any other CLI tool)

Preview

metaframer *.jpg will attempt to generate an .svg frame for all files that match *.jpg.

Preview of a generated frame

Installation

For the first release I've only made it possible to install metaframer through cargo install metaframer

Possible roadmap

  • Custom templates
  • Font scaling in case of lack of space

Development

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.

Commit count: 40

cargo fmt