codeSTACKr / minter-dapp

MIT License
2.04k stars 3.42k forks source link

[Bug]: #87

Open abbasalbasha opened 2 years ago

abbasalbasha commented 2 years ago

Version

General Question

What happened?

I tried to run node utils/preview.js and I received in error as it seems the code ran the whole 5000 images to create the preview although it was specified at config to 5. please help the same happened when I ran node utils/preview_gif.js I receive the following error: Preparing a 100x125000 project preview with 5000 thumbnails. Error: invalid value (typically too big) for the size of the input (surface, pattern, etc.) although my preview settings at config is as follows: const preview = { thumbPerRow: 5, thumbWidth: 50, imageRatio: format.height / format.width, imageName: "preview.png", };

What have you tried?

I Googled and asked the community in the discord server but could not find a solution. I also closed VS Code and relaunched it.

Relevant log output

No response

Protect your information