feat(docs): update API

This commit is contained in:
Tomas Aparicio 2015-06-13 22:12:53 +01:00
parent 5d322714ec
commit 099acec8ea

View file

@ -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)