Hello !<br>I found the code from SimplePointsReader quite helpful<br>to write my own Geometry-Data-Reader.<br>However, I do need an Image loader for the same Data.<br>I see two possibilities:<br><br>1. load the data directly by writing a custom image loader.
<br>We have points in the xy-plane and each point has a value<br>that should determine the color (grey-scale)<br>Could someone please give a detailed instruction on how to write such <br>a loader ?<br><br>2. Convert the loaded point-Data (The color-value is used as the z-coordinate)
<br> to an image using DataSetToImage filter.<br> However, there are no examples on how to do that.<br><br>Best regards, Oliver<br><br><br>