Skip to content

SwiftImage

Choose a tag to compare

@koher koher released this 22 Sep 12:44
377d71a
  • Rename the library to SwiftImage
  • Swift 5.0/5.1+ and Xcode 10.2/10.3/11.0+
  • Refactor _NumericPixel with AdditiveArithmetic #44
  • Add RGB #45
    • Add the RGB type
    • Add some static fixed color properties to RGBA like .cyan to make them correspond with ones of RGB
    • Rename RGBA.transparent to RGBA.clear to follow UIColor
    • Make APIs of RGBA like redInt deprecated
    • Introduce the _TypicalChannel protocol
  • Refactor code related to CoreGraphics #46
    • Make APIs related to CoreGraphics, UIKit and AppKit @inlinable
    • Support APIs related to UIKit and AppKit for ImageSlice
  • Make color types conform to _ExpressibleByColorLiteral #47
    • RGBA: _ExpressibleByColorLiteral
    • PremiltipliedRGBA: _ExpressibleByColorLiteral
  • Make ImageProtocol.update experimental #48
    • Rename update to _update