Intervention/Image2

首页

pixelate()


public Intervention\Image\Image pixelate(integer $size)

Applies a pixelation effect to the current image with a given size of pixels.

Parameters

size

Size of the pixels.

Return Values

Instance of Intervention\Image\Image

Examples

// create new Intervention Image
$img = Image::make('public/foo.jpg');

// apply pixelation effect
$img->pixelate(12);

See also

2023-09-08 更新 本文链接:https://upwqy.com/index.php/wiki/info/912.html



pixel() polygon()