Skip to content

Commit cca49db

Browse files
committed
Edit README
1 parent 6ee3d22 commit cca49db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,16 @@ return [
6969
| decoded as such or whether the animation is discarded.
7070
|
7171
| - "blendingColor" Defines the default blending color.
72+
|
73+
| - "strip" controls if meta data like exif tags should be removed when
74+
| encoding images.
7275
*/
7376

7477
'options' => [
7578
'autoOrientation' => true,
7679
'decodeAnimation' => true,
7780
'blendingColor' => 'ffffff',
81+
'strip' => false,
7882
]
7983
];
8084
```

0 commit comments

Comments
 (0)