Skip to content

Releases: pducks32/Pailead

1.4.1

12 May 10:17
Compare
Choose a tag to compare
  • Adds Carthage support
  • Fix: Crash on empty VBoxs where average causes division by zero.

1.4.0

12 May 10:15
Compare
Choose a tag to compare
  • Fixes Swift version updates like Hashable
  • Fixes tvOS support
  • Fixes watchOS support for resizing images

1.3.0

06 Jan 07:15
Compare
Choose a tag to compare
  • Generate missing swatches in the palette if no swatch in range could be found
    The palette generator loops through the base image's swatches to find good fitting colors, but if it cannot find a good enough color then we edit the luma on certain swatches to makeup the missing ones
  • Added tests to HSL conversions
  • Clarified Pixel's values in documentation
  • Ignore colors too close to black and white in processing (it throws off nice colors)

1.2.0

05 Jan 05:02
Compare
Choose a tag to compare
  • Fully support swatches in all APIs
  • A brand new Palette which organizes the image's colors!
  • Refactor APIs to be cleaner

1.1.0

04 Jan 07:26
Compare
Choose a tag to compare
  • Added new box calculations infrastructure using Swatch
  • Resize images before processing (Massive speed up)
  • Explicit macOS support
  • Minor performance improvements and bug fixes

1.0.0

01 Jan 04:26
Compare
Choose a tag to compare
add swift version