mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-08 23:18:19 -07:00
feat(docs): update API
This commit is contained in:
parent
5d322714ec
commit
099acec8ea
1 changed files with 2 additions and 1 deletions
|
|
@ -249,6 +249,7 @@ VIPS_TRACE=1 ./app
|
|||
|
||||
### Programmatic API
|
||||
|
||||
|
||||
#### func DetermineImageTypeName
|
||||
|
||||
```go
|
||||
|
|
@ -629,6 +630,7 @@ type Options struct {
|
|||
Flip bool
|
||||
Flop bool
|
||||
NoAutoRotate bool
|
||||
NoProfile bool
|
||||
Interlace bool
|
||||
Rotate Angle
|
||||
Gravity Gravity
|
||||
|
|
@ -672,7 +674,6 @@ type Watermark struct {
|
|||
}
|
||||
```
|
||||
|
||||
|
||||
## Special Thanks
|
||||
|
||||
- [John Cupitt](https://github.com/jcupitt)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue