# CIFilter

## Overview

### Adjustments & Effects

#### .crystallize()

#### .pixallate()

Adjusts the pixel size like another type of blurring.

#### .sepiaTone()

Turns the picture to sepia tone.

#### .setValue()

setValue helps to inject values to multiple adjustments with the help of if statement.

#### .twirlDistortion()

## Sample Codes

```swift
```

## Sources

### Videos

{% embed url="<https://youtu.be/BkCWG2Gdw60>" %}
[Hacking with Swift / 100 Days / Day-62 - Integrating Core Image with SwiftUI](https://www.hackingwithswift.com/books/ios-swiftui/integrating-core-image-with-swiftui)
{% endembed %}

### Articles / Documents

*
