We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 310b029 commit dd70794Copy full SHA for dd70794
README.md
@@ -1,8 +1,11 @@
1
# Low-level PHP binding for libvips
2
3
-This extension lets you use the libvips image processing library from PHP 7. It
4
-is intentionally very low-level: modules such as
5
-https://github.com/libvips/php-vips try to layer a nice API on top of this.
+This extension lets you use the libvips image processing library
+from PHP 7.
+
6
+This is not supposed to be used directly! Install this, then use
7
+[php-vips](https://github.com/libvips/php-vips) to layer a nice (and
8
+documented!) API on top of this extension.
9
10
libvips is fast and needs little memory. The [`vips-php-bench`](
11
https://github.com/jcupitt/php-vips-bench) repository tests
0 commit comments