Andrew,

I think the pygarrayimage code (at least the version I grabbed
yesterday) fails for Fortran-contiguous arrays -- at least with recent
versions, numpy.copy doesn't transform a fortran-contiguous array into
a C-contiguous one. (I think it does make a contiguous array from a
non-contiguous one, but other than that, no luck). Fortran-contiguous
arrays are pretty common, too -- taking the transpose of a C-
contiguous array just returns a "Fortran-contiguous" view onto the
same memory.

Zach
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to