Commit f8cca819a4fb42aafa5f70df43c45e8c416d716f

DRC 2019-01-01T20:32:40

wrbmp.c: Don't allow quantization w/ non-RGB CS If cinfo->quantize_colors == 1, then jpeg_calc_output_dimensions() will set cinfo->output_components to 1, and if cinfo->out_color_space is not RGB (or extended RGB), hilarity will ensue. Fixes #305