You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to write an RGB image using TensorStore with PNG compression, but I'm encountering some issues. The resulting image looks strange—similar to subpixels on a display. I've attached images showing the problem (split into individual channels for clarity):
Red Channel
Green Channel
Blue Channel
For reference, here's how the image is supposed to look:
Hi,
I'm trying to write an RGB image using TensorStore with PNG compression, but I'm encountering some issues. The resulting image looks strange—similar to subpixels on a display. I've attached images showing the problem (split into individual channels for clarity):
Red Channel
Green Channel
Blue Channel
For reference, here's how the image is supposed to look:
Here's the code snippet I'm using:
When I use the same code with a single-channel image, everything works fine.
Am I doing something wrong?
Any help or guidance would be greatly appreciated!
The text was updated successfully, but these errors were encountered: