LayerCompressionType

Description

The layer compression type.

Static Properties

RLE readonly Run Length Encoding, which is lossless.
ZIP readonly Zip compression, which is lossless and most effective for images that contain large areas of single color.