-
Notifications
You must be signed in to change notification settings - Fork 27
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
When used on large images, the result is cropped to a small portion of the image #9
Comments
this is only the case when using blur |
I'll look into this @peterpaulis, thank you for reporting the issue. Please report back if you find a solution to 😄 |
the problem is also with CIBloom as well |
found the problem, looks like some images report incorrect size and than the crop gets wrong using the alternative to find the size bellow (and than cropping with it!) fixed the issue, but more research on this would be welcome
|
a good approach looks like getting the size from CIImage, but with concating multiple filters, this could be a problem as sometime the extent is infinite
|
No sure where the problem is, but when a large image is used 3000x2000 than the result is just a cropped portion of the original
In my implementation it was happening too, so i wanted to give yours a try, but the the same problem there
The text was updated successfully, but these errors were encountered: