Add progressive encoding to JpegBitmapEncoder
Author: Eagle3386Created Sep 11, 2026Updated Sep 19, 2026
LabelsEnhancement RequestedExternal Non-WPF Issue
While the PngBitmapEncoder offers an Interlace property to enable such encoding, there's no such property available for JpegBitmapEncoder, although the JPEG specification does offer such technology, called progressive encoding .
Please, can we get that implemented in System.Windows.Media.Imaging.JpegBitmapEncoder, too?
Source: dotnet/wpf