Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 695 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 695 Bytes

Smooth Real-Time Image Processing with CIFilter

This Swift project demonstrates a real-time blurring effect and other Core Image filter techniques using CIFilter and Metal. The app provides a responsive experience with smooth adjustments for image processing.

Key Features

  • Smooth Blurring: Real-time Gaussian blur that updates seamlessly with a slider.
  • Optimized Performance: Combines Core Image and Metal textures for faster rendering.
  • SwiftUI Interface: Modern UI for image editing tools.

Technologies

  • Core Image (CIFilter) for image processing.
  • Metal Textures for GPU acceleration.
  • SwiftUI for a clean and interactive interface.