Get icc-profile from a image
Is ist possible to get the ICC-profile of a image
I try this with a Adobe RGB 1998 with embeded profile:
alert(app.activeDocument.selection[0].graphics[0] .profile);
alert(app.activeDocument.selection[0].graphics[0] .space);
But it only return "Emdeded" for .profile and "RGB" for .space. But i want it to return adobe rgb 1998
Is it possible?

