quality === 100 ? IMG_WEBP_LOSSLESS : $this->quality; return $this->createEncodedImage(function ($pointer) use ($image, $quality) { imagewebp($image->core()->native(), $pointer, $quality); }, 'image/webp'); } }