Returns the width of the resource.
int|null The width of the resource in pixels, or NULL if the resource has no width.
public function getWidth() { return $this->width; }