image-resizer icon indicating copy to clipboard operation
image-resizer copied to clipboard

On-the-fly image resizing using Node.js and GraphicsMagick. Heroku Ready!

Results 16 image-resizer issues
Sort by recently updated
recently updated
newest added

Hi, I am getting 'The specified key does not exist' error when trying to access an image at /foo/bar/image.jpg. /foo/image.jpg works fine. Cheers, Conall

when you input empty name (you call just root url) it crashes. I would fix it but I dont know where it should best place to fix this one

I've successfully got it running on an AWS machine, with vips and everything. I did a `npm i -g image-resizer` followed by a, `mkdir resizer` and `image-resizer new` into that...

On macos, the vips library needs to be installed before doing the npm setup. Otherwise npm install image-resizer will fail.

So, I'm running into a small issue, which has fairly simple workarounds, but wanted to see if you had any input on this. Basically, I'm storing images in different folders,...

I'm not sure if anyone is interested in this functionality but will add a PR in case people are. I've added the ability to force clients to pass a signature...