<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
There's a mix of different reasons, the least not being my lack of
knowledge of XML and programming skills...<br>
<br>
I first went from <RGB r="1" g="1" b="1"> to <RGB values="1 1
1"> simply because it was easier to deal with different color models
the same way (you were talking about laziness ;-) )<br>
Then, as I wanted to add 6CLR (and more), it didn't work anymore since
an xml element can't start with a number and I thought it didn't make
sense to reinvent color tags as this was already a widely accepted
standard. So I chose to simplify to <values model="RGB">1 1
1</values> which makes it also easier to parse and extendable to
less usual color models.<br>
<br>
For the rest (metadata, swatch organization) wich aren't in the create
draft, I made some choices but I'm already reconsidering most of them...<br>
<br>
Olivier<br>
<br>
Cyrille Berger a écrit :
<blockquote cite="mid:201001211030.45093.cberger@cberger.net"
type="cite">
<pre wrap="">On Thursday 21 January 2010, Olivier BERTEN wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Well... I started 2 years ago with the CREATE format
<a class="moz-txt-link-rfc2396E" href="http://www.mail-archive.com/create@lists.freedesktop.org/msg00900.html"><http://www.mail-archive.com/create@lists.freedesktop.org/msg00900.html></a>
but it didn't completely fit my needs. And since it hasn't been changed
nor did it leave his "draft" status since then, I slowly got to have my
own format.
By the way, as you can see from the version number, it's a very early
version that's certainly going to change before version 1.0 and it also
might get closer to CREATE format once it gets his "standard" status ;-)
</pre>
</blockquote>
<pre wrap=""><!---->
Well, the point of my question was to try to work on getting the create format
have the features that are needed by people to start using it. So far,
koffice/krita has a partial implementation of it (colors deserialization),
mostly because I am lazy :/ So I would be interested to know why there are not
much more implementations, lake of time ? lake of awarness ? missing features
? lazyness ? deep flaw in the spec ?
</pre>
</blockquote>
<br>
</body>
</html>