express-processimage
express-processimage copied to clipboard
Express middleware that processes served images according to the query string
> 👉 **This PR is queued up to get rebased by Depfu** Here is everything you need to know about this upgrade. Please take a good look at what changed...
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request. ### What changed?...
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request. ### What changed?...
> 👉 **This PR is queued up to get rebased by Depfu** Here is everything you need to know about this upgrade. Please take a good look at what changed...
> 👉 **This PR is queued up to get rebased by Depfu** Here is everything you need to know about this upgrade. Please take a good look at what changed...
I tried this: "http://localhost:5000/images/imageof_5b30f85d7c554a2f74a4b8e7_1529937671243.jpg?crop=500+500+20+40" But its not working
https://github.com/papandreou/express-processimage/blob/master/lib/getFilterInfosAndTargetContentTypeFromQueryString.js#L90 `background` uses the `fill` syntax: ``` name (named color) #RGB (hex numbers, 4 bits each) #RRGGBB (8 bits each) #RRRGGGBBB (12 bits each) #RRRRGGGGBBBB (16 bits each) #RGBA (4...
https://github.com/jwagner/smartcrop.js/
When generating multiple versions of the same image for high DPI device responsive images it would be nice to be able to just add `@2x`, `@4x`, `@1.4x` or whatever other...
- Validate the GET parameters so we don't pass arbitrary data to command line programs - Make it possible to disable certain filters and operations so things like `inkscape` and...