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

Convolve not working with ~rects #111

Open
dospunk opened this issue Oct 31, 2019 · 4 comments
Open

Convolve not working with ~rects #111

dospunk opened this issue Oct 31, 2019 · 4 comments

Comments

@dospunk
Copy link

dospunk commented Oct 31, 2019

Whenever I try to use (convolve kernel ~rect) rather than (convolve kernel) I get this error in the console and the convolve doesn't take effect

library.js:525 Uncaught (in promise) RangeError: Source is too large
    at Uint8ClampedArray.set (<anonymous>)
    at Library.convolve (library.js:525)
    at interpretList (lisp.js:111)
    at async interpretList (lisp.js:108)
    at async interpretList (lisp.js:108)
@neauoire
Copy link
Member

neauoire commented Nov 2, 2019

Ah, let me have a look :)

@dospunk
Copy link
Author

dospunk commented Nov 3, 2019

If it helps, I'm using Windows 10 and the latest version of Ronin as of October 31st.

@neauoire
Copy link
Member

neauoire commented Nov 4, 2019

I'm trying to figure it out, but it seems to be working from me. The error seems to say that the selection what too big, maybe it filled your memory or something?

Screenshot from 2019-11-03 21-48-07@2x

@dospunk
Copy link
Author

dospunk commented Nov 5, 2019

I wouldn't think so, since I've tried it with many different sized rects. Maybe I have something in my settings limiting how much memory Ronin can use, I'll poke around and see if I can find anything

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

2 participants