Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.08 KB

README.md

File metadata and controls

39 lines (21 loc) · 1.08 KB

ImageProcessor

Basics of image processing on iOS via raw bitmap modification. Process the image!

The project applies filters to the image

Implementation of 5 filtering methods:

  • bright method - increases the brightness of the photo as a percentage
  • blur method - applies photo blurring
  • green method - enhances the percentage of green
  • blue method - enhances the percentage of blue
  • red method - enhances the percentage of red

Benchmark photo:

alt text

Apply blue method

alt text

Apply red method

alt text

Apply bright method

alt text

Apply blur method

alt text

Apply green method

alt text