How to convert RGB to color name or reverse.
I would like know any function or API.
For example:
RGB(0,0,255) --> Blue
Blue --> RGB(0,0,255)
Han
rدxüæj)b b²Ð¶+Þ?+a¢yb²Û®ð¶+ÞJÖyÊ&Ûiÿùb²Û®ð¶+ÞJÖyÊ&þf¢f§þX¬¶)ߣö¶+Þ§+a¢
"Jeremy Dillworth" <[EMAIL PROTECTED]> wrote:
> Does anyone know of a good (and well documented) linux/win32 charting
> API for python? OpenSource/Free is preferable, but I can go commercial
> if need be.
I don't have personal experience, but I recently saw an anouncement for
Python port of 'Gr
You might also want to look at the 'graphics'
subpackage within Reportlab (www.reportlab.com).
This is an 'object graphics' framework which
can output a vector drawing to PDF, PS
or bitmaps using identical text metrics on all
platforms (with Type 1 fonts). As well as
generalized drawings we hav
Thanks. Do you know where I could find some example code?
--- Kári_Harðarson <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I've used GDChart quite successfully.
> GDChart is actually written in C; the
> Python wrapper may not need updates
> when the C library is updated.
> I haven't looked lately, I'l
Does anyone know of a good (and well documented) linux/win32 charting
API for python? OpenSource/Free is preferable, but I can go commercial
if need be.
I've tried/considered:
- PILGraph - still alpha release
- GDChart - py21 version still beta after 6 months, little
documentation
- ChartDirecto