views:

960

answers:

5

I have TIFF images in the database, and I need to render them in Flex.

Please consider server-side conversion options as falling outside the scope of this question. Client-side conversion options interest me, if anyone has anything.

+2  A: 

There is a Google Code Project which seems to have some AS3 / Flex client-side Tiff support. Check out the code in SVN.

James Ward
A: 

Yes, the google project mentioned above has a TIFF 6.0 baseline decoder. Baseline being that it does NOT support compression. I AM currently working on a LZW decompression. What type of compression might you be confronted with ?

CT
A: 

does above mentioned project read multi page layered tiffs???

Mazhar Hasan
A: 

Not this particular decoder. But multi-page is a small addition, I have done it for an employer past. Just need to allocate n number of bitmapData to hold multiples. Also add a for loop to read the next set of IFDs.

CT
A: 

Hi, I'm looking for a tiff decoder which supports LZW. Is there one available?? CT, would love to know about your progress.

Rohit