davidtheclark / grunt-spritesmith-hd

An adaptation of grunt-spritesmith to produce hd-ready sprites
Other
10 stars 5 forks source link

Build in and document ImageMagick/GraphicsMagick CLI support #7

Closed davidtheclark closed 10 years ago

davidtheclark commented 10 years ago

To address the problems raised here: https://github.com/davidtheclark/grunt-spritesmith-hd/issues/6#issuecomment-42578353

davidtheclark commented 10 years ago

Basically I think the need is to insert an option to specify the resizingEngine as opposed to the spritesmithEngine (that way people could use a non-gm-or-im spritesmith engine if they wanted), and allow gm [default] or im values; and then include a line like this one: https://github.com/andismith/grunt-responsive-images/blob/master/tasks/responsive_images.js#L86

davidtheclark commented 10 years ago

Addressed in https://github.com/davidtheclark/grunt-spritesmith-hd/commit/18719a18503a4b7486300b9f78eb059c708fd923

davidtheclark commented 10 years ago

Ok, I believe this is solved in v0.3.0