Ah! I had misunderstood that. Thank you! :)
On Tuesday, November 11, 2014 11:19:29 AM UTC+8, Tim Holy wrote: > > On Monday, November 10, 2014 06:49:17 PM Aneesh Sathe wrote: > > 2) I understand your reasons for making all images in the Gray range, > but i > > prefer having "real" pixel values. That way its easier to correlate test > > data with something like Fiji or Matlab. And I don't understand Julia > float > > handling fully but there might be a gain in speed if using non-float > > values. > > They're not really float values, underneath they are integers. You can > just say > `reinterpret(Uint16, x)`. > > --Tim >
