<div>Trying to make a PNG from a .laz file to display in Firefox.</div><div> </div><div><div>{</div><div>  "pipeline":[</div><div>    "somefile.laz",</div><div>    {</div><div>     "type":"writers.gdal",</div><div>      "resolution": 1,</div><div>      "output_type":"idw",</div><div>      "output_type":"max",</div><div>       "gdalopts":"of=PNG,outsize=128 128",</div><div>       "gdalopts":"co=WRITE_METADATA_AS_TEXT=NO",</div><div>      "filename":"outputfile.png"</div><div>    }</div><div>  ]</div><div>}</div><div> </div><div>The pipeline runs and produces a PNG. I cannot view the PNG with Firefox, MS Paint, or Windows Photo Viewer, HOWEVER, I can open it and view it in Opticks (<a href="https://sourceforge.net/projects/opticks/)">https://sourceforge.net/projects/opticks/)</a>.</div><div> </div><div>Opticks shows a single band grey scale image, probably representative of the original .laz.</div><div> </div><div>Anything I'm doing wrong here producing the "corrupted" PNG?</div></div>