vote up 1 vote down star

Is there any way to read a TIFF file under AIR? Looks like Flash doesn't have native support for TIFF format, any libraries out there?

flag

54% accept rate
well, TIFF is maintained by Adobe. Interesting how they don't support it in their own product :P – Aziz Apr 3 at 16:27

3 Answers

vote up 1 vote down check

I've found a working decoder (uncompressed files only): http://www.ctyeung.com/AIR/index.html

link|flag
Thanks a ton! This might be an option.. – Michael Pliskin Nov 9 at 8:26
vote up 0 vote down

Here is an open source encode project, and according the author that decode future has been working on.

link|flag
Thanks, I found this one too - but unfortunately encoding is pretty easy compared to decoding, and I need decoding. Thanks anyway. – Michael Pliskin Apr 4 at 15:02
vote up 1 vote down

According to this, TIFF is supported by Adobe Flash Player and Adobe AIR, together with BMP, GIF, JPG, and PNG.

edit: FTA:

The drawback with the TIFF format is that because of the many different varieties of TIFF, there is no single reader that can handle every version. In addition, no web browsers currently support the format.

edit2: It appears that dynamic loading of TIFF is not possible. I couldn't find any third-party library to do so.

link|flag
Thanks for the pointer, but flash.display.Loader throws an exception when trying to open a TIFF file, and the documentation says it only supports JPEG and PNG. Maybe there is some other way?.. – Michael Pliskin Apr 3 at 16:52
You're right, it only supports JPG, PNG, and GIF. I'll try to look for a way to use TIFF ... – Aziz Apr 3 at 18:14

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.