BitmapEncoder 選項參考
本文列出可與 BitmapEncoder 搭配使用的編碼選項。 編碼選項是由其名稱所定義,也就是字串,以及特定資料類型中的值 (Windows.Foundation.PropertyType)。 如需使用影像的相關資訊,請參閱建立、編輯和儲存點陣圖影像。
名稱 | PropertyType | 使用量注意事項 | 有效格式 |
---|---|---|---|
ImageQuality | single | 有效值從 0 到 1.0。 較高的值表示品質較高 | JPEG、JPEG-XR |
CompressionQuality | single | 有效值從 0 到 1.0。 數值越高表示壓縮配置越有效且速度越慢 | TIFF |
不失真 | boolean | 如果設定為 true,則忽略 ImageQuality 選項 | JPEG-XR |
InterlaceOption | boolean | 是否交錯影像 | PNG |
FilterOption | uint8 | 使用 PngFilterMode 列舉 | PNG |
TiffCompressionMethod | uint8 | 使用 TiffCompressionMode 列舉 | TIFF |
明亮度 | uint32Array | 包含亮度量化常數的 64 個元素的陣列 | JPEG |
色度 | uint32Array | 包含色度量化常數的 64 個元素的陣列 | JPEG |
JpegYCrCbSubsampling | uint8 | 使用 JpegSubsamplingMode 列舉 | JPEG |
SuppressApp0 | boolean | 是否要隱藏建立 App0 中繼資料區塊 | JPEG |
EnableV5Header32bppBGRA | boolean | 是否編碼為支援 Alpha 的版本 5 BMP | BMP |
相關主題