<?php imagepalettetotruecolor(GdImage $image): bool
<?php } ob_start(); imagepalettetotruecolor($this->image->getCore()); imagealphablending($this->image->getCore(), true); imagesavealpha($this->image->getCore(), true); imagewebp($this->image->getCore(), null, $this->quality);