Skip to content

v0.8.18

Choose a tag to compare

@cshum cshum released this 20 May 14:49
· 956 commits to master since this release

PDF Thumbnail Support

Imagor now supports generating PDF Thumbnail. Example:

http://localhost:8000/unsafe/fit-in/200x200/filters:fill(cyan)/http://www.africau.edu/images/default/sample.pdf

Config File

Configuration may be specified in a .env configuration file and referenced with the -config flag.

PORT=8000
IMAGOR_SECRET=mysecret
AWS_ACCESS_KEY_ID=...
AWS_SECRET_ACCESS_KEY=...
AWS_REGION=...
imagor -config path/to/config.env
imagor -config path/to/config.env

What's Changed

Full Changelog: v0.8.17...v0.8.18