Type to search...

Oil-paint effect

e:oil-paint

The Oil Paint filter lets you transform a photo into an image with the visual appearance of a classic oil painting.

Aliases

  • e:op

Parameters

  • integer, min 0, max 100

Limitations

  • Applicable only to images smaller than 25 mega pixels.

Dependencies

  • This transformation does not have any dependencies.

Examples

See the following examples about the possible ways of usage.

Set the width to 300 px and add blur with oil paint effect

w:300_e:blur:200_e:op:20
use shardimage\shardimagephp\factories\Transformation;
$transformations = (new Transformation())->width(300)->blur(200)->oilPaint(20);
Table of contents