|
171 | 171 | * @throws Exception |
172 | 172 | * @method static Image csvload(string $filename, array $options = []) Load csv. |
173 | 173 | * @throws Exception |
174 | | - * @method static Image csvload_source(VipsSource $source, array $options = []) Load csv. |
| 174 | + * @method static Image csvload_source(Source $source, array $options = []) Load csv. |
175 | 175 | * @throws Exception |
176 | 176 | * @method void csvsave(string $filename, array $options = []) Save image to csv. |
177 | 177 | * @throws Exception |
178 | | - * @method void csvsave_target(VipsTarget $target, array $options = []) Save image to csv. |
| 178 | + * @method void csvsave_target(Target $target, array $options = []) Save image to csv. |
179 | 179 | * @throws Exception |
180 | 180 | * @method Image dE00(Image $right, array $options = []) Calculate dE00. |
181 | 181 | * @throws Exception |
|
227 | 227 | * @throws Exception |
228 | 228 | * @method static Image fitsload(string $filename, array $options = []) Load a FITS image. |
229 | 229 | * @throws Exception |
230 | | - * @method static Image fitsload_source(VipsSource $source, array $options = []) Load FITS from a source. |
| 230 | + * @method static Image fitsload_source(Source $source, array $options = []) Load FITS from a source. |
231 | 231 | * @throws Exception |
232 | 232 | * @method void fitssave(string $filename, array $options = []) Save image to fits file. |
233 | 233 | * @throws Exception |
|
258 | 258 | * @throws Exception |
259 | 259 | * @method static Image gifload_buffer(string $buffer, array $options = []) Load GIF with libnsgif. |
260 | 260 | * @throws Exception |
261 | | - * @method static Image gifload_source(VipsSource $source, array $options = []) Load gif from source. |
| 261 | + * @method static Image gifload_source(Source $source, array $options = []) Load gif from source. |
262 | 262 | * @throws Exception |
263 | 263 | * @method Image globalbalance(array $options = []) Global balance an image mosaic. |
264 | 264 | * @throws Exception |
|
273 | 273 | * @throws Exception |
274 | 274 | * @method static Image heifload_buffer(string $buffer, array $options = []) Load a HEIF image. |
275 | 275 | * @throws Exception |
276 | | - * @method static Image heifload_source(VipsSource $source, array $options = []) Load a HEIF image. |
| 276 | + * @method static Image heifload_source(Source $source, array $options = []) Load a HEIF image. |
277 | 277 | * @throws Exception |
278 | 278 | * @method void heifsave(string $filename, array $options = []) Save image in HEIF format. |
279 | 279 | * @throws Exception |
280 | 280 | * @method string heifsave_buffer(array $options = []) Save image in HEIF format. |
281 | 281 | * @throws Exception |
282 | | - * @method void heifsave_target(VipsTarget $target, array $options = []) Save image in HEIF format. |
| 282 | + * @method void heifsave_target(Target $target, array $options = []) Save image in HEIF format. |
283 | 283 | * @throws Exception |
284 | 284 | * @method Image hist_cum(array $options = []) Form cumulative histogram. |
285 | 285 | * @throws Exception |
|
330 | 330 | * @throws Exception |
331 | 331 | * @method static Image jpegload_buffer(string $buffer, array $options = []) Load jpeg from buffer. |
332 | 332 | * @throws Exception |
333 | | - * @method static Image jpegload_source(VipsSource $source, array $options = []) Load image from jpeg source. |
| 333 | + * @method static Image jpegload_source(Source $source, array $options = []) Load image from jpeg source. |
334 | 334 | * @throws Exception |
335 | 335 | * @method void jpegsave(string $filename, array $options = []) Save image to jpeg file. |
336 | 336 | * @throws Exception |
337 | 337 | * @method string jpegsave_buffer(array $options = []) Save image to jpeg buffer. |
338 | 338 | * @throws Exception |
339 | 339 | * @method void jpegsave_mime(array $options = []) Save image to jpeg mime. |
340 | 340 | * @throws Exception |
341 | | - * @method void jpegsave_target(VipsTarget $target, array $options = []) Save image to jpeg target. |
| 341 | + * @method void jpegsave_target(Target $target, array $options = []) Save image to jpeg target. |
342 | 342 | * @throws Exception |
343 | 343 | * @method static Image jxlload(string $filename, array $options = []) Load JPEG-XL image. |
344 | 344 | * @throws Exception |
345 | 345 | * @method static Image jxlload_buffer(string $buffer, array $options = []) Load JPEG-XL image. |
346 | 346 | * @throws Exception |
347 | | - * @method static Image jxlload_source(VipsSource $source, array $options = []) Load JPEG-XL image. |
| 347 | + * @method static Image jxlload_source(Source $source, array $options = []) Load JPEG-XL image. |
348 | 348 | * @throws Exception |
349 | 349 | * @method void jxlsave(string $filename, array $options = []) Save image in JPEG-XL format. |
350 | 350 | * @throws Exception |
351 | 351 | * @method string jxlsave_buffer(array $options = []) Save image in JPEG-XL format. |
352 | 352 | * @throws Exception |
353 | | - * @method void jxlsave_target(VipsTarget $target, array $options = []) Save image in JPEG-XL format. |
| 353 | + * @method void jxlsave_target(Target $target, array $options = []) Save image in JPEG-XL format. |
354 | 354 | * @throws Exception |
355 | 355 | * @method Image labelregions(array $options = []) Label regions in an image. |
356 | 356 | * @throws Exception |
|
409 | 409 | * @throws Exception |
410 | 410 | * @method static Image matrixload(string $filename, array $options = []) Load matrix. |
411 | 411 | * @throws Exception |
412 | | - * @method static Image matrixload_source(VipsSource $source, array $options = []) Load matrix. |
| 412 | + * @method static Image matrixload_source(Source $source, array $options = []) Load matrix. |
413 | 413 | * @throws Exception |
414 | 414 | * @method void matrixprint(array $options = []) Print matrix. |
415 | 415 | * @throws Exception |
416 | 416 | * @method void matrixsave(string $filename, array $options = []) Save image to matrix. |
417 | 417 | * @throws Exception |
418 | | - * @method void matrixsave_target(VipsTarget $target, array $options = []) Save image to matrix. |
| 418 | + * @method void matrixsave_target(Target $target, array $options = []) Save image to matrix. |
419 | 419 | * @throws Exception |
420 | 420 | * @method float max(array $options = []) Find image maximum. |
421 | 421 | * @throws Exception |
|
441 | 441 | * @throws Exception |
442 | 442 | * @method static Image openslideload(string $filename, array $options = []) Load file with OpenSlide. |
443 | 443 | * @throws Exception |
444 | | - * @method static Image openslideload_source(VipsSource $source, array $options = []) Load source with OpenSlide. |
| 444 | + * @method static Image openslideload_source(Source $source, array $options = []) Load source with OpenSlide. |
445 | 445 | * @throws Exception |
446 | 446 | * @method static Image pdfload(string $filename, array $options = []) Load PDF from file. |
447 | 447 | * @throws Exception |
448 | 448 | * @method static Image pdfload_buffer(string $buffer, array $options = []) Load PDF from buffer. |
449 | 449 | * @throws Exception |
450 | | - * @method static Image pdfload_source(VipsSource $source, array $options = []) Load PDF from source. |
| 450 | + * @method static Image pdfload_source(Source $source, array $options = []) Load PDF from source. |
451 | 451 | * @throws Exception |
452 | 452 | * @method integer percent(float $percent, array $options = []) Find threshold for percent of pixels. |
453 | 453 | * @throws Exception |
|
459 | 459 | * @throws Exception |
460 | 460 | * @method static Image pngload_buffer(string $buffer, array $options = []) Load png from buffer. |
461 | 461 | * @throws Exception |
462 | | - * @method static Image pngload_source(VipsSource $source, array $options = []) Load png from source. |
| 462 | + * @method static Image pngload_source(Source $source, array $options = []) Load png from source. |
463 | 463 | * @throws Exception |
464 | 464 | * @method void pngsave(string $filename, array $options = []) Save image to png file. |
465 | 465 | * @throws Exception |
466 | 466 | * @method string pngsave_buffer(array $options = []) Save image to png buffer. |
467 | 467 | * @throws Exception |
468 | | - * @method void pngsave_target(VipsTarget $target, array $options = []) Save image to target as PNG. |
| 468 | + * @method void pngsave_target(Target $target, array $options = []) Save image to target as PNG. |
469 | 469 | * @throws Exception |
470 | 470 | * @method static Image ppmload(string $filename, array $options = []) Load ppm from file. |
471 | 471 | * @throws Exception |
472 | | - * @method static Image ppmload_source(VipsSource $source, array $options = []) Load ppm base class. |
| 472 | + * @method static Image ppmload_source(Source $source, array $options = []) Load ppm base class. |
473 | 473 | * @throws Exception |
474 | 474 | * @method void ppmsave(string $filename, array $options = []) Save image to ppm file. |
475 | 475 | * @throws Exception |
476 | | - * @method void ppmsave_target(VipsTarget $target, array $options = []) Save to ppm. |
| 476 | + * @method void ppmsave_target(Target $target, array $options = []) Save to ppm. |
477 | 477 | * @throws Exception |
478 | 478 | * @method Image premultiply(array $options = []) Premultiply image alpha. |
479 | 479 | * @throws Exception |
|
499 | 499 | * @throws Exception |
500 | 500 | * @method static Image radload_buffer(string $buffer, array $options = []) Load rad from buffer. |
501 | 501 | * @throws Exception |
502 | | - * @method static Image radload_source(VipsSource $source, array $options = []) Load rad from source. |
| 502 | + * @method static Image radload_source(Source $source, array $options = []) Load rad from source. |
503 | 503 | * @throws Exception |
504 | 504 | * @method void radsave(string $filename, array $options = []) Save image to Radiance file. |
505 | 505 | * @throws Exception |
506 | 506 | * @method string radsave_buffer(array $options = []) Save image to Radiance buffer. |
507 | 507 | * @throws Exception |
508 | | - * @method void radsave_target(VipsTarget $target, array $options = []) Save image to Radiance target. |
| 508 | + * @method void radsave_target(Target $target, array $options = []) Save image to Radiance target. |
509 | 509 | * @throws Exception |
510 | 510 | * @method Image rank(integer $width, integer $height, integer $index, array $options = []) Rank filter. |
511 | 511 | * @throws Exception |
|
593 | 593 | * @throws Exception |
594 | 594 | * @method static Image svgload_buffer(string $buffer, array $options = []) Load SVG with rsvg. |
595 | 595 | * @throws Exception |
596 | | - * @method static Image svgload_source(VipsSource $source, array $options = []) Load svg from source. |
| 596 | + * @method static Image svgload_source(Source $source, array $options = []) Load svg from source. |
597 | 597 | * @throws Exception |
598 | 598 | * @method static Image switch(Image[]|Image $tests, array $options = []) Find the index of the first non-zero pixel in tests. |
599 | 599 | * @throws Exception |
|
607 | 607 | * @throws Exception |
608 | 608 | * @method Image thumbnail_image(integer $width, array $options = []) Generate thumbnail from image. |
609 | 609 | * @throws Exception |
610 | | - * @method static Image thumbnail_source(VipsSource $source, integer $width, array $options = []) Generate thumbnail from source. |
| 610 | + * @method static Image thumbnail_source(Source $source, integer $width, array $options = []) Generate thumbnail from source. |
611 | 611 | * @throws Exception |
612 | 612 | * @method static Image tiffload(string $filename, array $options = []) Load tiff from file. |
613 | 613 | * @throws Exception |
614 | 614 | * @method static Image tiffload_buffer(string $buffer, array $options = []) Load tiff from buffer. |
615 | 615 | * @throws Exception |
616 | | - * @method static Image tiffload_source(VipsSource $source, array $options = []) Load tiff from source. |
| 616 | + * @method static Image tiffload_source(Source $source, array $options = []) Load tiff from source. |
617 | 617 | * @throws Exception |
618 | 618 | * @method void tiffsave(string $filename, array $options = []) Save image to tiff file. |
619 | 619 | * @throws Exception |
|
629 | 629 | * @throws Exception |
630 | 630 | * @method static Image vipsload(string $filename, array $options = []) Load vips from file. |
631 | 631 | * @throws Exception |
632 | | - * @method static Image vipsload_source(VipsSource $source, array $options = []) Load vips from source. |
| 632 | + * @method static Image vipsload_source(Source $source, array $options = []) Load vips from source. |
633 | 633 | * @throws Exception |
634 | 634 | * @method void vipssave(string $filename, array $options = []) Save image to file in vips format. |
635 | 635 | * @throws Exception |
636 | | - * @method void vipssave_target(VipsTarget $target, array $options = []) Save image to target in vips format. |
| 636 | + * @method void vipssave_target(Target $target, array $options = []) Save image to target in vips format. |
637 | 637 | * @throws Exception |
638 | 638 | * @method static Image webpload(string $filename, array $options = []) Load webp from file. |
639 | 639 | * @throws Exception |
640 | 640 | * @method static Image webpload_buffer(string $buffer, array $options = []) Load webp from buffer. |
641 | 641 | * @throws Exception |
642 | | - * @method static Image webpload_source(VipsSource $source, array $options = []) Load webp from source. |
| 642 | + * @method static Image webpload_source(Source $source, array $options = []) Load webp from source. |
643 | 643 | * @throws Exception |
644 | 644 | * @method void webpsave(string $filename, array $options = []) Save image to webp file. |
645 | 645 | * @throws Exception |
646 | 646 | * @method string webpsave_buffer(array $options = []) Save image to webp buffer. |
647 | 647 | * @throws Exception |
648 | | - * @method void webpsave_target(VipsTarget $target, array $options = []) Save image to webp target. |
| 648 | + * @method void webpsave_target(Target $target, array $options = []) Save image to webp target. |
649 | 649 | * @throws Exception |
650 | 650 | * @method static Image worley(integer $width, integer $height, array $options = []) Make a worley noise image. |
651 | 651 | * @throws Exception |
|
0 commit comments