I'm working on an adobe air app that prints postcards. I need to verify that the images that the user selects to be printed are 300 dpi. Otherwise the images will be pixellated when printed. Is there a way to get the dpi of an image in flex? Sadly I can't use any server side code for this since it is a stand alone adobe air app.
Thanks