Closed selfawaresoup closed 11 years ago
possible cause: https://github.com/berlinonline/converjon/blob/1.6.3/lib/converter.js#L64
if the value passed to parseInt is "", null or undefined, the result is "NaN"
this happens when the aoi variable is still empty because the image metadata didn't provide aoi data.
solution: Initialize the aoi with meaningful default values.
Apparently there is apossibiliuty that NaN values find their way into command line arguments.