-
Notifications
You must be signed in to change notification settings - Fork 54
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
Command failed: /bin/sh -c identify -format "name=size=%[size] etc... #74
Comments
Hi @VesperDev and sorry for the trouble. This error says that the image |
Hi @Starefossen thanks for help me I have this code var im = require('imagemagick'); var client = new Upload('bucketfileql', { aws: { }); app.post('/resizeImg',function(req,res){ client.upload('https://endpoint.amazonaws.com/bucketfileql/imgnormal/quiko.jpeg', {}, function(err, versions, meta) {
}); }); aws.path as I understand is the path where to save the resize of images but at the time of the request I have this error :( Error: I do not understand why you have to find the picture on this route https: /s3-us-west-1.amazonaws.com/bucketfileql/imgnormal/quiko-medium.jpeg I'm using ImageMagick 6.7.7-10 heroku and Q16 06/03/2014 |
hello community have the following doubt'm trying to do the resize an image that I have in the following path of aws /imgnormal/quiko.jpeg
almost copy the code replacing keys aws
create this route for test
to make the request to the resize the image I have this error
was researching the problem and here's the solution did not have installed imagemagick #73
put the
var im = require ( 'imagemagick');
and yet I have this errorin my package.json i have this dependencies
path the imagemagick https://github.com/rsms/node-imagemagick
what i do wrong in the code?
thanks for your time.
The text was updated successfully, but these errors were encountered: