-
Notifications
You must be signed in to change notification settings - Fork 120
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
Imagemagick doesnt worcks #36
Comments
can you try to fix imagemagick : node_modules/imagemagick/imagemagick.js |
It works fine with this two changes. var upload = require('jquery-file-upload-middleware');
}); in my app.js. Is there a way to put all config in another file? |
no. But there is wonderful module for this task https://github.com/lorenwest/node-config |
Hi,
I installed image magic on my win7 and it works.(I can use convert comand line)
But in my thumbnail folder, i still dont have any images uploaded.
Otherwise the midleware works perfectly. Thank you for your work.
My question : Is there any configuration to make image resize work? For now i just added this ine the option.
imageVersions: {
thumbnail: {
width: 80,
height: 80
}
}
The text was updated successfully, but these errors were encountered: