.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3. .TH IMAGE-TO-PASCAL "1" "May 2021" "Castle Game Engine" "User Commands" .SH NAME image-to-pascal \- convert image files into Pascal source code .SH DESCRIPTION image\-to\-pascal: Convert image files into Pascal source code, useful together with Castle Game Engine image units. .SS "Usage:" .IP image\-to\-pascal [OPTIONS...] UnitName image_name1.png... .SS "Available options are:" .TP \fB\-h\fR / \fB\-\-help\fR Print this help message and exit. .TP \fB\-\-no\-show\-progress\fR Do not show progress on stderr. .TP \fB\-o\fR / \fB\-\-output\fR DIRECTORY Place output unit files inside this dir. .TP @alpha=strip Strip the alpha channel from the following images. .TP @alpha=keep Keep the alpha channel on the following images (the default). As a result, alpha channel will be stored in source files.