We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I like to create a canvas with a size of 25600x25600 . createCanvas(25600, 25600)
createCanvas(25600, 25600)
This is the error message:
error: Create skia surface failed code: "GenericFailure" at createCanvas (/home/devleon/the-hidden-gaming-lair/services/data/node_modules/@napi-rs/canvas/index.js:67:62) at /home/devleon/the-hidden-gaming-lair/services/data/src/lib/image.ts:239:16
@napi-rs/canvas version: 0.1.55
Is it possible to increase the max size or does it depend on the memory of the host?
The text was updated successfully, but these errors were encountered:
Looks like it's a limitation related to the maximum canvas size in skia: mono/SkiaSharp#896 (comment)
Sorry, something went wrong.
No branches or pull requests
I like to create a canvas with a size of 25600x25600 .
createCanvas(25600, 25600)
This is the error message:
@napi-rs/canvas version: 0.1.55
Is it possible to increase the max size or does it depend on the memory of the host?
The text was updated successfully, but these errors were encountered: