
Bidirectional conversion between LAS and Point Cloud PNG

Usage:
  node lasPcpng.js <input> <output> [ options ]
 
Arguments:
  input     input file or directory ( LAS or Point Cloud PNG )
  output    output directory ( default: '.' )

Options:
  -f, --format <png/webp>    output file format for Point Cloud PNG( png or webp )
  -i, --intensity            include intensity in the Point Cloud PNG
  -b, --16bitRGB             16bit color in the Point Cloud PNG
  -d, --digits               number of decimal places
  -h, --help                 show help
  
Examples:
  node lasPcpng.js 08OF0300.las
  node lasPcpng.js omuro --fileTYpe=png
  node lasPcpng.js omuro/*.las outputDir
  node lasPcpng.js 08OF0300.webp
  node lasPcpng.js omuroWebp
