[gs-code-review] 688177 Eliminate the 64 bit pixel size limit

Igor V. Melichev igor.melichev at artifex.com
Wed Aug 31 06:45:58 PDT 2005


Dan,

Your approach changes a very strong restriction to a strong one.
IMO there is a way to change it to a very weak one,
at least for the kernel of the graphics library :

     color components <= 64
     color component bits <= 16

See gxcindex.h Revision: 1.7.2.2, Mon Jun 20 22:47:12 2005 UTC (2 months, 1 
week ago) by igor 
http://cvs.ghostscript.com/cgi-bin/viewcvs.cgi/cvs/ghostscript/gs/src/gxcindex.h?rev=1.7.2.2&only_with_tag=COLOR_INDEX_2_64&view=log

Igor.

----- Original Message ----- 
From: "Dan Coby" <dan.coby at artifex.com>
To: "Gs-Code-Review" <gs-code-review at ghostscript.com>
Sent: Wednesday, August 31, 2005 11:25 AM
Subject: [gs-code-review] 688177 Eliminate the 64 bit pixel size limit

[...skipped...]

>  Number of non zero components    Index bits Bits per component
> 0 to 5    24      8
>    6    16    8
>    7     8    8
>    8          8    7
>    9     8    6
>   10     8    5
>   11     8    5
>   12     8    4
>   13     8    4
>   14     8    4
>     More than 14 Not enclosable



More information about the gs-code-review mailing list