- Home /
Creating point cloud from 16 bit 1 channel png
I'm reading a depth image from the network. The format is 16UC1, png compressed. How do I decompress this to access individual pixels?
I tried to use Texture2d.LoadImage(), but it looks like this only works on 3 channel png images.
Comment
Your answer
Follow this Question
Related Questions
Create, export, and then load a huge image. 2 Answers
Sprite.Create looks compressed 1 Answer
How do I get file size of texture? 1 Answer
Using EncodeToPNG to save an image to disk 2 Answers
Problem Image GUI 2 Answers