views:

342

answers:

2

Hello all,

can some one help me in reading TIFF files at runtime in Flex/AS3 based applications?

Thanks for your time guys.

A: 

You'll need a TIFF reader written in ActionScript, it's not built into the framework or player. Google Code Search offers a few options:

http://google.com/codesearch?q=tiff+lang%3Aactionscript&hl=en&btnG=Search+Code

This one looks most promising:

http://google.com/codesearch/p?hl=en#ADyxW5M5wHw/trunk/TD/src/tiff/Tiff.as&q=tiff%20lang:actionscript&sa=N&cd=3&ct=rc

Sam
thanks dude, looks solid to me, i was writing a utility that converts tiffs to Jpg on the fly at server bcz was very short in time for writing a tiff reader, but thanks again
Mazhar Hasan
A: 

http://code.google.com/p/windowsbitmapdencoder

Here is a tiff - baseline decoder I wrote back in july. It will read all "baseline" formats, 1, 8, 24 bpp. It will handle Intel/Motorolla byte order as well as interlace or planar pixel order. However, it does not support compression yet.

But feel free to append !

I have started working on LZW and ZIP and can offer you the source code of implementation.

Sincerely,

CT

CT
Mazhar Hasan