AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
November 2003

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2003.11.16 22:37 "reading Affymetrix tiff images", by Sridhar Duggireddy
2003.11.17 09:13 "reading Affymetrix tiff images", by Ross Finlayson
2003.11.17 14:18 "reading Affymetrix tiff images", by Frank Warmerdam
2003.11.17 17:12 "reading Affymetrix tiff images", by Sridhar Duggireddy
2003.11.17 17:25 "reading Affymetrix tiff images", by Frank Warmerdam
2003.11.17 23:30 "reading Affymetrix tiff images", by Ross Finlayson

2003.11.17 09:13 "reading Affymetrix tiff images", by Ross Finlayson

On Sunday, November 16, 2003, at 02:37 PM, sridhar duggireddy wrote:

> Hi ,
>
> I am doing project on Affymetrix tiff images. Now I want to read
> Affymetrix tiff images. I am new to the TIFF image processing.I am not
> knowing what type of tiff images are affymetrix images like 
> scanline-based,
> strip-based or tle based. Is there a way to know the type of the image?
> can you please explain with some program on how to read these tiff 
> images.
>
> Thanks,
> Sridhar!!

Hi Sridhar,

You might want to try using the tools in the tools directory.  The 
tiffinfo program will provide a short listing from the 
TIFFPrintDirectory function for the image.  I am not familiar with the 
Affymetrix images.

If you want to program using libtiff within your program, basically 
libtiff offers the functions to uncompress and read the data into a 
buffer of samples.  Then, depending upon your image processing 
requirements, you might convert the samples to the display image sample 
format for the display output, or use image processing algorithms on the 
data.

What you describe is a pretty wide issue, you need to detail your 
requirements.

Have a nice day,

Ross Finlayson