Image Formats

* For WebP support GD driver must be used with PHP 5 >= 5.5.0 or PHP 7 in order to use . If Imagick is used, it must be compiled with libwebp for WebP support.


Color Formats

Intervention Image supports four ways to define colors for its methods.

Examples

Pass the RGB integers of a color as a PHP array with or without an alpha value between 1 (opaque) and 0 (full transparency).

Examples

Examples

RGB string values in functional notations are also supported. If you want to include an alpha value use the RGBA format like in the following example.

Examples