Holes in Windows vncviewer colour-map
Quentin Stafford-Fraser
quentin "at" orl.co.uk
Tue, 28 Jul 1998 12:37:25 +0000
Neil -
Yes, you're quite right - a simple bug in the palette allocation.
If you have Visual C++, change line 178 of ClientConnection.cpp from:
for (int g = 5; g > 0; g--) {
to
for (int g = 5; g >= 0; g--) {
and rebuild. That should fix it. It'll be fixed in the next release.
Regards,
Quentin Stafford-Fraser
Neil D Winton wrote:
> Hi,
>
> I've upgraded to the R5 vncviewer on Win NT -- it's great,
> particularly the full-screen "pretend I'm not on NT"
> feature :-)
>
> I am also very grateful for the new colour-map support to
> make things work better on my "chromatically-challenged" 256
> colour display. However, there appear to be some "holes" in
> the colour-map, particularly at the blue end. This is shown
> best by the attached Tcl script that generates the full set
> of BGR233 colours and the resulting screen image.
>
> Any thoughts?
>
> Neil
>
> (See attached file: true8bit.tcl)(See attached file: 8bit.jpg)
>
> ------------------------------------------------------------------------
>
> Name: true8bit.tcl
> true8bit.tcl Type: TCL Program (application/x-tcl)
> Encoding: base64
>
> Name: 8bit.jpg
> 8bit.jpg Type: JPEG Image (image/jpeg)
> Encoding: base64
> Description: JPEG File Interchange
--
---------------------------------------------------------------------
Dr Quentin Stafford-Fraser http://www.orl.co.uk/~qsf
ORL - The joint research laboratory of Olivetti and Oracle
---------------------------------------------------------------------
---------------------------------------------------------------------
The VNC mailing list - see http://www.orl.co.uk/vnc/intouch.html
---------------------------------------------------------------------