Prueba a cambiar
Código PHP:
$image_p = imagecreatetruecolor($this->image_height_maxsize, $this->image_height_maxsize);
Por esto:
Código PHP:
$image_p = imagecreatetruecolor($this->image_width_maxsize, $this->image_height_maxsize);
Edit: Te has adelantado ;)