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....

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 :-)
Regards
Marti.


El 10/09/2012 9:04, Pascal de Bruijn escribió:
> On Mon, Jun 25, 2012 at 4:18 AM, Graeme Gill <gra...@argyllcms.com> wrote:
>> marti.ma...@littlecms.com wrote:
>> Hi Marti,
>>
>>> Yes, as Kai-Uwe says, this is the expected behavior for a V4 CMM, and
>>> that is what lcms2 is. Please note most if not all modern CMMs behaves
>>> in such way, for example all Adobe products.
>> Right, but V2 profiles should be processed according to the V2 
>> specifications.
> Right, and there are some real-world practical issues with using V4 to
> being with.
>
> Apparently Firefox only handles v2 by default (v4 can be enabled in settings).
>
> Is there some sample code, to generate a v2 sRGB profile with LCMS2?
>
> 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
>


------------------------------------------------------------------------------
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