davidcaron / pye57

Read and write e57 point clouds from Python
MIT License
68 stars 42 forks source link

Read and Write BlobNodes (Image2D) #15

Closed tiagomfmadeira closed 1 year ago

tiagomfmadeira commented 3 years ago

Greetings,

I have implemented wrapper functions for reading and writing BlobNodes in my fork of this repo.

I have also added a simple example showing how to extract and display 2D images (the "jpegImage" Blob objects which are part of the pinholeRepresentation of image2D objects).

Would this be of interest to integrate through a PR?

Thank you for your time

davidcaron commented 2 years ago

Hi,

I think this was implemented in a very similar way in https://github.com/davidcaron/pye57/pull/13.

This was just merged and released, could you try your example script with the newest version?

If something is still missing, feel free to submit a PR, wee can look at it then.

Thanks