node-quickthumb icon indicating copy to clipboard operation
node-quickthumb copied to clipboard

Make bin/make-thumb.js work on batches

Open zivester opened this issue 9 years ago • 0 comments

Currently make-thumb.js working on directories will kick off all converts at once for a set of files. Either make this serial or allow this to be done in batches. With any moderately sized set of inputs this will overload a cpu and lock up.

Possibly switch to just using promises, but this would require an upgrade to node 0.12. So possibly bump the minor version.

zivester avatar Jun 11 '15 19:06 zivester