quality property

int? quality
getter/setter pair

The quality of the generated sprite sheet.

Enter a value between 1 and 100, where 1 is the lowest quality and 100 is the highest quality. The default is 100. A high quality value corresponds to a low image data compression ratio.

Implementation

core.int? quality;