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
1.5.0
windows 11
16.15.0
app.whenReady().then(() => { const win = new BrowserWindow() win.show() const data = readFileSync('test.png') new Transformer(data) .fastResize({ width: 400, filter: 3 }) .jpeg(70) .then((buffer) => { writeFileSync(`111.jpg`, buffer) }).catch(e => { console.error(e) }) })
get image file
the only error info: Error {code: 'Unknown', stack: 'Error', message: ''}
maybe see lovell/sharp#3384
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Search before asking
Image version
1.5.0
System version
windows 11
Node.js version
16.15.0
Minimal reproduce step
What did you expect to see?
get image file
What did you see instead?
the only error info: Error {code: 'Unknown', stack: 'Error', message: ''}
Anything else?
maybe see lovell/sharp#3384
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: