|
147 | 147 | * @method Image complexget(string $get, array $options = []) Get a component from a complex image.
|
148 | 148 | * @see OperationComplexget for possible values for $get
|
149 | 149 | * @throws Exception
|
150 |
| - * @method static Image composite(Image[]|Image $in, integer[]|integer $mode, array $options = []) Blend an array of images with an array of blend modes. |
151 |
| - * @throws Exception |
152 | 150 | * @method Image composite2(Image $overlay, string $mode, array $options = []) Blend a pair of images with a blend mode.
|
153 | 151 | * @see BlendMode for possible values for $mode
|
154 | 152 | * @throws Exception
|
|
382 | 380 | * @throws Exception
|
383 | 381 | * @method static Image logmat(float $sigma, float $min_ampl, array $options = []) Make a Laplacian of Gaussian image.
|
384 | 382 | * @throws Exception
|
385 |
| - * @method static Image magickload(string $filename, array $options = []) Load file with ImageMagick. |
| 383 | + * @method static Image magickload(string $filename, array $options = []) Load file with ImageMagick7. |
386 | 384 | * @throws Exception
|
387 |
| - * @method static Image magickload_buffer(string $buffer, array $options = []) Load buffer with ImageMagick. |
| 385 | + * @method static Image magickload_buffer(string $buffer, array $options = []) Load buffer with ImageMagick7. |
388 | 386 | * @throws Exception
|
389 | 387 | * @method void magicksave(string $filename, array $options = []) Save file with ImageMagick.
|
390 | 388 | * @throws Exception
|
|
503 | 501 | * @throws Exception
|
504 | 502 | * @method static Image ppmload(string $filename, array $options = []) Load ppm from file.
|
505 | 503 | * @throws Exception
|
506 |
| - * @method static Image ppmload_source(Source $source, array $options = []) Load ppm base class. |
| 504 | + * @method static Image ppmload_buffer(string $buffer, array $options = []) Load ppm from buffer. |
| 505 | + * @throws Exception |
| 506 | + * @method static Image ppmload_source(Source $source, array $options = []) Load ppm from source. |
507 | 507 | * @throws Exception
|
508 | 508 | * @method void ppmsave(string $filename, array $options = []) Save image to ppm file.
|
509 | 509 | * @throws Exception
|
|
0 commit comments