Victor Reijs wrote: > I was wondering if it is possible with the Image package to use a mode > like RGB but with 16 bits (or more) per each band?
there's no built-in Nx16-bit type, but you can of course use multiple single layer images, and split/merge on the way in/out. </F> _______________________________________________ Image-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/image-sig
