diff --git a/SafeExamBrowser.Settings/Proctoring/ImageQuantization.cs b/SafeExamBrowser.Settings/Proctoring/ImageQuantization.cs index 5ba967cc..28664241 100644 --- a/SafeExamBrowser.Settings/Proctoring/ImageQuantization.cs +++ b/SafeExamBrowser.Settings/Proctoring/ImageQuantization.cs @@ -24,7 +24,7 @@ namespace SafeExamBrowser.Settings.Proctoring Color8bpp, /// - /// Reduces an image to a colored image with 16 bits per pixel (65'536 colors). + /// Reduces an image to a colored image with 16 bits per pixel (5 bits per color and the remaining bit unused, thus 32'768 colors). /// Color16bpp,