v0.3.0
New Features
- Added
--threads
/-t
flag to specify the number of threads - Okolors should now be 2x as fast for most images bigger than like 500 x 500 pixels
Breaking Changes
- Functions that create an
OklabCounts
now properly return aResult
to handle the error case when the number of pixels is aboveu32::MAX
. As a result, these functions have been renamed with a prefix oftry_
.
Full Changelog: v0.2.1...v0.3.0