|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
PDF, CMYK and cairoHello all,
I was looking at the cairo-pdf export code and wondered how hard it would be to output PDFs in CMYK(a) colorspace ? From what I've seen it shoudl be fairly easy on inkscape side. However the status of CMYK(a) support in Cairo looks unclear to me (found some references in cairo ML but nothing in the actual cairo headers, + a ruby (?) implementation for it). Does anyone have a some knowledge / pointers on that ? ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@... https://lists.sourceforge.net/lists/listinfo/inkscape-devel |
|
|
Re: PDF, CMYK and cairoOn Fri, Feb 22, 2008 at 6:38 PM, Aubanel MONNIER wrote:
> Hello all, > I was looking at the cairo-pdf export code and wondered how hard it would be > to output PDFs in CMYK(a) colorspace ? From what I've seen it shoudl be > fairly easy on inkscape side. However the status of CMYK(a) support in Cairo > looks unclear to me (found some references in cairo ML but nothing in the > actual cairo headers, + a ruby (?) implementation for it). Does anyone have > a some knowledge / pointers on that ? Not implemented yet. I spoke to Carl Worth and Behdad Esfahbod about it before (November 2007) and they basically told me that everyone asking about it has his/her own understanding of what CMYK support means. Specifically, Behdad told me that a good proposal coming from Inkscape team might help designing API. Alexandre ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@... https://lists.sourceforge.net/lists/listinfo/inkscape-devel |
|
|
|
|
|
Re: PDF, CMYK and cairoOn Fri, 22 Feb 2008 17:59:45 +0100, "Aubanel MONNIER" <aubanel@...> wrote:
> For me the only big question in terms of API is: should the colorspace be > document specific or on a per color basis ? Is there any use case where > you want to mix on the same document RGBs and CMYKs ? I don't think so, but I > might be wrong. The correct way to do this would be to specify an ICC profile to establish the document's color model, and then specify non-rgb colors as ICC colors. -mental ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@... https://lists.sourceforge.net/lists/listinfo/inkscape-devel |
|
|
Re: PDF, CMYK and cairo2008/2/22, MenTaLguY <mental@...>: On Fri, 22 Feb 2008 17:59:45 +0100, "Aubanel MONNIER" <aubanel@...> wrote: How does this translate in terms of API ? From what I've guessed from ./svg/svg-icc-color.h , could this be something like surface_set_icc(char * name, icc* data); // attach an icc to a document and set_source_icc_color(context *cr, char * icc_name, float *color); Does icc handle alpha or should an additional alpha paremeter be present in set_source_icc_color ? To get the ball rolling, what do you think if I setup a wiki page to put together something we could propose to the cairo ML ? -aubanel ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@... https://lists.sourceforge.net/lists/listinfo/inkscape-devel |
|
|
Re: PDF, CMYK and cairoOn Fri, Feb 22, 2008 at 9:13 PM, Aubanel MONNIER wrote:
> To get the ball rolling, what do you think if I setup a wiki page to put > together something we could propose to the cairo ML ? Or you could start a blueprint _and_ a wiki page :) Alexandre ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@... https://lists.sourceforge.net/lists/listinfo/inkscape-devel |
|
|
Re: PDF, CMYK and cairo2008/2/22, Alexandre Prokoudine <alexandre.prokoudine@...>: Done:On Fri, Feb 22, 2008 at 9:13 PM, Aubanel MONNIER wrote: https://blueprints.launchpad.net/inkscape/+spec/icc-for-cairo Feel free to alter the wiki if you have some better ideas or spot some misunderstandings/errors on my side. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@... https://lists.sourceforge.net/lists/listinfo/inkscape-devel |
|
|
Re: PDF, CMYK and cairo
To get things going on the cairo side, do you think I should notify the cairo ML about this blue print ? Kind regards, Aubanel. 2008/2/22, Aubanel MONNIER <aubanel@...>:
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@... https://lists.sourceforge.net/lists/listinfo/inkscape-devel |
| Free embeddable forum powered by Nabble | Forum Help |