[Lcms-user] Accessing Luts (fwd)

2003-02-04 Thread Kai-Uwe Behrmann
Hi Marti, I work on display stuff for an image manipulation programm under *nix/mac/win in C. I have to display there 8bit_int - 32bit_floats, so I hope the 16bit integers precission of lcms is a good joice for this task. I read Your documentation and the tutorial and remaining with an hole in my u

[Lcms-user] Accessing Luts

2003-02-05 Thread Kai-Uwe Behrmann
Hi Marti, I work on display stuff for an image manipulation programm under *nix/mac/win in C. I have to display there 8bit_int - 32bit_floats, so I hope the 16bit integers precission of lcms is a good joice for this task. I read Your documentation and the tutorial and remaining with an hole in my u

[Lcms-user] Are the types right here?

2003-02-05 Thread Kai-Uwe Behrmann
Hi, I wanna convert from RGB to Lab and back. What goes wrong with my data? C-code sample is attached. thanks, Kai-Uwe // test programm // 1. arg = red // 2. arg = green // 3. arg = blue // 05.02.2003 Kai-Uwe Behrmann #include "lcms.h" int main(int argc,

Re: [Lcms-user] Are the types right here?

2003-02-05 Thread Kai-Uwe Behrmann
Hi, Thanks for so quickly answering. Am 05.02.03, 11:21 +0100 schrieb Martí Maria: > > Hi, > > > I wanna convert from RGB to Lab and back. > > What goes wrong with my data? > > If you declare buffer as being WORD: > > > unsigned short InputBuffer[3]; > > unsigned short OutputBuffer[3]; > > Then

Re: [Lcms-user] Are the types right here?

2003-02-05 Thread Kai-Uwe Behrmann
Sorry, now I read the TIFF-6.0 specification. For Lab -> a and b can be + and -. That should explain what happend. For only little expierienced in CMM, like me, much to learn. ciao Kai-Uwe --- This SF.NET email is sponsored by: SourceForge En

Re: [Lcms-user] Are the types right here?

2003-02-06 Thread Kai-Uwe Behrmann
Hi, How is the value range of the float Lab's? What should I deliver to cmsDoTransform()? double[3] Lab; //L = 0..100 //a = -0.5 - 0.5 / -127.0 - +127.0 //b = -0.5 - 0.5 / -127.0 - +127.0 (Internally I have to store all three samples as flo

Re: [Lcms-user] Are the types right here?

2003-02-06 Thread Kai-Uwe Behrmann
(Seems not to have been arrived) > Hi, > > > How is the value range of the float Lab's? > > What should I deliver to cmsDoTransform()? > > The range of Lab as given by cmsCreateLabProfile() is : > > CIELAB (16 bit) L*0 -> 100.0 0x -> 0xff00 > CIELAB (16 bit) a*

Re: [Lcms-user] Are the types right here?

2003-02-06 Thread Kai-Uwe Behrmann
Am 06.02.03, 19:47 +0100 schrieb Martí Maria: ... > >I use: > > f32Lab[0] = src[0] * 100;// CIE L > > f32Lab[1] = (src[1] - 0.5 ) * 256 ; // CIE a > > f32Lab[2] = (src[2] - 0.5 ) * 256 ; // CIE b > > cmsDoTransform(hTrans_f32lab_u8rgb, f32Lab, u8RGB, 1); . The encoding of src

Re: [Lcms-user] Are the types right here?

2003-02-06 Thread Kai-Uwe Behrmann
> Hi, > > > How is the value range of the float Lab's? > > What should I deliver to cmsDoTransform()? > > The range of Lab as given by cmsCreateLabProfile() is : > > CIELAB (16 bit) L*0 -> 100.0 0x -> 0xff00 > CIELAB (16 bit) a*-128.0 -> +127.996 0x000

Re: [Lcms-user] Are the types right here?

2003-02-06 Thread Kai-Uwe Behrmann
Am 06.02.03, 20:20 +0100 schrieb Martí Maria: > Hi > > > The encoding of src is double with an range of 0.0 - 1.0 for each of the > > three samples. My most interesst is using floats with at least 16bit. > > Still is unclear to me how you get this 0..1.0 encoding. Are you reading it > from tiff ?

[Lcms-user] Meaning of dE -/SE

2003-02-10 Thread Kai-Uwe Behrmann
Hi all, I have the problem to maintain old RGB datas and want to switch ( with help of lcms ) to Lab. The user opens an RGB works in Lab on the datas and saves in RGB. After some opens - savings I would expect an increasing error in the colors. As far as understood is perfect conversion not availa

Re: [Lcms-user] New beta of lcms-1.10 for windows available (fwd)

2003-02-17 Thread Kai-Uwe Behrmann
Hi Martí, I was playing once longer with floats and expect now somewhere an bitshift in the lcms-1.10(beta) code. The mapped values from 0.0->1.0 ... 0.0->128.0 + -128.0->0.0 worked only. It confuses me a little bit. Could it belong to an compiler error? : cmsio1.c: In function `AdjustEndianessArr

[Lcms-user] Re: New beta of lcms-1.10 for windows available

2003-02-17 Thread Kai-Uwe Behrmann
Martí, Sorry for any unconvinience. After reading many sites this evening it seems to me, I loaded CIELab and had it present like ICCLab (signed versus unsigned data). That would explain really good what happend. The problem was not connected to lcms. Kai-Uwe -

Re: [Lcms-user] Configure for LCMS

2003-06-10 Thread Kai-Uwe Behrmann
Hi Bob, compiles as usual under linux suse8.1 gcc3.2.3 . Nearly all files have been set the executeable flag. This is unusually for unix and should be avoided - the original package have not set these flags. Despite of the fine working of the scripts, I would like to download the smaller package on

Re: [Lcms-user] Configure for LCMS

2003-06-11 Thread Kai-Uwe Behrmann
Am 11.06.03, 10:07 -0500 schrieb Bob Friesenhahn: > > Nearly all files have been set the executeable flag. This is unusually for > > unix and should be avoided - the original package have not set these > > flags. > > The released lcms-1.10.tar.gz file I downloaded from the littlecms web > site has

Re: [Lcms-user] lcms-1.11 final is out and some news

2003-09-10 Thread Kai-Uwe Behrmann
Hi, lcms-1.11 compiles with gcc-3.2.3 and glibc-2.3.2 under linux. Nearly all files are set executeable in the tar.gz . I attach an ls of the tar. thanks Kai-Uwe Behrmann Am 09.09.03, 10:23 +0200 schrieb Marti Maria: > Dear lcms users > > Due a recent Job shift I have been very busy l

[Tiff] [Lcms-user] Lab tiff with alpha

2003-09-24 Thread Kai-Uwe Behrmann
for CIE Lab? - as unassociated alpha? I know this matter is far away from dayly used RGB, but Lab is requested more and more, and I want to produce exchangeable files. thanks Kai-Uwe Behrmann --- This sf.net email is sponsored by:ThinkGeek

Re: [Tiff] [Lcms-user] Lab tiff with alpha

2003-09-24 Thread Kai-Uwe Behrmann
Your utilities? Kai-Uwe Behrmann Am 24.09.03, 10:44 +0200 schrieb Marti Maria: > Hi, > > Just a guess, here are people more knowleableon TIFF that me , but > this seems a case where unassociated alpha could apply... > > Photoshop 7 saves ExtraSamples tag as EXTRASAMPLE_UNSPE

Re: [Tiff] [Lcms-user] Lab tiff with alpha

2003-09-26 Thread Kai-Uwe Behrmann
Hi, can somebody send me offline an Lab tiff with alpha coming from PS7 or provide an link to such image. I would like to get an visual feedback of what I want do merge in tifficc. thanks Kai-Uwe Behrmann Am 24.09.03, 14:36 -0700 schrieb Chris Cox: > Yes, that is an unfortunate omiss

[Lcms-user] standard cmyk profiles

2003-11-03 Thread Kai-Uwe Behrmann
output profile. I programm for free, and so the profile included into an open source package can not be payed. regards Kai-Uwe Behrmann --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive

[CinePaint-dev] [Lcms-user] [Gimp-print-devel] print - screenshots

2003-11-11 Thread Kai-Uwe Behrmann
rary to easy plug-in, Marti Maria for his easy to work with CMS library and the many options, which I want furthermore to explore, Robin Rowe for its constant interesst in CMS and the openess of cinepaints development and William D. Tallman, for his patiance in testing and bugfinding. Kai-

Re: [Lcms-user] ver 1.12 release candidate

2003-11-26 Thread Kai-Uwe Behrmann
out how to handle values of over paper white? This would be interessting for HDR scenes. Many thanks Kai-Uwe Behrmann --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help

Re: [Lcms-user] ver 1.12 release candidate

2003-12-03 Thread Kai-Uwe Behrmann
havior, > but it is theoretically possible. > > > Best regards, and thanks again for the testing. > Marti Maria > The little cms project > http://www.littlecms.com > [EMAIL PROTECTED] > > > > > - Original Message - > From: "Kai-Uwe Behrmann" <[EMAIL P

Re: [Lcms-user] ver 1.12 release candidate

2003-12-04 Thread Kai-Uwe Behrmann
Marti, Am 03.12.03, 16:35 +0100 schrieb Marti Maria: > I've managed to set correct permissions. Seems latest versions of Cygwin does > support atributtes too. So, many thanks for point this > out. Thanks for changing this. > Regarding floating point, I really appreciate any contribution. But I

[Lcms-user] standard matrices

2004-02-05 Thread Kai-Uwe Behrmann
Hi, I like to do optimized standard transformations outside lcms. Are the conversions between PCS XYZ <-> Lab and from PCS <-> sRGB matrix based? So it would be simple to do the math in the application. Is this approach possible? If yes, where can I find these matrixes? Are they publically availa

[Lcms-user] embedding linearisation for calibration

2004-03-12 Thread Kai-Uwe Behrmann
Hi, first thanks for the quality work on the lcms library, Marti! I showed an calibrated print on the Chemnitzer Linuxtag and was unable to detect any failures on an modern state of art printer. Gray cloud regions were very constant, very much better than the manufacturer provided sample prints. P

Re: [Lcms-user] embedding linearisation for calibration

2004-03-12 Thread Kai-Uwe Behrmann
ms tries to load the tables and gives following messages via valgrind: gamma[0] = cmsReadICCLut( hLinear, icSigAToB0Tag); gives something back but I can not see the tables. Can You take a look at the link_profile? Kai-Uwe > Hope this helps, > Marti. > > > Kai-Uwe Behrmann <[E

[Lcms-user] request for more convenience functions

2004-03-12 Thread Kai-Uwe Behrmann
Marti, ICC2LCMS is used as well outside tifficc.c . (I have accidentialy createt my own version in cinepaint.) Can You put in one of the next releases the reverse of LCMSAPI icColorSpaceSignature LCMSEXPORT _cmsICCcolorSpace(int OurNotation); Maybe calling the reverse _cmsLcmsColorSpace . As well

[Lcms-user] Eye One once more

2004-03-12 Thread Kai-Uwe Behrmann
Hi, I read the Eye One color measurement device can been used for device calibration. Did somebody us it to measure real world colors and intensities? Is it useable for reflective measuring like paintings. Marti, do You have plans to support linux with Your new profiler. I think there is an deman

Re: [Lcms-user] embedding linearisation for calibration

2004-03-13 Thread Kai-Uwe Behrmann
Hi, thanks. Your snippet brings me a step further. Everything is now visible. -- Kai-Uwe Am 13.03.04, 15:27 +0100 schrieb Marti Maria: > There is a small mistake here. cmsReadICCLut is supposed to return > a LUT structure, which is not a gamma table. > > Try this: > > LPLUT Lut = cmsReadICCLu

Re: [Lcms-user] Eye One once more

2004-03-15 Thread Kai-Uwe Behrmann
Am 15.03.04, 15:17 - schrieb John Cupitt: > Hi Kai-Uwe, > > Kai-Uwe Behrmann wrote: > > I read the Eye One color measurement device can been used for > > device calibration. Did somebody us it to measure real world colors and > > intensities? Is it useable fo

Re: [Lcms-user] lcms not working properly

2004-04-06 Thread Kai-Uwe Behrmann
Usually the scribus icc folder is not related to lcms. Scribus uses lcms as library. So lcms has no control over file locations. Better You post to the scribus mailing list to get out theyre correct icc path. To detect available profiles for any application is not yet implemented for linux. Scrib

Re: [Lcms-user] A preview of the incoming lcms-1.13 is on site

2004-04-13 Thread Kai-Uwe Behrmann
Hi, thanks for the copyright tag now interfaced. Additionaly I would like to customize the whitepoint tag description on my own. Marti, can You therefore please remove the "Whitepoint: " string in _cmsIdentifyWhitePoint for the next release? The new integer routines seems to have problems with li

Re: [Lcms-user] A preview of the incoming lcms-1.13 is on site

2004-04-13 Thread Kai-Uwe Behrmann
Hi, thanks for the copyright tag now interfaced. Additionaly I would like to customize the whitepoint tag description on my own. Marti, can You therefore please remove the "Whitepoint: " string in _cmsIdentifyWhitePoint for the next release? The new integer routines seems to have problems with li

Re: [Lcms-user] Precompiled binaries for Windows and Mac on 1.13 available on site

2004-04-21 Thread Kai-Uwe Behrmann
Hi, an conversion from CMYK->sRGB is very red, looks like an signed unsigned issue. It seems be only a special kind of profiles is affected. regards Kai-Uwe Am 21.04.04, 12:43 +0200 schrieb Marti Maria: > Hi, > > I've put precompiled binaries for Win32 and Mac for incoming lcms-1.13 here: > > h

Re: [Lcms-user] Precompiled binaries for Windows and Mac on 1.13 available on site

2004-04-21 Thread Kai-Uwe Behrmann
Marti, I found something in my own app. 1.12 seems to be more tollerant with my bug. CHANNELS_SH(3) EXTRA_SH(1) causes my problem with 8-bit CMYKs. For 16-bit lcms let it pass. So I was irritated and thought it has something to do with the profile. Anyway, setting CHANNELS_SH(4) EXTRA_SH(0) is the

Re: [Lcms-user] Camera icc profile

2004-05-11 Thread Kai-Uwe Behrmann
Am 11.05.04, 17:04 +0800 schrieb [EMAIL PROTECTED]: > > What are Your experiences with camera calibration? > The procedure to generate ICC profile for both scanner and DSC should be > same, but the problem is scanner use fixed illuminant, DSC may change > illuminants, > that means you can generat

Re: [Lcms-user] Understand color matching inside Inside printer driver

2004-05-18 Thread Kai-Uwe Behrmann
Am 19.05.04, 02:16 +0200 schrieb Yvan Richard: ... > I know that we can do ICC Color Profile for more than > eight channels, but I think that Manufacturer 'HP, Canon > Epson' don't do it. I take a look on the stylus photo R300 > printer driver and find an ICC color profile, but it's an input > colo

Re: [Lcms-user] ICC workflow in Linux

2004-05-25 Thread Kai-Uwe Behrmann
Am 24.05.04, 10:58 -0700 schrieb Troy Wu: > Unfortunately, being able to measure output values only solves half the > problem. For a full color-correction workflow, I need to be able to > soft-proof, which requires that my monitor is profiled and calibrated. > To do so requires a colorimeter--or

Re: [Lcms-user] ICC workflow in Linux

2004-05-26 Thread Kai-Uwe Behrmann
Am 26.05.04, 00:23 +0200 schrieb Gerhard Fuernkranz: > For instance, Avantes (http://www.avantes.com) provides a Linux SDK for > their Spectrocam. Basically it appears to work, but IMO it's nasty that > even the low level API library (distrubuted as binary) is compiled with > g++, although it appe

Re: [Lcms-user] ICC workflow in Linux

2004-05-26 Thread Kai-Uwe Behrmann
black, and this disabling color management. Responsible software should add if this is the users intention. > CRTs. Applications should always allow the user to explicitly specify > the input color space to use. thanks for sharing Your thoughts Kai-Uwe Behrmann

Re: [Lcms-user] ICC workflow in Linux

2004-05-26 Thread Kai-Uwe Behrmann
Am 26.05.04, 18:11 +0200 schrieb Gerhard Fuernkranz: > I guess it's a very similar situation as with Windows GDI printers. The > manufacturers attempt to make the instrument as dumb as possible and to do > the more complicated computations in software on the host, since this makes > the devices ch

Re: [Lcms-user] ICC/CMS under Linux and LCMS performance

2004-05-26 Thread Kai-Uwe Behrmann
Am 26.05.04, 20:07 +0800 schrieb Stuart Nixon: > ICC/CMS under Linux > --- > > To get widespread usage of ICCs and CMS engines under Linux, we > need a couple of things: > > 1.A standard “system” profile directory. I believe > a directory has already been proposed althoug

Re: [Lcms-user] ICC workflow in Linux

2004-05-26 Thread Kai-Uwe Behrmann
Am 24.05.04, 10:32 - schrieb [EMAIL PROTECTED]: > > > Gerhard Fuernkranz <[EMAIL PROTECTED]> said: > > > Karl Heinz Kremer schrieb: > > > > > ... and using LCMS in Gimp's display layer was too slow. > > > > Yes, LCMS unfortunately is a bit slow (sorry to say that, Marti) :-( > > No offence, it

[Lcms-user] Lab color space for reflective media

2004-06-06 Thread Kai-Uwe Behrmann
Hi, as far as I understand CIE*Lab is an way to describe colors, which may or may not be physically existent. My question is which is the colorspacebody of physically ideal refrective media? What is the belonging gamut of Lab? Is it possible to shrink such an colorspacebody to an special reflectiv

Re: [Lcms-user] lcms on Mac OS X

2004-07-01 Thread Kai-Uwe Behrmann
Hi Peter, I am not very firm with static linking, but could it be You need to feed -llcms intead of -lcms to the linker? Hope this helps Kai-Uwe Behrmann Am 01.07.04, 15:27 +0800 schrieb Peter: > Hello Marti, > > I have compile lcms v1.1.3 on Mac OS X (10.3.4 + Dev Tools 1.1), and i

Re: [Lcms-user] LCMS profiler (beta3) - problem with profiling RAWs from EOS300D

2004-07-01 Thread Kai-Uwe Behrmann
target I used was the C1 from Wolf Faust. Look at www.coloraid.de for more information. It is an A4 non glossy IT8. regards Kai-Uwe Behrmann Am 01.07.04, 13:30 +0200 schrieb Mikolaj Tutak: > Hi! > > I shot some Kodak Color taget with my EOS 300D, then I converted RAW's into > 48bp

Re: [Lcms-user] Lab color space for reflective media

2004-07-01 Thread Kai-Uwe Behrmann
sional CMYK printing spaces are ingamut of the > photogamut-profile. > > :-) Jan-Peter > > > > > >> Kai-Uwe Behrmann wrote: > >> > >>> as far as I understand CIE*Lab is an way to describe colors, which may or > >>> may not be physically ex

Re: [Lcms-user] lcms on Mac OS X

2004-07-02 Thread Kai-Uwe Behrmann
ynamic library only. > > Peter. > > > > On Jul 1, 2004, at 8:40 PM, Kai-Uwe Behrmann wrote: > > > Hi Peter, > > > > I am not very firm with static linking, but could it be You need to > > feed > > -llcms intead of -lcms to the linker? &g

[Lcms-user] chrm tag

2004-08-04 Thread Kai-Uwe Behrmann
Hi, what is the purpouse of the chrm - chromaticityType encoding tag? I found it in several profiles created by lcms profilers. Arent the [r,g,b,k]XYZ tags allready enough? Marti, I am unshure with the above tag. I read the number of device channels and the encoded phosphors as uint16Numbers (2 by

[Lcms-user] incorrect memory access

2004-08-10 Thread Kai-Uwe Behrmann
e not that convenient. kind regards Kai-Uwe Behrmann + imaging developer / panoramas + color management + email: [EMAIL PROTECTED] --- SF.Net email is

Re: [Lcms-user] incorrect memory access

2004-08-10 Thread Kai-Uwe Behrmann
tures for 1.14, but those can wait as well... > > Opinions? > > Regards, > Marti. > > > Kai-Uwe Behrmann <[EMAIL PROTECTED]> said: > > > Hi, > > > > while valgrind-ing in CinePaint, I have many messages about memory access > > errors. - Valgrind is t

Re: [Lcms-user] incorrect memory access

2004-08-11 Thread Kai-Uwe Behrmann
rer(h)); > > Is that correct? > > Thanks! > Marti. > > > - Original Message - > From: "Kai-Uwe Behrmann" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: "Lcms Liste" <[EMAIL PROTECTED]> > Sent: Tuesday, August 10, 2004

Re: [Lcms-user] incorrect memory access

2004-08-11 Thread Kai-Uwe Behrmann
+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > ___________ > Lcms-user mailing list > [EMAIL PROTECTED] > https://list

Re: [Lcms-user] incorrect memory access

2004-08-11 Thread Kai-Uwe Behrmann
__________ > Lcms-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/lcms-user > Mit freundlichen Grüßen Kai-Uwe Behrmann + Bildprogrammierung / Panoramen

[Lcms-user] white point CIE E

2004-08-13 Thread Kai-Uwe Behrmann
? kind regards Kai-Uwe Behrmann + imaging developer / panoramas + color management + email :[EMAIL PROTECTED] --- SF.Net email is sponsored by

Re: [Lcms-user] Lcms on Mac OS X Panther

2004-08-19 Thread Kai-Uwe Behrmann
To use lcms as an selectable CMM would be nice, and is requested by other as well on the german ECI list. kind regards Kai-Uwe Behrmann Am 18.08.04, 16:12 -0600 schrieb Nathan Wade: > How has LittleCMS been used on Mac OS X Panther? I'd like to use PHP5 > on Apache2 because I alr

[Lcms-user] CIE2000

2004-08-26 Thread Kai-Uwe Behrmann
result? regards Kai-Uwe Behrmann + imaging development / panoramas + color management + email :[EMAIL PROTECTED] --- SF.Net email is sponsored by

[Lcms-user] Feature wish

2004-08-31 Thread Kai-Uwe Behrmann
Marti, I've obtained cgats measurement data with spectral nmxxx (Nanometer) content in BEGIN_DATA_FORMAT / END_DATA_FORMAT scope. Can You please make arbitrary DATA_FORMAT identifiers visible in lcms? It would help me with this content. thanks Kai-Uwe Beh

Re: [Lcms-user] monitor calibration loader for Linux

2004-09-06 Thread Kai-Uwe Behrmann
Hi, does someone know more about the vcgt tag. The gamma tables are easy to understand. But there are some more information inside, which I dont know how to interprete. regards Kai-Uwe Am 01.09.04, 16:08 +0200 schrieb Stefan Doehla: > Hi list, > > I've created a tool which will calibrate your

Re: [Lcms-user] monitor calibration loader for Linux

2004-09-06 Thread Kai-Uwe Behrmann
p 8.1 today. > http://ads.osdn.com/?ad_idP47&alloc_id808&opÌk > ___ > Lcms-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/lcms-user > > Mit freundlichen Grü

Re: [Lcms-user] monitor calibration loader for Linux

2004-09-08 Thread Kai-Uwe Behrmann
th gimp-print and should be installed if You dont switch it off. Threre You have the driver in the application, no postsript is needed. > I have used the lcms utilities to embed profiles and then convert to > the printer profile before printing. This works but is very clumsy > and time

[Lcms-user] over white color clipping

2004-09-09 Thread Kai-Uwe Behrmann
Hi, while brightening HDRs I see often the coloured halos arround the sun, clouds and other bright regions. I understand that an simple clipping of one channel befor the maximum of all other channels is reached causes such hue shifts. Only I thought lcms is able to do an hue preserving clip. What

Re: [Lcms-user] over white color clipping

2004-09-09 Thread Kai-Uwe Behrmann
would be a hot desired feature for CinePaint and any other profile handling HDR application. regards Kai-Uwe Behrmann + imaging development / panoramas + color management +

Re: [Lcms-user] over white color clipping

2004-09-16 Thread Kai-Uwe Behrmann
etimes like to switch the color space of the HDR image's native representation in CinePaint without beeing afraid to get lost of > 1.0 values ;) regards Kai-Uwe Behrmann + imaging development / panoramas + co

Re: [Lcms-user] over white color clipping

2004-09-16 Thread Kai-Uwe Behrmann
d the darkest of > these shots (1:10? 1:100? 1:1000? 1:1? ...)? ... measured 1:8 - 1:120 . For stitching it depends how many images are used as input. regards Kai-Uwe Behrmann + imaging development / panoramas

Re: [Lcms-user] over white color clipping

2004-09-16 Thread Kai-Uwe Behrmann
ke any other color space, beside the curious value range of 0.0 -> 100.0 for L and -127.0 -> 127.0 for a and b. regards Kai-Uwe Behrmann + imaging development / panoramas + color management

Re: [Lcms-user] over white color clipping

2004-09-17 Thread Kai-Uwe Behrmann
Am 17.09.04, 02:26 +0200 schrieb Gerhard Fuernkranz: > Kai-Uwe Behrmann schrieb: > > > agree. Only an example: the SGILOGLUV encoding in the TIFF spec is XYZ. I > > simply like to handle these images as XYZ in floating point color space, > > and see them through the co

Re: [Lcms-user] Converting Lab to CMYK

2004-09-17 Thread Kai-Uwe Behrmann
YK, 1); > cmsDeleteTransform(hTransform); > cmsCloseProfile(hLabProfile); > cmsCloseProfile(hOutProfile); > > Is it because Lab values are different for 8 bit format & double format ? You can set nLab[0] = fLab[0] * 255.0 / 100.0; nLab[1] = fLab[1] + 127

Re: [Lcms-user] over white color clipping

2004-09-19 Thread Kai-Uwe Behrmann
ponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > ___ > Lcms-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/lcms-user > Mit freundliche

Re: [Lcms-user] over white color clipping

2004-09-19 Thread Kai-Uwe Behrmann
Am 19.09.04, 11:39 +0200 schrieb Gerhard Fuernkranz: > Kai-Uwe Behrmann schrieb: > > > Marti, > > While converting to and from XYZ synthetic gradients get lots of partitial > > color casts, the german word is Farbabriss - color cut(?). > > > Kai-Uwe, > >

Re: [Lcms-user] over white color clipping

2004-09-20 Thread Kai-Uwe Behrmann
t; which flags did you pass to cmsCreateTransform() ? > cmsFLAGS_NOTPRECALC? > cmsFLAGS_HIGHRESPRECALC? > > Precalculated device links are not too accurate for a XYZ or linear RGB space. > cmsFLAGS_NOTPRECALC will give the best result, but is slower. > > See atachment. >

[Lcms-user] Linux CMS

2004-10-25 Thread Kai-Uwe Behrmann
Scribus, GraphicsMagic and the others. I come soon in need to interoperate with different applications. managing default profiles, paths, using starter scripts ... kind regards Kai-Uwe Behrmann + imaging development / panoramas + color

[Lcms-user] tifficc, chromatic tags and gray gamma

2004-11-01 Thread Kai-Uwe Behrmann
TRC tag of the input profile has gamma = 1.0 . regards Kai-Uwe Behrmann + imaging development / panoramas + color management + email :[EMAIL PROTEC

Re: [Lcms-user] tifficc, chromatic tags and gray gamma

2004-11-02 Thread Kai-Uwe Behrmann
Am 02.11.04, 13:46 - schrieb [EMAIL PROTECTED]: > > > Kai-Uwe Behrmann <[EMAIL PROTECTED]> said: > > > Marti, > > > > You suggest to use tiff tags (whitepoint, primary chromaticies, ...) to > > obtain sufficient data for on-the-fly profile creation. &

Re: [Lcms-user] tifficc, chromatic tags and gray gamma

2004-11-03 Thread Kai-Uwe Behrmann
an XYZ float triple and can create easily an XYZ profile (just with the danger of quantisation). regards Kai-Uwe Behrmann + imaging development / panoramas + color management + email: [EMAIL PROTECTED]

[Lcms-user] Re: [Tiff] N TIFFTAG_TRANSFERFUNCTION

2004-11-04 Thread Kai-Uwe Behrmann
Ross, thanks for pointing out this behaviour. I will change this in my code. This message may be helpfull to the lcms list too. Therefore I crosspost. As about libtiff fax coding I must pass. I am coming from the float side, working on HDR imagery. kind regards Kai-Uwe Behrmann

[Lcms-user] iccjpeg.h/c

2004-11-22 Thread Kai-Uwe Behrmann
Hi, lcms includes the above mentioned files for the iccjpeg utility. I like to give credits to the author(s) while using it. Who is the original author and did You, Marti, bring modifications in, so I should put Your name somewhere too. regards Kai-Uwe Behrmann

Re: [Lcms-user] Beginner's questions

2004-12-13 Thread Kai-Uwe Behrmann
Am 14.12.04, 09:49 +0100 schrieb Boudewijn Rempt: > I've been experimenting, and I definitely need to cache at least some > transforms. It turns out to be prohibitively slow to recreate the transform > to the monitor profile for every display action, for instance. Can You describe the display act

[Lcms-user] ICC CMM wrapper

2004-12-14 Thread Kai-Uwe Behrmann
knowledge is mostly helpful doing it right from the beginning. kind regards Kai-Uwe Behrmann + imaging development / panoramas + color management + email: [EMAIL PROTECTED] + CMS

Re: [Lcms-user] Beginner's questions

2004-12-16 Thread Kai-Uwe Behrmann
using the same memory across applications and save space. Is taking the profile id's of both involved profiles plus creation options sufficent? regards Kai-Uwe Behrmann + imaging development / panoramas + color

Re: [Lcms-user] Beginner's questions

2004-12-16 Thread Kai-Uwe Behrmann
asked about the specific transform options including the belonging profiles. The application should not care about memory stuff at all. Creation , invalidation and so one can be better handled by an single library. regards Kai-Uwe Behrmann + imaging development

Re: [Lcms-user] Beginner's questions

2004-12-16 Thread Kai-Uwe Behrmann
004, Kai-Uwe Behrmann wrote: > > > The offsets can easily been exchanged through Oyranos, as well as the > > othe parameters influencing the transform. As an option the chache can > > been removed after switching the computer off. > > It is important to note that expec

Re: [Lcms-user] Beginner's questions

2004-12-16 Thread Kai-Uwe Behrmann
Kai-Uwe Behrmann + imaging development / panoramas + color management + email: [EMAIL PROTECTED] + CMS proposal Am 14.12.04, 10:29 +0100 schrieb Boudewijn Rempt: >

Re: [Lcms-user] A bit confused about profiles

2004-12-21 Thread Kai-Uwe Behrmann
to come in colour heaven ;) > -- > Boudewijn Rempt | "Geef mij maar zuurtjes." > http://www.valdyas.org/fading/index.cgi > Mit freundlichen Grüßen Kai-Uwe Behrmann + Bildprogrammierung / Panoramen + Farbmana

Re: [Lcms-user] A bit confused about profiles

2004-12-21 Thread Kai-Uwe Behrmann
ot; > http://www.valdyas.org/fading/index.cgi > Mit freundlichen Grüßen Kai-Uwe Behrmann + Bildprogrammierung / Panoramen + Farbmanagement + email: [EMAIL PROTECTED] --

Re: [Lcms-user] 3D viewer for ICC profiles

2005-02-03 Thread Kai-Uwe Behrmann
They use argyll for vrml ICC visualisations. Argyll is open source: <http://www.argyllcms.com/> regards Kai-Uwe Behrmann + development for color management + imaging / panoramas + email:

[Lcms-user] BOOL -> LCMS_BOOL

2005-02-03 Thread Kai-Uwe Behrmann
will put such an type in the global namespace too. I know about the #define workaround You suggested. As it seems an repeated request I like to confirm. kind regards Kai-Uwe Behrmann + development for color management + imaging

Re: [Lcms-user] BOOL -> LCMS_BOOL

2005-02-04 Thread Kai-Uwe Behrmann
ove, add a LCMS_* > prefix on all those types and label the new code as 2.0? Or just keep > the 1.* convention until the smart CMM and gamut mapping features > were available? Or just keep actual #defines untouched? > > Regards, > Marti Maria > The little cms project &g

Re: [Lcms-user] CM for digital cameras

2005-02-07 Thread Kai-Uwe Behrmann
managed workflow under linux at an booth. (in german)<http://chemnitzer.linux-tage.de/2005/live/detail.html?idx=161> Maybe You are not living that far away. The Linux-Bus will bring people from Berlin over Dresden to Chemnitz. For more reading about linux and colour management follow the li

Re: [Lcms-user] RE: XYZ to Monitor RGB

2005-02-24 Thread Kai-Uwe Behrmann
r long lines I do in my examin tool like you describe. The results are ok. dE is much better since I use cmsFLAGS_NOTPRECALC ;) regards Kai-Uwe Behrmann + development for color management + imaging / panoramas

Re: [Lcms-user] CinePaint, profile description and ICC v4

2005-02-26 Thread Kai-Uwe Behrmann
hProfile)); printf("5 %s||",cmsTakeModel(hProfile)); } output: icSigProfileDescriptionTag: 1 ||2 ||3 [EMAIL PROTECTED] WhitePoint : D65 (daylight) ||4 ||5 || The profile is attached for testing. thanks Kai-Uwe Behrmann + development for colo

Re: [Lcms-user] allocating a null LUT

2005-03-01 Thread Kai-Uwe Behrmann
Mike, an null "3D grid" is not defined. It is legal by an CMM to reject because of this state. The null "3D grid" profiles of lcms are for internal usage only. Better not to export or embed them. regards Kai-Uwe Behrmann + development

Re: [Lcms-user] Lab profiles and PDF data

2005-04-26 Thread Kai-Uwe Behrmann
found in the tifficc command line util, which is provided with the lcms library. You can look at the sources. regards Kai-Uwe Behrmann + development for color management + imaging / panoramas + email

Re: [Lcms-user] Embed Profiles in TIFF / GIF files

2005-04-28 Thread Kai-Uwe Behrmann
rrect the (scanner/camera) image. > Where should we actually do embeddeding of Profiles into such files ??? > Kindly clear my doubts. Look at the lcms file tools for examples. > Thanks and regards, > Karthik bala guru regards Kai-Uwe Behrmann +

Re: [Lcms-user] about ICC profiles

2005-04-30 Thread Kai-Uwe Behrmann
; The ICC specification is available on www.color.org . regards Kai-Uwe Behrmann + development for color management + imaging / panoramas + email: [EMAIL PROTECTED]

[Lcms-user] Colour clipping

2005-05-11 Thread Kai-Uwe Behrmann
, even if the information is available. I put a small comparision together: <http://www.behrmann.name/index.php?option=com_content&task=view&id=35&Itemid=73> regards Kai-Uwe Behrmann + development for color management

Re: [Lcms-user] Value range for BCHSWabstractProfile

2005-05-13 Thread Kai-Uwe Behrmann
Hi, Additionally attched a view at the *b channel of the generated CLUT. Hue and Saturation where changed. Maybe this explains the funny results? Brightness and Contrast works more explainable to me. regards Kai-Uwe Behrmann + development for color management

Re: [Lcms-user] Colour clipping

2005-05-20 Thread Kai-Uwe Behrmann
FYI, the input matrix->abstract->monitor approach sugested by Marti was tested. And the former posted site updated accordingly. <http://www.behrmann.name/index.php?option=com_content&task=view&id=35&Itemid=73> As Graeme pointed out, there can be done much more.

Re: [Lcms-user] Colour clipping

2005-05-22 Thread Kai-Uwe Behrmann
ossibly other effects) would allow a downstream rendering > into a specific device space to be guided as to what artistic result > to aim for. That would be a fine goal. Tonemapping comes in the game anyway and is currently not yet considered with the ICC spec. As CS2 is not the o

  1   2   3   4   >