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

[Bug]: #87

Open
3 tasks done
abbasalbasha opened this issue Jun 1, 2022 · 0 comments
Open
3 tasks done

[Bug]: #87

abbasalbasha opened this issue Jun 1, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@abbasalbasha
Copy link

Version

  • Yes

General Question

  • No

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

  • I Agree
@abbasalbasha abbasalbasha added the bug Something isn't working label Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant