You are here

public function ImageCrop::getOriginalImageWidth in Image javascript crop 7

Get the original width from the image to crop.

File

includes/imagecrop.class.inc, line 178
Imagecrop class to handle the javascript imagecrop.

Class

ImageCrop
@file Imagecrop class to handle the javascript imagecrop.

Code

public function getOriginalImageWidth() {
  return $this->originalImageWidth;
}