mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-13 17:30:28 -07:00
feat(#19): maximum image size
This commit is contained in:
parent
bfe0e700ce
commit
abd6679f58
2 changed files with 8 additions and 1 deletions
|
|
@ -6,7 +6,10 @@ package bimg
|
|||
*/
|
||||
import "C"
|
||||
|
||||
const QUALITY = 80
|
||||
const (
|
||||
QUALITY = 80
|
||||
MAX_SIZE = 16383
|
||||
)
|
||||
|
||||
type Gravity int
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue