Page 1 of 1

Reading images dimession from Rest service

Posted: Thu Nov 14, 2013 10:59 am
by prashant purohit

hi,

We are getting an image path via rest service. The size of the image 150 *47px. We are reading the height & width of image using below commands:

var image = Appery('mobileimage_340');
var iwidth = image.width();
var iheight = image.height();
alert (iwidth);
alert (iheight);

However, the alert shows height and width as 550 and 550px respectively. Request you to please let us know the correct ways to read the image dimensions from the rest service response.

Regds
Prashant


Reading images dimession from Rest service

Posted: Thu Nov 14, 2013 1:41 pm
by Kateryna Grynko

Dear Prashant,

Please post a public app link here. Where can we see the code?