grunt-imagemagick icon indicating copy to clipboard operation
grunt-imagemagick copied to clipboard

Image Magick task for Grunt

Results 5 grunt-imagemagick issues
Sort by recently updated
recently updated
newest added

I had multiple files to convert, each with its own options, and it seemed illogical to create target for each conversion, so I created this fix. You can still do:...

I'm not sure if this is the right place to report this, but the package in the npm registry seems to be out of date: ```  $ npm install grunt-imagemagick...

Hi I'm having an issue I can't seem to be able to resolve. Here's my GruntFile.js module.exports = function(grunt) { grunt.initConfig({ "imagemagick-resize": { dev: { from: 'img/', to: 'img/optimized/', files:...

I noticed the resize command is limited to batch process only 80 files at a time - is there anyway to change that?

Testing this in grunt 0.3.17 on node 0.8.18 gives me ``` $ grunt imagemagick-convert:dev Loading "imagemagick.js" tasks and helpers...ERROR >> Error: Cannot find module 'grunt' Task "imagemagick-convert:favicon" not found. Use...