Re: Re: [Lcms-user] Searching for a way to use tifficc inside a pipe
An ICC-based CMM for color management
Brought to you by:
mm2
From: <ma...@li...> - 2001-12-11 14:13:12
|
Hi, I will try to add such filter on next revision. At least it has come to the wish list :-) Glad to know it worked fine to you. Humm... 6 minutes is a lot of time, even for such big image. Have you tried latest 1.08 version? It has device link precalculation by default and should be a bit faster. The lcms-1.08.tar.gz package does include tifficc. It is not build by default, but is as easy as 'make tificc' to generate the binary. Regards, Marti ----- Original Message ----- From: <att...@we...> To: <lcm...@li...> Sent: Tuesday, December 11, 2001 9:08 AM Subject: Re: Re: [Lcms-user] Searching for a way to use tifficc inside a pipe Hy, thank you for the fast answer! But I'm not a good C-programmer. Is there anybody out here, who=20 can do that job for me, assumed it's realy takes just a little=20 time.=20 Otherwise I have to chose the temp-file way. I have made i test=20 with a A3-File. It takes about 6 minutes of precomputing (gs,=20 tifficc) before it starts to print. But the results are very good=20 ;) Atti Martí_Maria <ma...@li...> schrieb am 11.12.01: > Hi, > > After some investigation, I realize pipes cannot be used at all, since > Libtiff does require random access. Sorry, but the temporary > storage seems the only choice. This limitation is given by libtiff > and not by lcms, so, it would be quite possible and probably > easy to write a program doing so on PBM or raw format. > > Marti. > > ----- Original Message ----- > From: "Martí Maria" <ma...@li...> > To: <att...@we...>; <lcm...@li...> > Sent: Tuesday, December 11, 2001 10:33 AM > Subject: Re: [Lcms-user] Searching for a way to use tifficc inside a pipe > > > > > > Hi, > > > > > I need color-correction for preparing a print-job to my > > > inkjet-printer. I think tifficc is the right tool for my. > > > But inside a printer-filter I use pipes like that: > > >.. > > > is there any way to use the tifficc-tool with pipes? > > > > I didn't use pipes just because it doesn't work fine on Win32. > > Windozes does force stdin and stdout to be text mode. > > > > You could try to modify source, all file opening stuff is in > > main function, Just replace TIFFOpen(argv[xoptind], "r") by > > TIFFOpen(stdin, "r") and TIFFOpen(argv[xoptind+1], "w") by > > TIFFOpen(stdout, "w"). > > > > Assure also to replace other stdout by stderr if you don't want the > > output pipe to be corrupted when verbose flag is specified. > > > > Unfortunately I cannot add this behaviour to distribution, > > since it would break Win32 port. > > > > Hope this helps, > > Martí Maria > > The little cms project > > http://www.littlecms.com > > ma...@li... > > > > > > > > > > ----- Original Message ----- > > From: <att...@we...> > > To: <lcm...@li...> > > Sent: Monday, December 10, 2001 8:51 PM > > Subject: [Lcms-user] Searching for a way to use tifficc inside a pipe > > > > > > > Hy, > > > > > > I need color-correction for preparing a print-job to my > > > inkjet-printer. I think tifficc is the right tool for my. > > > But inside a printer-filter I use pipes like that: > > > > > > cat > gs ..... | tifficc .... | printerdriver .... > lp0 > > > > > > is there any way to use the tifficc-tool with pipes? > > > An other way is to produce temp-files, but to compute a hi-res A3 > > > -Page i think it's not the best way. > > > > > > Thanks to the lcms-Team > > > Atti > > > > > > ______________________________________________________________________________ > > > Hollywood unterm Weihnachtsbaum + ExtraPraemie bei WEB.DE > > > http://premiere.web.de > > > > > > > > > _______________________________________________ > > > Lcms-user mailing list > > > Lcm...@li... > > > https://lists.sourceforge.net/lists/listinfo/lcms-user > > > > > > > > > > > > _______________________________________________ > > Lcms-user mailing list > > Lcm...@li... > > https://lists.sourceforge.net/lists/listinfo/lcms-user > > > > > ________________________________________________________________ Keine verlorenen Lotto-Quittungen, keine vergessenen Gewinne mehr! Beim WEB.DE Lottoservice: http://tippen2.web.de/?x=13 _______________________________________________ Lcms-user mailing list Lcm...@li... https://lists.sourceforge.net/lists/listinfo/lcms-user |