Inserting RGB image with CYMK color space using reportlab
Kaviraj Kanagaraj <[email protected]>
| Newsgroups | gmane.comp.python.reportlab.user |
|---|---|
| Message-ID | <CAO36yJ6Qb+DOtd3Y-+K_eXWYC4ZZCnDHew+aXD56+YcPsedZKw@mail.gmail.com> |
Hi I am trying to creating pdf that is to be printable. So I need to insert RGB image into pdf with CYMK color space using reportlab. I have gone through doc where I can only find inserting text or drawing some figures using CYMK. How will I handle the same for Image? What is the ideal way to do it. I have tried converting Image to CYMK mode using PIL python library and inserted into pdf using reportlab. But Image looks dull and I think its not ideal way. Please help me figuring out proper way to do it. Thanks in advance