I think I'm a little confused by the question. From the Python perspective,
everything in the Agg backend takes floats. Agg actually has color types for
both floating point and 8-bit-per-plane colors, though obviously it's converted
to 8-bit-per-plane eventually. But, of course, that is done
Improved consistency is a good thing. And ANSI is a sane choice (even though
my muscle memory knows K&R, I'm willing to fight against that for the
betterment of the whole... just don't be surprised if I screw some things up
initially ;).
I do have one concern, however. It is very useful for m
Michael Droettboom wrote:
>
> Improved consistency is a good thing. And ANSI is a sane choice
> (even though my muscle memory knows K&R, I'm willing to fight against
> that for the betterment of the whole... just don't be surprised if I
> screw some things up initially ;).
>
> I do have one con
Michael Droettboom wrote:
> I think I'm a little confused by the question. From the Python
> perspective, everything in the Agg backend takes floats. Agg
> actually has color types for both floating point and 8-bit-per-plane
> colors, though obviously it's converted to 8-bit-per-plane
> eventuall
Jeff Whitaker wrote:
> 1) an external dependency on the GEOS lib (which is LGPL).
Would it be any better to depend on an existing python binding GEOS?
Here's one option:
http://trac.gispython.org/projects/PCL/wiki/Shapely
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Respons
Christopher Barker wrote:
>
> Jeff Whitaker wrote:
>> 1) an external dependency on the GEOS lib (which is LGPL).
>
> Would it be any better to depend on an existing python binding GEOS?
> Here's one option:
>
> http://trac.gispython.org/projects/PCL/wiki/Shapely
That is what Jeff started with,
Christopher Barker wrote:
> Jeff Whitaker wrote:
>
>> 1) an external dependency on the GEOS lib (which is LGPL).
>>
>
> Would it be any better to depend on an existing python binding GEOS?
> Here's one option:
>
> http://trac.gispython.org/projects/PCL/wiki/Shapely
>
> -Chris
>
>
>
Chri