Re: Wanted: mutable bitmap

2005-09-17 Thread vel . accel
You'd might be better off with Numarray or Scipy. Image and sparse matrix modules are with in the package, and there is direct functionality for PIL integration. Numarray is better documented: http://stsdas.stsci.edu/numarray/numarray-1.3.html/index.html -- http://mail.python.org/mailman/listinf

Re: Wanted: mutable bitmap

2005-09-17 Thread Tom Anderson
On Sat, 17 Sep 2005, it was written: > Tom Anderson <[EMAIL PROTECTED]> writes: > >> One thing that would be rather useful in various bits of programming >> i've done would be a mutable bitmap type. Am i right in thinking >> there's no such thing in the standard library? Is there an >> implemen

Re: Wanted: mutable bitmap

2005-09-17 Thread Paul Rubin
Tom Anderson <[EMAIL PROTECTED]> writes: > One thing that would be rather useful in various bits of programming > i've done would be a mutable bitmap type. > Am i right in thinking there's no such thing in the standard library? > Is there an implementation out there somewhere else? Is there a hack

Wanted: mutable bitmap

2005-09-17 Thread Tom Anderson
Hello! One thing that would be rather useful in various bits of programming i've done would be a mutable bitmap type. Basically, this would behave like a set, where the items were constrained to be positive integers (perhaps less than some limit set at construction time). The advantage over a s