<?PHP $image = imagecreate ( 200, 100 ); echo imagesy ( $image ) . '<br>'; $image1 = imagecreatefromgif ( 'image.gif' ); echo imagesy ( $image1 ); ?>