|
75 | 75 | * @throws Exception |
76 | 76 | * @method Image LabS2LabQ(array $options = []) Transform short Lab to LabQ coding. |
77 | 77 | * @throws Exception |
| 78 | + * @method Image Oklab2Oklch(array $options = []) Transform Oklab to Oklch. |
| 79 | + * @throws Exception |
| 80 | + * @method Image Oklab2XYZ(array $options = []) Transform Oklab to XYZ. |
| 81 | + * @throws Exception |
| 82 | + * @method Image Oklch2Oklab(array $options = []) Transform Oklch to Oklab. |
| 83 | + * @throws Exception |
78 | 84 | * @method Image XYZ2CMYK(array $options = []) Transform XYZ to CMYK. |
79 | 85 | * @throws Exception |
80 | 86 | * @method Image XYZ2Lab(array $options = []) Transform XYZ to Lab. |
81 | 87 | * @throws Exception |
| 88 | + * @method Image XYZ2Oklab(array $options = []) Transform XYZ to Oklab. |
| 89 | + * @throws Exception |
82 | 90 | * @method Image XYZ2Yxy(array $options = []) Transform XYZ to Yxy. |
83 | 91 | * @throws Exception |
84 | 92 | * @method Image XYZ2scRGB(array $options = []) Transform XYZ to scRGB. |
|
183 | 191 | * @throws Exception |
184 | 192 | * @method Image dECMC(Image $right, array $options = []) Calculate dECMC. |
185 | 193 | * @throws Exception |
| 194 | + * @method static Image dcrawload(string $filename, array $options = []) Load RAW camera files. |
| 195 | + * @throws Exception |
| 196 | + * @method static Image dcrawload_buffer(string $buffer, array $options = []) Load RAW camera files. |
| 197 | + * @throws Exception |
| 198 | + * @method static Image dcrawload_source(Source $source, array $options = []) Load RAW camera files. |
| 199 | + * @throws Exception |
186 | 200 | * @method float deviate(array $options = []) Find image standard deviation. |
187 | 201 | * @throws Exception |
188 | 202 | * @method Image draw_circle(float[]|float $ink, integer $cx, integer $cy, integer $radius, array $options = []) Draw a circle on an image. |
|
352 | 366 | * @throws Exception |
353 | 367 | * @method static Image jpegload_source(Source $source, array $options = []) Load image from jpeg source. |
354 | 368 | * @throws Exception |
355 | | - * @method void jpegsave(string $filename, array $options = []) Save image to jpeg file. |
| 369 | + * @method void jpegsave(string $filename, array $options = []) Save as jpeg. |
356 | 370 | * @throws Exception |
357 | | - * @method string jpegsave_buffer(array $options = []) Save image to jpeg buffer. |
| 371 | + * @method string jpegsave_buffer(array $options = []) Save as jpeg. |
358 | 372 | * @throws Exception |
359 | 373 | * @method void jpegsave_mime(array $options = []) Save image to jpeg mime. |
360 | 374 | * @throws Exception |
361 | | - * @method void jpegsave_target(Target $target, array $options = []) Save image to jpeg target. |
| 375 | + * @method void jpegsave_target(Target $target, array $options = []) Save as jpeg. |
362 | 376 | * @throws Exception |
363 | 377 | * @method static Image jxlload(string $filename, array $options = []) Load JPEG-XL image. |
364 | 378 | * @throws Exception |
|
384 | 398 | * @throws Exception |
385 | 399 | * @method static Image magickload_buffer(string $buffer, array $options = []) Load buffer with ImageMagick7. |
386 | 400 | * @throws Exception |
| 401 | + * @method static Image magickload_source(Source $source, array $options = []) Load source with ImageMagick7. |
| 402 | + * @throws Exception |
387 | 403 | * @method void magicksave(string $filename, array $options = []) Save file with ImageMagick. |
388 | 404 | * @throws Exception |
389 | 405 | * @method string magicksave_buffer(array $options = []) Save image to magick buffer. |
|
475 | 491 | * @throws Exception |
476 | 492 | * @method static Image openslideload_source(Source $source, array $options = []) Load source with OpenSlide. |
477 | 493 | * @throws Exception |
478 | | - * @method static Image pdfload(string $filename, array $options = []) Load PDF from file. |
| 494 | + * @method static Image pdfload(string $filename, array $options = []) Load PDF from file (poppler). |
479 | 495 | * @throws Exception |
480 | | - * @method static Image pdfload_buffer(string $buffer, array $options = []) Load PDF from buffer. |
| 496 | + * @method static Image pdfload_buffer(string $buffer, array $options = []) Load PDF from buffer (poppler). |
481 | 497 | * @throws Exception |
482 | | - * @method static Image pdfload_source(Source $source, array $options = []) Load PDF from source. |
| 498 | + * @method static Image pdfload_source(Source $source, array $options = []) Load PDF from source (poppler). |
483 | 499 | * @throws Exception |
484 | 500 | * @method integer percent(float $percent, array $options = []) Find threshold for percent of pixels. |
485 | 501 | * @throws Exception |
|
493 | 509 | * @throws Exception |
494 | 510 | * @method static Image pngload_source(Source $source, array $options = []) Load png from source. |
495 | 511 | * @throws Exception |
496 | | - * @method void pngsave(string $filename, array $options = []) Save image to file as PNG. |
| 512 | + * @method void pngsave(string $filename, array $options = []) Save image to file as png. |
497 | 513 | * @throws Exception |
498 | | - * @method string pngsave_buffer(array $options = []) Save image to buffer as PNG. |
| 514 | + * @method string pngsave_buffer(array $options = []) Save image to buffer as png. |
499 | 515 | * @throws Exception |
500 | 516 | * @method void pngsave_target(Target $target, array $options = []) Save image to target as PNG. |
501 | 517 | * @throws Exception |
|
672 | 688 | * @throws Exception |
673 | 689 | * @method Image transpose3d(array $options = []) Transpose3d an image. |
674 | 690 | * @throws Exception |
| 691 | + * @method Image uhdr2scRGB(array $options = []) Transform uhdr to scRGB. |
| 692 | + * @throws Exception |
| 693 | + * @method static Image uhdrload(string $filename, array $options = []) Load a UHDR image. |
| 694 | + * @throws Exception |
| 695 | + * @method static Image uhdrload_buffer(string $buffer, array $options = []) Load a UHDR image. |
| 696 | + * @throws Exception |
| 697 | + * @method static Image uhdrload_source(Source $source, array $options = []) Load a UHDR image. |
| 698 | + * @throws Exception |
| 699 | + * @method void uhdrsave(string $filename, array $options = []) Save image in UltraHDR format. |
| 700 | + * @throws Exception |
| 701 | + * @method string uhdrsave_buffer(array $options = []) Save image in UltraHDR format. |
| 702 | + * @throws Exception |
| 703 | + * @method void uhdrsave_target(Target $target, array $options = []) Save image in UltraHDR format. |
| 704 | + * @throws Exception |
675 | 705 | * @method Image unpremultiply(array $options = []) Unpremultiply image alpha. |
676 | 706 | * @throws Exception |
677 | 707 | * @method static Image vipsload(string $filename, array $options = []) Load vips from file. |
|
0 commit comments