We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c74732 commit 7a9d129Copy full SHA for 7a9d129
README.md
@@ -360,7 +360,8 @@ YCbCr, and CIE L*a*b.
360
361
geotiff.js provides a method to automatically convert these images to RGB:
362
`readRGB()`. This method is very similar to the `readRasters` method with
363
-distinction the `samples` are automatically chosen.
+the distinction that the `interleave` option now defaults to `true` and the
364
+`samples` are automatically chosen.
365
366
```javascript
367
const rgb = await image.readRGB({
0 commit comments