Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Eskils committed Dec 7, 2023
2 parents 80d722c + c2b8dc2 commit 92011e9
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,15 @@ let package = Package(

## Usage

This frameworks provides an UIImageView subclass and a class to apply variable blur to CGImages.

The following types are supported:
- Vertical
<img src="Documentation/VariableBlurTestImage-VerticalBlur-(0,20)-to-(50h,0).png" width="256" alt="Vertical progressive blur">
- Horizontal
<img src="Documentation/VariableBlurTestImage-HorizontalBlur-(0,20)-to-(50w,0).png" width="256" alt="Horizontal progressive blur">
- Between two points
This frameworks provides an UIImageView subclass and a class to apply variable blur to CGImages. The following types are supported:

#### Vertical
<img src="Documentation/VariableBlurTestImage-VerticalBlur-(0,20)-to-(50h,0).png" width="256" alt="Vertical progressive blur">

#### Horizontal
<img src="Documentation/VariableBlurTestImage-HorizontalBlur-(0,20)-to-(50w,0).png" width="256" alt="Horizontal progressive blur">

#### Between two points
<img src="Documentation/VariableBlurTestImage-VariableBlur-((10w,15h),20)-to-((60w,40h),0).png" width="256" alt="Progressive blur between two points">

### VariableBlurImageView
Expand Down

0 comments on commit 92011e9

Please sign in to comment.