From 41420eedcf0f3008c45dd94ccf80349a443c34a7 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Sun, 6 Jul 2014 13:20:41 +0100 Subject: [PATCH] Add details of Heroku buildpack, thanks @alex88 #57 --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9a22f7b..ce45fd8d 100755 --- a/README.md +++ b/README.md @@ -68,6 +68,10 @@ Requires `libtiff4-dev` instead of `libtiff5-dev` and has [a bug](https://bugs.l Then follow Ubuntu 13.x instructions. +### Install libvips on Heroku + +[Alessandro Tagliapietra](https://github.com/alex88) maintains an [Heroku buildpack for libvips](https://github.com/alex88/heroku-buildpack-vips) and its dependencies. + ## Usage examples ```javascript @@ -160,11 +164,11 @@ Embed the resized image on a black background of the exact size specified. ### rotate([angle]) -Rotate the output image by either an explicit angle or auto-orient based on the EXIF `Orientation` tag. Mirroring is not supported. +Rotate the output image by either an explicit angle or auto-orient based on the EXIF `Orientation` tag. `angle`, if present, is a Number with a value of `0`, `90`, `180` or `270`. -Use this method without `angle` to determine the angle from EXIF data. +Use this method without `angle` to determine the angle from EXIF data. Mirroring is currently unsupported. ### withoutEnlargement()