forked from jywarren/image-sequencer
-
Notifications
You must be signed in to change notification settings - Fork 210
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
Blur module producing a black 'border' at the top and bottom #260
Labels
Comments
@ryzokuken No this is not. I think the image is not being processed to the edges...maybe the loop stops 1 pixel early... I'll look into this😄 |
This actually uses another module ndarray-gaussian-blur in this. This is not an original module. This is probably a problem with that npm package. Maybe a version bump will fix this? |
It's worth a try!
…On Sun, Mar 17, 2019, 3:35 PM Harsh Khandeparkar ***@***.***> wrote:
This actually uses another module ndarray-gaussian-blur in this. This is
not an original module. This is probably a problem with that npm package.
Maybe a version bump will fix this?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#260 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJz8C0hPS68RnHMTwi_TDIYjlRxxTks5vXpjOgaJpZM4UGc0q>
.
|
I'll handle this in gpu.js PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example Image
Example Image Blurred
Is this the intended behaviour of the algorithm or is this a bug?
The text was updated successfully, but these errors were encountered: