Skip to content

Releases: Eskils/VariableBlurImageView

VariableBlurImageView 1.1.2

16 Feb 10:09
74d9fcb
Compare
Choose a tag to compare

What's Changed

  • Fix #2 - applying gradientBlur causes unintended blurring
Skjermbilde 2024-02-16 kl  10 45 16

Associated Pull Request:

  • Fix applying gradientBlur causes unintended blurring by @Eskils in #3

Contributors

  • @bbsody reported issue with gradient blur in #2

Full Changelog: v1.1.1...v1.1.2

VariableBlurImageView 1.1.1

14 Dec 12:10
bd34a6c
Compare
Choose a tag to compare

What's Changed

  • Use two textures per kernel — one for input and one for output
    • Resolves crash in simulator and some GPU families
  • Reuse textures if size of image has not changed

Associated Pull Request:

  • VariableBlurImageView 1.1.1 by @Eskils in #1

Full Changelog: v1.1.0...v1.1.1

VariableBlurImageView 1.1.0

09 Dec 22:35
17e2042
Compare
Choose a tag to compare
  • Add support for SwiftUI
  • Add support for macOS (SwiftUI and AppKit)
  • Add demo apps for UIKit, AppKit, and SwiftUI
  • Implement gradient blur
  • Implement multiple blurs
  • Performance improvements
  • Improve documentation

Full Changelog: v1.0.1...v1.1.0

VariableBlurImageView 1.0.1

07 Dec 16:49
Compare
Choose a tag to compare
  • Add support for blurring images with alpha
  • Fix bug that caused blurring image variations (e.g. dark mode) to not appear correct
  • Add documentation

Full Changelog: v1.0.0...v1.0.1

VariableBlurImageView 1.0.0

06 Dec 20:19
Compare
Choose a tag to compare