Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 503 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 503 Bytes

SwiftUI Image Filter macOS App

GPUImage2 based image filtering built with SwiftUI for macOS

Alt text

Features

  • Filter image using predefined filters from the GPUImage2 Swift library.
  • Select input image using macOS file panel.
  • Drag & Drop input image using SwiftUI View modifier.
  • Save the filtered image using macOS file panel.

Requirements

  • macOS 10.15 Catalina
  • Xcode 11.3.1

Getting Started

  • Clone or download
  • Build and Run