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

Error on size #7

Open
jozk8 opened this issue Feb 13, 2022 · 1 comment
Open

Error on size #7

jozk8 opened this issue Feb 13, 2022 · 1 comment

Comments

@jozk8
Copy link

jozk8 commented Feb 13, 2022

I am getting this error? Can the sprite size be modified or is it set in stone?

return new Canvas(width, height, type)
^

Error: invalid value (typically too big) for the size of the input (surface, pattern, etc.)
at createCanvas (/Users/jo/Desktop/Generative_Gif_Engine-main/node_modules/canvas/index.js:15:1

@ishrodeveloper
Copy link

issue is maximum width and height that gif encoder support.
must be below 32672

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