Re: 688177 Eliminate the 64 bit pixel size limit
"Igor V. Melichev" <[email protected]> Wed, 31 Aug 2005 17:45:58 +0400
| Newsgroups | gmane.comp.printing.ghostscript.patches |
|---|---|
| Message-ID | <[email protected]> |
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" <[email protected]>
To: "Gs-Code-Review" <[email protected]>
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