On Tuesday 27 March 2007 11:03, Lino Mastrodomenico wrote:
> 2007/3/26, Pete Shinners <[EMAIL PROTECTED]>:
> > My main question is what is the image and sound container
> > passed back to Python? This single thing along would be worth a
> > SoC if it could be implemented across all libraries.
> >
> > Will your image objects be transferrable to PIL, Pygame,
> > PyOpengl, Numpy, Pythonmagick, Pycairo, wxPython, etc? It would
> > be best if this could avoid the "fromstring/tostring" mojo that
> > always requires and extra copy of the data for each transfer.
>
> I agree. I withdrew my original "multimedia library" idea and
> submitted a proposal for the creation of two standard Image and
> Sound classes.

Ideally you'd hook this into the standard library's existing sound 
file handling modules.

Anthony
-- 
Anthony Baxter     <[EMAIL PROTECTED]>
It's never too late to have a happy childhood.
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to