We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 038d46d commit e041409Copy full SHA for e041409
README.md
@@ -55,7 +55,8 @@ $ composer install
55
$ ./try1.php ~/pics/k2.jpg x.tif
56
```
57
58
-See `examples/`.
+We have a [full set of formatted API docs
59
+here](docs/classes/Jcupitt.Vips.Image.html).
60
61
### Introduction to the API
62
@@ -108,7 +109,8 @@ $image->writeToFile("fred.jpg", ["Q" => 90]);
108
109
$ vendor/bin/phpdoc
110
111
-And look in `docs/`.
112
+And look in `docs/`. You can [browse these docs online
113
+too](docs/classes/Jcupitt.Vips.Image.html).
114
115
There are around 300 operations in the library, see the vips docs for an
116
introduction:
0 commit comments