]> git.imager.perl.org - imager.git/blame - design/cmyktorgb.txt
invalid quantization options now result in an error rather than defaults
[imager.git] / design / cmyktorgb.txt
CommitLineData
80266d42
TC
17/5 23:51:53 <Addi:#Imager> I have code somewhere to do cmyk to rgb conversions
27/5 23:52:06 <Addi:#Imager> It uses tunable tables with linear interpolation.
37/5 23:52:31 <Addi:#Imager> It would work like this...
47/5 23:52:52 <Addi:#Imager> You take an specific kind of an image in cmyk
57/5 23:52:58 <Addi:#Imager> Then you would convert it into an rgb image
67/5 23:53:20 <Addi:#Imager> and tune the images color response in photoshop or something
77/5 23:53:29 <Addi:#Imager> until you got what you wanted.
87/5 23:53:40 <Addi:#Imager> Then you save that ... and that image is then a lookup table.
97/5 23:54:09 <Addi:#Imager> It's because storing a 8**4 bytes is a bit too much.
107/5 23:54:27 <Addi:#Imager> So it saves a coarser version and interpolates.