Example #1
0
 /**
  * Sets the new image width
  *
  * @param int $size dimension to set
  * @access protected
  * @since 29/05/02 13:36:31
  */
 static function _set_new_x($size)
 {
     self::$new_x = $size;
 }