tripviss / image-resizer

On-the-fly image resizing using Node.js and libvips. Heroku Ready!
MIT License
73 stars 45 forks source link

Crash if witdh 0 or height 0 requested #27

Open lasconic opened 8 years ago

lasconic commented 8 years ago

A path like http://my.cdn.com/h-w/path/to/image.png will crash the app. It should send the original image size, or an error but no crash the app.

Charuru commented 7 years ago

How come this isn't fixed yet?

teohhanhui commented 7 years ago

I'll look into this.

On 29 Apr 2017 03:37, "Charles" notifications@github.com wrote:

How come this isn't fixed yet?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tripviss/image-resizer/issues/27#issuecomment-298088233, or mute the thread https://github.com/notifications/unsubscribe-auth/AAhf6y1YeRT7dFJfNQPbL5DE1mlPDJliks5r0j_cgaJpZM4KK7jK .

Charuru commented 7 years ago

39