I have some embedded images, and I need to manipulate them with
effects. I don't want to have to explicitly specify the height and
width of these for calculations. When you don't specify a height and
width of an image, it takes its actual size, so I'm assuming there is
a way to get the width and height of an image after it is loaded.
is this done through img.loaderInfo? or img.content? I tried
img.getConstraintValue('height'); but that returns NaN. Everything
I've tried either gives me NaN or undefined. Does anyone know how to
access this?
Thank you.
Jayson