From 099acec8ea0efb158c04f57c3f924d77a8309acb Mon Sep 17 00:00:00 2001 From: Tomas Aparicio Date: Sat, 13 Jun 2015 22:12:53 +0100 Subject: [PATCH] feat(docs): update API --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e3dba5..2c6290c 100644 --- a/README.md +++ b/README.md @@ -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)