CIFilter.io (Core Image Filter Reference)

March 30, 2019

Today I'm launching CIFilter.io 🎉 CIFilter.io is a project I've been working on for the last few months, and today it's open source. It has two parts...

Read more

CIVector Codable

March 4, 2019

For my current side project, I have to export CIFilter parameters to json, and I've been running into issues with various CoreImage types not conforming to Swift's Codable...

Read more

iOS Color Wheel Using CIFilter

January 27, 2019

After struggling for some time with CIFilter documentation at work, I've been working on an app which can apply filters interactively for various inputs...

Read more