Re: [Numpy-discussion] create a numpy array of images

2011-02-02 Thread Asmi Shah
Hi all, It seems that using 64 bit python is the solution. But the thing is i would compile my code and wanna distribute it to the clients.. and that is the only reason why i want to work on 32 bit system. Sturla, how I can make it sure that some part of the data is kept on the disk and only the n

Re: [Numpy-discussion] current numpy in python 2.5 ?

2011-02-01 Thread Asmi Shah
sion mailing list > NumPy-Discussion@scipy.org > http://mail.scipy.org/mailman/listinfo/numpy-discussion > -- Regards, Asmi Shah ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] create a numpy array of images

2011-02-01 Thread Asmi Shah
Hi Zach and Sturla, Well I am a "she" :)) Thanks for your inputs.. I am using 32 bit python as have so many libraries integrated with it.. and moreover, i plan to put this volume rendered on a web page or distribute the exe in the end, so want to be minimal for the memory requirements on the clien

Re: [Numpy-discussion] create a numpy array of images

2011-02-01 Thread Asmi Shah
Thanks a lot Friedrich and Chris.. It came in handy to use PIL and numpy.. :) @Zach, m aware of the poor handling of 16bit images in PIL, for that I am using imagemagick to convert it into 8 bit first and then PIL for rest of the processing.. I have one more question: how to avoid the limitation

[Numpy-discussion] create a numpy array of images

2011-01-28 Thread Asmi Shah
help is highly appreciated to get me started.. Thanks,.. -- Regards, Asmi Shah ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion