serverless-image-proxy icon indicating copy to clipboard operation
serverless-image-proxy copied to clipboard

Resizes images using a Lambda function (aka Serverless Thumbor)

Results 28 serverless-image-proxy issues
Sort by recently updated
recently updated
newest added

## Version **5.0.0** of [lint-staged](https://github.com/okonet/lint-staged) was just published. Dependency lint-staged Current Version 4.3.0 Type devDependency The version **5.0.0** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper

## Version **0.24.0** of [ava](https://github.com/avajs/ava) was just published. Dependency ava Current Version 0.23.0 Type devDependency The version **0.24.0** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper

The `sharp` library that is already used supports both formats.

For... rotating images.

When trying to query an image using this format: https://images.graph.cool/v1/__PROJECT_ID__/__FILE_SECRET__/__IMAGE_NAME__.__EXTENSION__ If the image name has includes '-' or multiple '.' it will fail and return this error: Error: Invalid resize,...

It would be great, if the resize option would respect the original with/height that images are not being upscaled and thus getting blurry. The resize should not being able to...

Right now `502` is returned instead.

enhancement
help wanted

Hi it would be great if this lambda function would also provide image optimization via `pngquant` and `jpegoptim`. Mabe its possible to use similar approach like this package: https://github.com/ysugimoto/aws-lambda-image Thanks

help wanted