Koen Vermeer wrote: > On Wed, 2009-06-17 at 09:54 +0200, Koen Vermeer wrote: >> 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? > > Forgot to mention: I installed GraphicsMagick-1.3.5-Q16-windows-dll on > this machine. > > Koen >
Hmm, the version bindled with the 3.2.0 installer is 1.3.3-Q8. I can not tell for sure but I wouldn't be surprised if mixing Q8 and Q16 will result in problems. benjamin ------------------------------------------------------------------------------ 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
