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

On the fly, thumbnail creation middleware for express.

Results 13 node-quickthumb issues
Sort by recently updated
recently updated
newest added

to prevent https://github.blog/2021-09-01-improving-git-protocol-security-github/

Greetings, good morning. I go straight to the point, he knows that I am using the library and I am having problems when I try to resize an image that...

**It said this error:** events.js:85 throw er; // Unhandled 'error' event ^ Error: spawn identify ENOENT at exports._errnoException (util.js:746:11) at Process._handle.onexit (child_process.js:1053:32) at child_process.js:1144:20 at process._tickCallback (node.js:355:11)

Thanks for the great module! Is there a way to use this to pre-process external images, say from Amazon S3?

via req.query.quality Closes zivester/node-quickthumb#22

Please correct me if I'm wrong, but you currently seem to only be able to set the quality on the entire directory of images when you hook up the middleware....

It'd be need to be able to use Cache-Control.

Command: node make-thumb.js public/images/ /tmp/ 200x200 -p -r Response: Converting to 200 x 200 events.js:72 throw er; // Unhandled 'error' event ^ Error: spawn ENOENT at errnoException (child_process.js:1001:11) at Process.ChildProcess._handle.onexit...

Added express to the devDependencies since it's used in the test cases. Added a modified image for testing the image cache update. Added test case to see if the cached...