Hi again.
I need to display full picture resolution under it. And I use this two function in image.php, like this:
`Resolution: <?php echo getFullWidth(); ?>x<?php echo getFullHeight(); ?>`
BUT... it works fine on localhost (Windows) but on Debian server it display wrong resolution.
example: 768x1024 instead of correct 640x480 on localhost.
Is there exist any solution to fix it?
Comments
http://www.miliwoman.com/Israel/Army/military_woman_israel_army_000043.jpg.html
Resolution: 374x473
but real is 600px × 450px
How to get the correct resolution of full picture?