Re: [R] readTiff - Sorry can't handle images with 32-bit samples

2013-07-27 Thread Prof Brian Ripley
It is a little more complex than that. readTiff is not part of R. It is in an unstated package, and there are instances in packages biOps and rtiff. There are also readTIFF in packages tiff and beadArray. It is tiff::readTIFF that I would recommend. Its help says it can read 32-bit

[R] readTiff - Sorry can't handle images with 32-bit samples

2013-07-26 Thread wwreith
I tried using readTiff() and got the error message Sorry can't handle images with 32-bit samples line of code x - readTiff(C:/Users/550062/Desktop/Data/example1.tif) So far I have not had any luck finding this error message on google. Any guess at what it means and how to get the code to work?

Re: [R] readTiff - Sorry can't handle images with 32-bit samples

2013-07-26 Thread Jeff Newmiller
Try reading a different file. The error message says the existing code cannot read that file. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#.

Re: [R] readTiff - Sorry can't handle images with 32-bit samples

2013-07-26 Thread Peter Langfelder
Disclaimer: I haven't seen your tif file and I know nothing about readTiff... but here go some general comments. TIF files can use different bit depths (number of bits to store each pixel (or each color for each pixel). Most common software outputs 8- or 16-bits, but your file probably has a