paulwinex / frame-stamp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frame Stamp

A tool for render technical information over image using template with render context

Quick example:

from frame_stamp.stamp import FrameStamp

input_file = '...'
output_file = '...'
# template for stamping
template = {}
# render context
variables = {}
# frame stamp instance
fs = FrameStamp(input_file, template, variables)
# render
fs.render(save_path=output_file)

Open UI

Activate Virtual env and run command.

./frame_stamp/bin/open_viewer.sh 

TODO

  • font finding
  • alignment for grid
  • add templates in yaml and py format
  • limit column with
  • fit ceil content
  • Tiling and repeat
  • Triangles
  • Gradient fill
  • random function shortcut

About


Languages

Language:Python 99.6%Language:Makefile 0.2%Language:Shell 0.2%