Enum PNGEncoderCompressionLevel
- Assembly
- VisioForge.Core.dll
PNG encoder compression levels for the rspngenc GStreamer element. Compression levels range from 0 (no compression) to 9 (maximum compression).
public enum PNGEncoderCompressionLevelFields
None = 0-
No compression - fastest encoding, largest file size.
Minimal = 1-
Minimal compression - very fast encoding, large file size.
Low = 2-
Low compression - fast encoding, moderately large file size.
Light = 3-
Light compression - good encoding speed, moderate file size.
MediumLow = 4-
Medium-low compression - balanced encoding speed and file size.
Medium = 5-
Medium compression - balanced encoding speed and file size.
MediumHigh = 6-
Medium-high compression - slower encoding, smaller file size (default).
High = 7-
High compression - slow encoding, small file size.
VeryHigh = 8-
Very high compression - very slow encoding, very small file size.
Maximum = 9-
Maximum compression - slowest encoding, smallest file size.