v0.0.2
Some command line options are renamed:
--even-width is now --round-to-even-width
--even-height is now --round-to-even-height
--stdout is now --output-stdout
Likewise, configuration properties are also renamed in the Node.js library:
config.evenWidth is now config.roundToEvenWidth
config.evenHeight is now config.roundToEvenHeight
(there is no stdout option for the JS library).