Re: [Lcms-user] cmsDictRemoveEntry

2011-10-17 Thread Richard Hughes
On 17 October 2011 11:36, marti.ma...@littlecms.com wrote: > This was done on purpose, and the reason was the structures I'm using > to store data are not efficient for delete operations. Rather, it wold > be easier to use a higher level structure tied to application behavior. Right, makes sense.

Re: [Lcms-user] cmsDictRemoveEntry

2011-10-17 Thread marti.ma...@littlecms.com
[Lcms-user] cmsDictRemoveEntry I've developed a tool called cd-fix-profile that I use in colord to assign extra metadata to ICC profiles. Writing new DICT tags works well, as does adding them, but *modifying* them seems painful. Because there's no cmsDictRemoveEntry I have to load up a ne

[Lcms-user] cmsDictRemoveEntry

2011-10-13 Thread Richard Hughes
I've developed a tool called cd-fix-profile that I use in colord to assign extra metadata to ICC profiles. Writing new DICT tags works well, as does adding them, but *modifying* them seems painful. Because there's no cmsDictRemoveEntry I have to load up a new hDict copying the values from the old o