You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/python/tools/toiftool
matejcik c3a4a765bb
build(deps): update poetry env to Python 3.8, update Pillow
8 months ago
..
README.md feat: toiftool 10 months ago
pyproject.toml build(deps): update poetry env to Python 3.8, update Pillow 8 months ago
toiftool.py feat: toiftool 10 months ago

README.md

TOIF Tool

A helpful CLI tool to work with TOIFs.

Installation

The command toiftool is available within firmware repository's Poetry shell.

To install the tool separate from the firmware repository, run:

pip install -e .

Displaying TOIFs

To display a TOIF image in a viewer, run:

toiftool show <path/to/toif>

Converting TOIFs

To convert to or from TOIF, run:

toiftool convert <path/to/image.toif> <path/to/output.jpg>
toiftool convert <path/to/image.png> <path/to/output.toif>

The in/out format will be determined by the file extension.

Getting information about TOIFs

To get information about a TOIF, run:

toiftool info <path/to/toif>