This commit is contained in:
John Cupitt 2009-02-27 17:10:26 +00:00
parent febe986e76
commit 957ffa9fac
1 changed files with 13 additions and 0 deletions

View File

@ -27,6 +27,19 @@
*/
/*
Remaining issues:
* it transposes images, I think, since Matlab seems to use column-major order
* will colour images work? no idea, needs testing
* it will not do complex images
* it will not handle sparse matricies
* it loads the first variable in the file with between 1 and 3 dimensions, is this sensible behaviour?
* load only, no save
*/
/*
#define DEBUG
*/