endian combinator
Closed this issue · 3 comments
abiggerhammer commented
Certain formats, like TIFF, can be little-endian or big-endian depending on the value of a magic byte in the header. Currently there is no way to change the endianness of an input stream mid-parse, but we can add a combinator to do this.
mrdomino commented
Is this fixed?
abiggerhammer commented
Yes, pesco did in fact fix this in #103, I just never closed it. Sorry about that.