Je moet ingelogd zijn om te stemmen.
int imagesy( resource )
<?php $img = imagecreate(300, 200); echo imagesy($img); // 200 ?>