/**
  * {@inheritdoc}
  *
  * NOTE: This is just to capture the flag locally
  */
 public function keepTransparency($flag, $alphaOpacity = null)
 {
     $this->_keepTransparency = (bool) $flag;
     return parent::keepTransparency($flag, $alphaOpacity);
 }