Skip to content

Commit 7a9d129

Browse files
Update README.md
Co-authored-by: Cameron Woodbury <[email protected]>
1 parent 8c74732 commit 7a9d129

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,8 @@ YCbCr, and CIE L*a*b.
360360

361361
geotiff.js provides a method to automatically convert these images to RGB:
362362
`readRGB()`. This method is very similar to the `readRasters` method with
363-
distinction the `samples` are automatically chosen.
363+
the distinction that the `interleave` option now defaults to `true` and the
364+
`samples` are automatically chosen.
364365

365366
```javascript
366367
const rgb = await image.readRGB({

0 commit comments

Comments
 (0)