Looking for a way to load the flat image data of a PSD into a Flash/AIR app at runtime?

  • Thread starter Thread starter Bryan G
  • Start date Start date
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.
 
Back
Top