On Mon, Sep 10, 2012 at 10:28 PM, Marti Maria <marti.ma...@littlecms.com> wrote:
>
> Hi,
>
>>Apparently Firefox only handles v2 by default (v4 can be enabled in
>> settings)
>
> Unfortunately Firefox only handles a very limited set, matrix-shaper only.
> Either V2 and specially V4 are largely unsupported by Firefox.
>
> See this test page on ICC site:
>
> http://www.color.org/browsertest.xalter
>
> Try with IE9 and  then with Firefox....

Well, with v4 enabled, that works just fine... but v4 is disabled by
default at this time.

> Anyway, creating a V2 sRGB with lcms2 is easy:
>
> hProfile = cmsCreate_sRGBProfile()
> cmsSetProfileVersion(hProfile, 2.1);
> cmsSaveProfileToFile(hProfile, "srgb_v2.icc");
> cmsCloseProfile(hProfile);
>
> Yes, this  works :-)

Ah, thank you.

Regards,
Pascal de Bruijn

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Lcms-user mailing list
Lcms-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lcms-user

Reply via email to