asmaloney / libE57Format

Library for reading & writing the E57 file format
Boost Software License 1.0
137 stars 66 forks source link

E57SimpleWriter: Clean up & simplify writer API #171

Closed asmaloney closed 2 years ago

asmaloney commented 2 years ago

Collapse some steps into one call to hide complexity, avoid potential errors, and simplify the use of the API.

Note: Deprecates old API.

Fixes #163