A small release with some cleanups, performance improvements and a small crash fix.
Changelog
- Fixed potential crash in
WriteColorFile
if there is an error. - Replaced
bytes.Buffer
withstrings.Builder
for slightly faster string concatenation. - Use
string
instead of[]byte
for encoding internally. Avoids allocating copies. - More minor code cleanups