spacetx / slicedimage

MIT License
7 stars 3 forks source link

Simplify tile writing #63

Closed ttung closed 6 years ago

ttung commented 6 years ago

Instead of replicating write calls to multiple file handles, buffer the output and replay the data to the hash calculation and the actual file write.

This is necessary to support file formats that require seeking.