Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Eskils authored Dec 7, 2023
1 parent c484a85 commit c2b8dc2
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 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 Expand Up @@ -258,4 +259,4 @@ OutputImage

## Contributing to VariableBlurImageView

Contributions are welcome and encouraged. Feel free to check out the project, submit issues and code patches.
Contributions are welcome and encouraged. Feel free to check out the project, submit issues and code patches.

0 comments on commit c2b8dc2

Please sign in to comment.