table of contents
other versions
- bookworm 7.0~alpha.2+dfsg1-5
- bookworm-backports 7.0~alpha.3+dfsg1-2~bpo12+1
- testing 7.0~alpha.3+dfsg1-10
- unstable 7.0~alpha.3+dfsg1-11
IMAGE-TO-PASCAL(1) | User Commands | IMAGE-TO-PASCAL(1) |
NAME¶
image-to-pascal - convert image files into Pascal source code
DESCRIPTION¶
image-to-pascal: Convert image files into Pascal source code, useful together with Castle Game Engine image units.
Usage:¶
- image-to-pascal [OPTIONS...] UnitName image_name1.png...
Available options are:¶
- -h / --help
- Print this help message and exit.
- --no-show-progress
- Do not show progress on stderr.
- -o / --output DIRECTORY
- Place output unit files inside this dir.
- @alpha=strip
- Strip the alpha channel from the following images.
- @alpha=keep
- Keep the alpha channel on the following images (the default). As a result, alpha channel will be stored in source files.
March 2024 | Castle Game Engine |