|
|
|
@ -249,6 +249,7 @@ VIPS_TRACE=1 ./app
|
|
|
|
|
|
|
|
|
|
|
|
### Programmatic API
|
|
|
|
### Programmatic API
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### func DetermineImageTypeName
|
|
|
|
#### func DetermineImageTypeName
|
|
|
|
|
|
|
|
|
|
|
|
```go
|
|
|
|
```go
|
|
|
|
@ -629,6 +630,7 @@ type Options struct {
|
|
|
|
Flip bool
|
|
|
|
Flip bool
|
|
|
|
Flop bool
|
|
|
|
Flop bool
|
|
|
|
NoAutoRotate bool
|
|
|
|
NoAutoRotate bool
|
|
|
|
|
|
|
|
NoProfile bool
|
|
|
|
Interlace bool
|
|
|
|
Interlace bool
|
|
|
|
Rotate Angle
|
|
|
|
Rotate Angle
|
|
|
|
Gravity Gravity
|
|
|
|
Gravity Gravity
|
|
|
|
@ -672,7 +674,6 @@ type Watermark struct {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Special Thanks
|
|
|
|
## Special Thanks
|
|
|
|
|
|
|
|
|
|
|
|
- [John Cupitt](https://github.com/jcupitt)
|
|
|
|
- [John Cupitt](https://github.com/jcupitt)
|
|
|
|
|