Overrides ImageToolkitInterface::getWidth
public function getWidth() { if ($this->preLoadInfo) { return $this->preLoadInfo[0]; } elseif ($res = $this->getImage()) { return imagesx($res); } else { return NULL; } }