-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
image.readRasters() #404
Comments
With that little detail it is hard to see what you try to achieve, how you go about it and where you need help. Please provide more details, otherwise I'll have to close this issue. |
I apologize for the previous incomplete information. The issue I'm encountering is that the image.readRasters() method returns an array structured as Uint16Array, with four-digit values. I aim to obtain a Uint8Array structured array, containing values within the range of 0 to 255. Upon reviewing relevant documentation, it seems there's no mention of any parameters within the API to modify the structure of the returned array. Hence, I wanted to ask if this API allows for parameter adjustment to change the structure of the returned array? |
It looks like you want to get RGB data from the TIFF. If that is correct, please use the
Again, this is very little information. The library seems to perform as expected and the results are according to the capabilities and documentation. |
i use this api, but the res is [2268,2910,2112,1850,...]
i need help..
The text was updated successfully, but these errors were encountered: