--getembeddedimage

Syntax

kenaflow --getembeddedimage <input-file-name> --outfile <output-file-name>

Description

This tool embedded to kenaflow can be used to create embedded image for HTML, e.g. for use in email templates.

The <input-file> is a PNG or JPG file with one of these file extensions. Other extensions (including .JPEG, ...) are currently not supported.

The output file will contain a Base64 encoded image string.

Examples

kenaflow --getembeddedimage image.jpg --outfile image.txt