mirror of https://github.com/mosra/magnum.git
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.
14 lines
445 B
14 lines
445 B
[configuration] |
|
# [configuration_] |
|
# Run-length encode the data for smaller file size |
|
rle=true |
|
|
|
# Fall back to uncompressed output if the RLE output is larger. Disable to |
|
# always produce a RLE output. |
|
rleFallbackIfLarger=true |
|
|
|
# Allow RLE to go across scanlines. Can result in even smaller files but |
|
# considered invalid in the TGA 2.0 specification and thus may cause issues |
|
# in certain importers. |
|
rleAcrossScanlines=false |
|
# [configuration_]
|
|
|