How to get x y coordinates of an image in php
Posted
by learner
on Stack Overflow
See other posts from Stack Overflow
or by learner
Published on 2010-06-11T05:36:02Z
Indexed on
2010/06/11
5:42 UTC
Read the original article
Hit count: 192
How to get x y coordinates of an image in php?
I have an image $image = images/abc.png;
how to get the coordinates of the image using php.
© Stack Overflow or respective owner