svgen
.
generation
.images
index
/home/vkottler/src/vkottler/workspace/svgen/svgen/generation/images.py
A module for generating images from SVG files.
Modules
subprocess
Functions
generate_icon
(output_dir: pathlib.Path) -> None
Generate an icon from previously generated PNG outputs.
generate_images
(doc: svgen.element.svg.Svg, output: pathlib.Path, cli_entry: str = 'inkscape') -> bool
Generate image outputs for this document.
Data
DEFAULT_ENTRY
= 'inkscape'
ICON_SIZES
= [16, 24, 32, 64, 128, 256]