In PHP and other programming languages, it is possible, through some special functions, to find out the size of the image.
For example:
list($width, $height) = getimagesize('images/icon.png');
I was curious to know how languages do this....
asked by
22.06.2016 / 17:11