-
-
Notifications
You must be signed in to change notification settings - Fork 773
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
write not writing #261
Comments
When I use https://www.npmjs.com/package/node-thumbnail (which is built on top of Jimp) saving works. But |
the When I ran your code the error I got was permissions error (because I didn't have a tmp folder - do you have that folder?). |
@thewizarodofoz thanks for checking out this issue as well. Adding that node style callback to write gave more info. write error: Error: Unsupported MIME type: application/octet-stream
at Jimp.throwError (/Users/vamsee/Development/OnKore/onkore-node/node_modules/jimp/index.js:82:43)
at Jimp.<anonymous> (/Users/vamsee/Development/OnKore/onkore-node/node_modules/jimp/index.js:2309:36)
at Jimp.getBuffer (/Users/vamsee/Development/OnKore/onkore-node/node_modules/jimp/index.js:2037:23)
at Jimp.write (/Users/vamsee/Development/OnKore/onkore-node/node_modules/jimp/index.js:2308:10) the image does load via browser. |
The problem in this case was the lack of a file suffix. It works with this change |
Hi, somehow this very simple test isn't working in my environment (jimp 0.2.27, node.js 7.9.0 on macOS Sierra 10.12.4 ).
newFile2
does not exist nor an error is printed after this code is run.The commented out line fails as it is unable to get the extension ( same issue as reported in #241).
Debugger seems to show that the URL was read ok.

Tried with a local file
Jimp.read('/Users/vamsee/Pictures/vamsee.jpg').then(function (lenna) {
and same problem.The text was updated successfully, but these errors were encountered: