express-processimage icon indicating copy to clipboard operation
express-processimage copied to clipboard

Express middleware that processes served images according to the query string

Results 16 express-processimage issues
Sort by recently updated
recently updated
newest added

> 👉 **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...

depfu

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?...

depfu

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?...

depfu

> 👉 **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...

depfu

> 👉 **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...

depfu

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...