8,018
edits
Paradox-01 (talk | contribs) m (danger of confusing command line flags and xml flags) |
Paradox-01 (talk | contribs) m (v52(-/+) update) |
||
Line 328: | Line 328: | ||
{| | {| | ||
{{table}} | {{table}} | ||
! | !colspan=2|XML flags | ||
!<font color="#999999">command line flags</font> | !colspan=2|<font color="#999999">command line flags</font> | ||
|- | |- | ||
|RGB888 | |up to onisplit v0.9.52.0 | ||
|<font color="#999999">bgr32</font> | |for higher versions | ||
|<font color="#999999">up to onisplit v0.9.52.0</font> | |||
|<font color="#999999">for higher versions</font> | |||
|- | |||
|width=25%|RGB888 | |||
|width=25%|BGR | |||
|width=25%|<font color="#999999">bgr32</font> | |||
|width=25%|<font color="#999999">bgr</font> | |||
|- | |- | ||
|ARGB8888 | |ARGB8888 | ||
|RGBA | |||
|<font color="#999999">bgra32</font> | |<font color="#999999">bgra32</font> | ||
|<font color="#999999">rgba</font> | |||
|- | |- | ||
|RGB555 | |RGB555 | ||
|<font color="#999999">bgr555</font> | |BGR555 | ||
|colspan=2|<font color="#999999">bgr555</font> | |||
|- | |- | ||
|ARGB5551 | |ARGB5551 | ||
|<font color="#999999">bgra5551</font> | |BGRA5551 | ||
|colspan=2|<font color="#999999">bgra5551</font> | |||
|- | |- | ||
|ARGB4444 | |ARGB4444 | ||
|<font color="#999999">bgra4444</font> | |BGRA4444 | ||
|colspan=2|<font color="#999999">bgra4444</font> | |||
|- | |- | ||
|DXT1 | |colspan=2|DXT1 | ||
|<font color="#999999">dx1</font> | |colspan=2|<font color="#999999">dx1</font> | ||
|} | |} | ||
Sometimes there's talk about bgra and | Sometimes there's talk about bgra and 32-bit flag; those are for onisplit's command line and are also listed in "-help enums". Don't confuse them with the XML flags and look what onisplit version you are using. | ||
ARGB formats are used for reflective textures. | ARGB formats are used for reflective textures. |
edits