Adding technical information to images using a template.
Project description
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)
Initialize dev env
poetry install
Open UI
make run
TODO
- alignment for grid
- add templates in yaml and py format
- limit column with
- fit ceil content
- Gradient fill
- Template Designer UI
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
frame_stamp-0.1.10.tar.gz
(6.2 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
frame_stamp-0.1.10-py3-none-any.whl
(295.5 kB
view details)
File details
Details for the file frame_stamp-0.1.10.tar.gz.
File metadata
- Download URL: frame_stamp-0.1.10.tar.gz
- Upload date:
- Size: 6.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43bebf3f89d59340d65116120b334c95ced99071d2e4c1e210ffb722ff2de2a9
|
|
| MD5 |
3fcba1e8c11ff000a8642f0e8f3f6647
|
|
| BLAKE2b-256 |
b0a30567abf11963a103391c1c67e397b44b8f636f1f2d928f0d18e3c03352c7
|
File details
Details for the file frame_stamp-0.1.10-py3-none-any.whl.
File metadata
- Download URL: frame_stamp-0.1.10-py3-none-any.whl
- Upload date:
- Size: 295.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49585727fd124b00c16b622f39dc46a583a1bd4b5e86f29645541f244fd330df
|
|
| MD5 |
4a92fd79dc7372f9c8573001545e0c14
|
|
| BLAKE2b-256 |
9349799b23f0888c1841d3d4b3559a3f02f2184b4a2483bc7d7a85788aaf2998
|