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.
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.
There is a Google Code Project which seems to have some AS3 / Flex client-side Tiff support. Check out the code in SVN.
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 ?
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.
Hi, I'm looking for a tiff decoder which supports LZW. Is there one available?? CT, would love to know about your progress.