[CREATE] assets library

Joao S. O. Bueno Calligaris gwidion at mpc.com.br
Tue Sep 25 15:15:01 PDT 2007


On Tuesday 25 September 2007 17:53, Jon Phillips wrote:
> On Tue, 2007-09-25 at 22:41 +0200, Craig Bradney wrote:
> > On Tuesday 25 September 2007 22:25:20 Jon Phillips wrote:
> > > On Tue, 2007-09-25 at 21:25 +0200, Craig Bradney wrote:
> > > > On Monday 24 September 2007 22:55:37 Jon Phillips wrote:
> > > > > On Mon, 2007-09-24 at 22:21 +0200, Kai-Uwe Behrmann wrote:
> > > > > > Am 24.09.07, 12:58 -0700 schrieb Jon Phillips:
> > > > > > > On Mon, 2007-09-24 at 08:54 +0200, Kai-Uwe Behrmann 
wrote:
> > > > > > > > > > http://www.oyranos.org/wiki/index.php?title=Featu
> > > > > > > > > >reWish#Named _Col our
> > > > > > > >
> > > > > > > > http://www.behrmann.name/wind/oyranos/icc_examin_2007
> > > > > > > >.09.24.html
> > > > > > >
> > > > > > > Ok, cool...I know very little, sadly about what you are
> > > > > > > talking about, but can help push this out if others are
> > > > > > > interested in...Alexandre, do you want to push this on
> > > > > > > Create? Push it on the shared resources spec?
> > > > > >
> > > > > > Someone has first to write the file format specification.
> > > > > > The Scribus people where interessted in the first place.
> > > > > > Is the swatches format still in work there?
> > > > >
> > > > > Good question, Craig? Mrdocs?
> > > >
> > > > It never went anywhere really.
> > > > We just want XML, with a few tags and colour definitions to
> > > > start with, and space to grow... Simple :) :)
> > > >
> > > > <color space="rgb" r="1" g="2" b="3" name="123color"
> > > > spot="false" registration="false">
> > > >
> > > > or whatever.. something like that.
> > > >
> > > > Craig
> > >
> > > Cool, what would the other major colorspaces look like, CMYK,
> > > lab, hsl: ?
> > >
> > > Jon
> >
> > silly examples continue:
> >
> > <color space="rgb" r="1" g="2" b="3" name="123color" ...
> > <color space="cmyk" c="4" m="5" y="6" k="7" name="4567color" ...
> > <color space="hsv" h="8" s="9" v="10" name="8910color" ...
>
> This is the best spec I've every seen! JonCruz, what do you think
> of this easy to use color/swatch spec?

Why not:
<space name="rgb">
<color r="1" b="0.5" c="0.33333" name=... />
<color r="1.0" b="1.0" c="0.33333" name=... />
</space>

After all..it s very much likely that one will have several color s in 
the same colro space in a single palette.

Also, what is the advantage of using tag attributes instead of tag 
contents for the real values?  Aren't we mssing something there?
Else, xml could all be attributes nand no content... but at elast I do 
nnot see anything wrong with

<space name="RGB">
  <color name="blue"><r>0.0</r><g>0.0</g><b>1.0</b></color>
</space>

It might look verborragic..but then...why go XML anyway? 

just some ideas to steer in. If ther are rubbish,a t least let the 
replies help everybody understand better what is being CREATEd.


	js
	-><-





And
>
> Jon
>
> > _______________________________________________
> > CREATE mailing list
> > CREATE at lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/create


More information about the CREATE mailing list