Hi again.
I need to display full picture resolution under it. And I use this two function in image.php, like this:
`[b]Resolution: [/b]<?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?