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

Please allow some pass through S3 configuration options so this can work with a proxy. Its necessary to have these options exposed in the `s3.js` file otherwise this won't work...

Hi I have a version of this running on my server - I just changed the way the resize variables are set my original image is https://images.paom.com/epaomfp/zine/zineimg/14_Noun_Project_html/5b91bab4-0200-4772-a543-a186ec7b5270.jpg when i compress...

I'm trying to integrate this with my app but I'm using the root route for the home page "/" `app.get('/' ....` So, since that is taken, then I would like...

Hi there, We noticed that your repo has a high severity vulnerability: - [Regular Expression Denial of Service](https://snyk.io/vuln/npm:minimatch:20160620?utm_source=gh_issue) - Affected package: minimatch <=3.0.1 [Here is the test report for this...

Hello, A quick [Github search](https://github.com/search?o=desc&q=https%3A%2F%2Fraw.githubusercontent.com%2Flovell%2Fsharp%2Fmaster%2Fpreinstall.sh&ref=searchresults&s=indexed&type=Code&utf8=%E2%9C%93) reveals this repo still contains at least one refence to the deprecated `preinstall.sh` script at https://raw.githubusercontent.com/lovell/sharp/master/preinstall.sh At the end of 2016 this script will be...

I've tried installing the package in my local OSX system and it fails when installing sharp. Would you guys know a fix for this? ``` r, engine='bash', count_lines Admin-iMac:myrepo adminuser$...

Hello, I've added an EXTERNAL_SOURCE_\* which works only a few times, but fails on reload (original source responds with 404, although accessing it from browser works). Trying to figure out...

Hi I have a large high res image https://presize.herokuapp.com/epaomdev/d2af916e-9a53-4bcb-8a03-429365e73081_print_all_clothing_sweatpant.png but when i resize it becomes very lossy https://presize.herokuapp.com/epaomdev-h100/d2af916e-9a53-4bcb-8a03-429365e73081_print_all_clothing_sweatpant.png any thoughts -thanks much - great project

On line [#12 of logger.js](https://github.com/jimmynicol/image-resizer/blob/master/src/utils/logger.js#L12) Chalk enabled is forced to true. > chalk.enabled = true; This means it is not possible to turn off coloured output with flags chalk supports...

Hi, I've put an instance of 'image-resizer' behind an Nginx load balancer. If the resource name has a dash in it, I get a 404. For example: http:///my-image.png does not...