mime}\n"; echo "Width:\t\t{$image->data->width} px\n"; echo "Height:\t\t{$image->data->height} px\n"; echo "Filesize:\t{$image->data->size} b\n"; $comment = ( $image->data->comment == '' ) ? 'n/a' : $image->data->comment; echo "Comment:\t{$comment}\n"; ?>