I have used a PHP
function getimagesize()
to retrieve image height and width. For some specific image get alternative height and width value of actual image.
Such as to view those image properties in windows than get image height: 1600px
and width: 1200px
, but this PHP
function shows height: 1200px
and width: 1600px
.
How can I solve this problem?