Hi, After fixing the problem with the missing magic.mgk, I now noticed that imread doesn't seem to work for uint16. Example:
> imwrite( uint16( 12345 ), 'c:\test.tiff' ); > t = imread( 'c:\test.tiff' ); > disp( t ) 2 Obviously, I expected to see 12345. Am I doing something stupid, is this related to the packaging, or is this something completely different? Best, Koen ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
