Skip to content

Commit c756fb1

Browse files
authored
Merge pull request #249 from missmatsuko/patch-3
Remove bad example
2 parents 89cba0b + 2fe4123 commit c756fb1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -973,9 +973,7 @@ Blends the image with the color and opacity specified. Example:
973973
{% set transformedImage = craft.imager.transformImage(image, { width: 500, effects: { colorBlend: ['rgb(255, 153, 51)', 0.5] } }) %}
974974

975975
### tint [array]
976-
Tints the image using [Imagick's tintImage method](http://php.net/manual/en/imagick.tintimage.php). Example:
977-
978-
{% set transformedImage = craft.imager.transformImage(image, { width: 500, effects: { colorBlend: ['rgb(255, 153, 51)', 'rgb(212, 212, 212)'] } }) %}
976+
Tints the image using [Imagick's tintImage method](http://php.net/manual/en/imagick.tintimage.php).
979977

980978
### sepia [int]
981979
Converts the image to sepia tones.

0 commit comments

Comments
 (0)