Re: pls: how export an image into Excel
Posted by
Wayne Rasband on
May 08, 2007; 10:05pm
URL: http://imagej.273.s1.nabble.com/pls-how-export-an-image-into-Excel-tp3699547p3699551.html
On May 8, 2007, at 4:11 PM, Philip Ershler wrote:
> On May 8, 2007, at 1:44 PM, Wayne Rasband wrote:
>
>> On May 8, 2007, at 11:31 AM, Juan Francisco wrote:
>>
>>> Hi all:
>>> pls, how its possible to export the pixel value matrix
>>> corresponding to an Image into a Excel format (.xls)?
>>> Thanks a lot!!
>>
>> Use the File>Save As>Text Image command and set the extension to
>> ".xls".
>>
>> -wayne
>
> In this case, how does Excel know the pixel dimensions of the image?
It figures out the dimensions by counting linefeeds and tabs, which is
what ImageJ does when you use the File>Import>Text Image command.
-wayne