-
Notifications
You must be signed in to change notification settings - Fork 6
/
kimg.1.scdoc
51 lines (31 loc) · 1.01 KB
/
kimg.1.scdoc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
KIMG(1)
# NAME
kimg - KnightOS image conversion tool
# SYNOPSIS
*kimg* [options] _input_ _output_
# DESCRIPTION
Converts image formats supported by stb_image to the KnightOS image format.
# OPTIONS
*-b, \--bare*
Omit the KIMG headers and write raw image data out.
*-c, \--castle*
Implies -m, and -n and enforces the use of a 16x16 sprite.
*-m, \--monochrome*
Converts the image to a monochrome KIMG file. Implies -p.
*-n, \--no-compression*
Does not use (lossless) KIMG compression.
*-p, \--no-palette*
Instruct kimg not to use a color palette.
*-x, \--compression* <format>
Uses the specified compression algorithm. The following options are available:
- _NONE_
- _RLE_ (default)
# EXAMPLES
*kimg example.png example.img*
Converts example.png (portable network graphics) into example.img (kimg).
# AUTHORS
Maintained by Drew DeVault <[email protected]>, who is assisted by other open
source contributors. For more information about kimg development, see
https://github.com/KnightOS/kimg.
# SEE ALSO
*convert*(1)