|
The desired behaviour of some specific situation
Modes | - IL_DONT_CARE
- The client does not have a preference.
- IL_FASTEST
- Makes the target use a faster but more memory-intensive algorithm.
- IL_LESS_MEM
- Makes the target use less memory but a potentially slower algorithm.
- IL_NO_COMPRESSION
- Specifies that OpenIL should never use compression when saving.
- IL_USE_COMPRESSION
- Specifies that OpenIL should use compression when saving, if possible.
|
|