Reading List

SwiftUICoreImage from Michael Tsai RSS feed.

SwiftUICoreImage

Dan Wood: Core Image is a wonderful image-processsing toolkit in macOS and iOS, but it’s a bit clunky to use. Even after Apple added Swift APIs to many of the filters (CoreImage.CIFilterBuiltins), it’s still pretty tedious to chain filters to images.The purpose of this package is to provide an easier way to chain multiple filters […]