mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-04-27 13:56:25 +02:00
scaleup flag
This commit is contained in:
parent
f6e6a2cc86
commit
4e60c683b0
7 changed files with 57 additions and 15 deletions
3
data.go
3
data.go
|
|
@ -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{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue