Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image constantly resizes on imageView.blur(percentage) #28

Open
mrdavidrees opened this issue Jan 29, 2016 · 2 comments
Open

Image constantly resizes on imageView.blur(percentage) #28

mrdavidrees opened this issue Jan 29, 2016 · 2 comments

Comments

@mrdavidrees
Copy link

I was trying out your pod today for some simple blur on an image.
Unfortunately I came to some fairly major issues, maybe a little hard to explain but I think i've figured out the issue.
I don't think the imageView is respecting the view contentMode (in my case 'Aspect Fit'), it works perfectly with 'Scale to fill' but will flicker between 'aspect fit' and 'scale to fill' as I adjust the percentage. I've copied your example code for the '0.0 to 1.0 parameter' example, so nothing strange in my code.

Besides this I also came to these issues pretty fast:

Crash when no image in imageView
Crash if not configured with a boxsize first for animation

@marty-suzuki
Copy link
Owner

You must set image and boxsize before committing animations.
This library have not been supported contentMode yet.

@tam241992
Copy link

tam241992 commented May 3, 2016

hi you, I do follow "SABlurImageView" of you, but I want save image camera roll, then do just how. Thank you 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants