Skip to content

v0.3.0

Compare
Choose a tag to compare
@Ivordir Ivordir released this 13 Jun 15:58
· 100 commits to main since this release

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 a Result to handle the error case when the number of pixels is above u32::MAX. As a result, these functions have been renamed with a prefix of try_.

Full Changelog: v0.2.1...v0.3.0