ImageTools

User Documentation: Functions: getsize

array getsize( [string file] )

Description

Returns the image's size in width and height dimensions.

Parameters

file File path to an image.
[ If false, reverts to $vif->image. ]

Usage

$vif->getsize($file);