scaleup flag

This commit is contained in:
Rune Madsen 2015-08-12 14:39:38 -04:00
parent f6e6a2cc86
commit 4e60c683b0
7 changed files with 57 additions and 15 deletions

View file

@ -65,6 +65,9 @@ type Options struct {
// HMAC Signature for signed requests.
Signature string
// Allow images to scale beyond their original dimensions.
ScaleUp bool
}
var emptyOptions = Options{}