Type to search...

Sepia effect

e:sepia

Sepia toning is a specialized treatment to give a black-and-white photographic print a warmer tone and to enhance its archival qualities.

Parameters

  • integer, min 1, max 800

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 200 px and add sepia effect

w:200/e:sepia:10
use shardimage\shardimagephp\factories\Transformation;
$transformations = (new Transformation())->width(200)->group()->sepia(10);
Table of contents