You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: