B
Bryan G
Guest
I'm trying to write an AIR image viewer app and would like to be able to support PSD files along with GIF, JPG, and PNG. I'm familiar with loading external images (Loader class) and generating my own bitmaps from a file stream (BitmapData class). But I can't find any where how to access the flat image data within a PSD. Surely it's possible (so many desktop image viewers can do it...). Any help greatly appreciated.