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

How to get cropped images?

Open RabiRoshan opened this issue 7 years ago • 1 comments

I tried this: "http://localhost:5000/images/imageof_5b30f85d7c554a2f74a4b8e7_1529937671243.jpg?crop=500+500+20+40"

But its not working

RabiRoshan avatar Jun 26 '18 13:06 RabiRoshan

It's based on http://sharp.dimens.io/en/stable/api-operation/#extract -- try extract=20,40,500,500 :)

papandreou avatar Jun 26 '18 13:06 papandreou