SEBSERV-504 removed 16b, 24b grayscale

This commit is contained in:
anhefti 2024-02-01 14:15:37 +01:00
parent b8a7ab279e
commit 496a8cf52d
2 changed files with 4 additions and 6 deletions

View file

@ -193,4 +193,4 @@ UPDATE orientation SET height=1 WHERE config_attribute_id=8 AND template_id=0;
-- Correct Quantisation Screen Proctoring (SEBSERV-504)
-- ----------------------------------------------------------------
UPDATE configuration_attribute SET resources='0,1,2,3,4,5,6,7,8' WHERE id=1305;
UPDATE configuration_attribute SET resources='0,1,2,3,4,5,6' WHERE id=1305;

View file

@ -1954,11 +1954,9 @@ sebserver.examconfig.props.label.screenProctoringImageQuantization.0=Black-White
sebserver.examconfig.props.label.screenProctoringImageQuantization.1=Grayscale 2Bpp
sebserver.examconfig.props.label.screenProctoringImageQuantization.2=Grayscale 4Bpp
sebserver.examconfig.props.label.screenProctoringImageQuantization.3=Grayscale 8Bpp
sebserver.examconfig.props.label.screenProctoringImageQuantization.4=Grayscale 16 Bpp
sebserver.examconfig.props.label.screenProctoringImageQuantization.5=Grayscale 24 Bpp
sebserver.examconfig.props.label.screenProctoringImageQuantization.6=Color 8Bpp
sebserver.examconfig.props.label.screenProctoringImageQuantization.7=Color16 Bpp
sebserver.examconfig.props.label.screenProctoringImageQuantization.8=Color 24 Bpp
sebserver.examconfig.props.label.screenProctoringImageQuantization.4=Color 8Bpp
sebserver.examconfig.props.label.screenProctoringImageQuantization.5=Color16 Bpp
sebserver.examconfig.props.label.screenProctoringImageQuantization.6=Color 24 Bpp
sebserver.examconfig.props.label.screenProctoringImageDownscale=Image Downscale
sebserver.examconfig.props.label.screenProctoringImageDownscale.tooltip=Image downscale factor from 1 to 2
sebserver.examconfig.props.label.screenProctoringImageDownscale.0=1.0