Skip to content

v0.2.1

Compare
Choose a tag to compare
@tiffany1618 tiffany1618 released this 04 Mar 04:07
· 42 commits to main since this release
bca9826
  • Replaced enums::Tone::Xyz with enums::Tone::Lab, which seems to work better for brightness and contrast
    adjustments

  • Added parallel feature for enabling multithreading

  • Added PixelIter struct for iterating over an image by pixels

  • Added morphology module functions:

    • erode()
    • dilate()
    • majority()
    • open()
    • close()
    • gradient()
  • Fixed bug in tone::brightness() and tone::contrast()