File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ YCbCr, and CIE L*a*b.
360
360
361
361
geotiff.js provides a method to automatically convert these images to RGB:
362
362
` readRGB() ` . This method is very similar to the ` readRasters ` method with
363
- distinction that the ` interleave ` option is now always ` true ` and the
363
+ the distinction that the ` interleave ` option now defaults to ` true ` and the
364
364
` samples ` are automatically chosen.
365
365
366
366
``` javascript
Original file line number Diff line number Diff line change @@ -630,8 +630,7 @@ class GeoTIFFImage {
630
630
}
631
631
632
632
/**
633
- * Reads raster data from the image as RGB. The result is always an
634
- * interleaved typed array.
633
+ * Reads raster data from the image as RGB.
635
634
* Colorspaces other than RGB will be transformed to RGB, color maps expanded.
636
635
* When no other method is applicable, the first sample is used to produce a
637
636
* grayscale image.
You can’t perform that action at this time.
0 commit comments