File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 96
96
* default mode is `random`, this allows for full random access to image pixels,
97
97
* but is slower and needs more memory.
98
98
*
99
- * You can also load formatted images from strings or create images from
99
+ * You can also load formatted images from strings or create images from
100
100
* PHP arrays.
101
101
*
102
- * See the [main libvips documentation](https://www.libvips.org/API/current/VipsImage.html#vips-image-new-from-file) for a more detailed explaination.
102
+ * See the [main libvips
103
+ * documentation](https://www.libvips.org/API/current/VipsImage.html#vips-image-new-from-file)
104
+ * for a more detailed explaination.
103
105
*
104
106
* The next line:
105
107
*
@@ -697,7 +699,9 @@ public static function findLoad(string $filename): ?string
697
699
/**
698
700
* Create a new Image from a file on disc.
699
701
*
700
- * See the [main libvips documentation](https://www.libvips.org/API/current/VipsImage.html#vips-image-new-from-file) for a more detailed explaination.
702
+ * See the [main libvips
703
+ * documentation](https://www.libvips.org/API/current/VipsImage.html#vips-image-new-from-file)
704
+ * for a more detailed explaination.
701
705
*
702
706
* @param string $name The file to open.
703
707
* @param array $options Any options to pass on to the load operation.
You can’t perform that action at this time.
0 commit comments