Create Images by Stacking them
Project description
ImageStack Python
A simple way to create images using svg and jinja2 templating
Installation
Install with pip
pip install imagestack-svg
Running without display
xvfb-run python3 {your application}
Test Design
You can test your SVG Design here: https://skillor.github.io/imagestack-svg-python/
Usage
from imagestack_svg.imagecreator import ImageCreator
from imagestack_svg.imageresolve import ImageStackResolveString
ig = ImageCreator()
s = ImageStackResolveString('<text>{{ dummy }}</text>')
s(dummy='Hello World!')
print(await ig.create_inner_svg(s))
with open('test.png', 'wb') as f:
f.write((await ig.create_bytes(s)).read())
more examples here: https://github.com/skillor/imagestack-svg-python/blob/master/test.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
imagestack_svg-1.1.1.tar.gz
(7.6 kB
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
File details
Details for the file imagestack_svg-1.1.1.tar.gz.
File metadata
- Download URL: imagestack_svg-1.1.1.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be41c2d31554b9092512ef36fd3ae127ff36d31f192866376d252a7e79b99e3d
|
|
| MD5 |
0a07f506b70a0402e2674ff7f3c1ad54
|
|
| BLAKE2b-256 |
b0f3c45df3991555295a49a0dbc46ae160652711b326a21c01137396338c309b
|
File details
Details for the file imagestack_svg-1.1.1-py3-none-any.whl.
File metadata
- Download URL: imagestack_svg-1.1.1-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd09fb019442e1441c164c7ba391b5517790d4cffeb9bfe3fee783f49d898f00
|
|
| MD5 |
dc9e5e258f115ede79b5d85be210cbdf
|
|
| BLAKE2b-256 |
3d203131ad14e3973f17d2fab8fda386dc453abfa7da22a38e29d6c39b0baee4
|