Dear Group,
I have tiff images being generated by imagepro where the pixel size is not being read, any ideas why? I have attached an example image. Thanks Rich Richard Cole Research Scientist V Director: Advanced Light Microscopy Core Unit Wadsworth Center Research Assistant Professor Dept. of Biomedical Sciences School of Public Health State University of New York P.O. Box 509 Albany N.Y. 12201-0509 518-474-7048 Phone 518-474-4430 Fax Email [hidden email] Website www.wadsworth.org/cores/alm/index.htm IMPORTANT NOTICE: This e-mail and any attachments may contain confidential or sensitive information which is, or may be, legally privileged or otherwise protected by law from further disclosure. It is intended only for the addressee. If you received this in error or from someone who was not authorized to send it to you, please do not distribute, copy or use it or any attachments. Please notify the sender immediately by reply e-mail and delete this from your system. Thank you for your cooperation. -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
This is because Image Pro, like many other image processing programs,
stores the pixel information in non-standard fields in the TIFF header. Here is the output of tiffinfo (from the libtiff package) on your exemplar. Note the "unknown field warnings." The standard TIFF resolution is in dpi, hence the 300, 300 entry... Hope this helps Best Regards John Minter Eastman Kodak Company (from my home email...) > tiffinfo untitled000.tif TIFFReadDirectory: Warning, Unknown field with tag 40001 (0x9c41) encountered. TIFFReadDirectory: Warning, Unknown field with tag 40106 (0x9caa) encountered. TIFFReadDirectory: Warning, Unknown field with tag 50288 (0xc470) encountered. TIFFReadDirectory: Warning, Unknown field with tag 50291 (0xc473) encountered. TIFFReadDirectory: Warning, Unknown field with tag 50296 (0xc478) encountered. TIFF Directory at offset 0xab22 (43810) Subfile Type: (0 = 0x0) Image Width: 201 Image Length: 201 Resolution: 300, 300 pixels/inch Bits/Sample: 8 Compression Scheme: None Photometric Interpretation: min-is-black Samples/Pixel: 1 Rows/Strip: 61 Planar Configuration: single image plane ImageDescription: Exposure: 000 : 00 : 00 . 050 : 000 Binning: 1 x 1 Gain: 2.820000 Accumulated=0 Software: Image-Pro Plus DateTime: 08/03/2012 05:12:26.859 PM On Fri, Aug 3, 2012 at 5:13 PM, Richard Cole <[hidden email]> wrote: > Dear Group, > > > > I have tiff images being generated by imagepro where the pixel size is not > being read, any ideas why? I have attached an example image. > > > > Thanks > > > > > > Rich > > > > > > Richard Cole > Research Scientist V > Director: Advanced Light Microscopy Core Unit > Wadsworth Center > > > > Research Assistant Professor > Dept. of Biomedical Sciences > School of Public Health State University of New York > > > P.O. Box 509 Albany N.Y. 12201-0509 > 518-474-7048 Phone > 518-474-4430 Fax > > > > Email [hidden email] > > Website www.wadsworth.org/cores/alm/index.htm > > > > > > > > > > IMPORTANT NOTICE: This e-mail and any attachments may contain > confidential or sensitive information which is, or may be, legally > privileged or otherwise protected by law from further disclosure. It > is intended only for the addressee. If you received this in error or > from someone who was not authorized to send it to you, please do not > distribute, copy or use it or any attachments. Please notify the > sender immediately by reply e-mail and delete this from your > system. Thank you for your cooperation. > > > > -- > ImageJ mailing list: http://imagej.nih.gov/ij/list.html > -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
Free forum by Nabble | Edit this page |