png property

bool png
final

true if the images should be stored in PNG format, false for raw format which is faster but consumes more space. PNG: 470ms for 16 files, RAW: 400ms for the same 16 files

Implementation

final bool png;