Lines Matching refs:image

488 function imagesetstyle(GdImage $image, array $style): bool {}  argument
493 function imageistruecolor(GdImage $image): bool {} argument
495 function imagetruecolortopalette(GdImage $image, bool $dither, int $num_colors): bool {} argument
497 function imagepalettetotruecolor(GdImage $image): bool {} argument
501 function imagesetthickness(GdImage $image, int $thickness): bool {} argument
503 function imagefilledellipse(GdImage $image, int $center_x, int $center_y, int $width, int $height, … argument
505 function imagefilledarc(GdImage $image, int $center_x, int $center_y, int $width, int $height, int … argument
507 function imagealphablending(GdImage $image, bool $enable): bool {} argument
509 function imagesavealpha(GdImage $image, bool $enable): bool {} argument
511 function imagelayereffect(GdImage $image, int $effect): bool {} argument
513 function imagecolorallocatealpha(GdImage $image, int $red, int $green, int $blue, int $alpha): int|… argument
515 function imagecolorresolvealpha(GdImage $image, int $red, int $green, int $blue, int $alpha): int {} argument
517 function imagecolorclosestalpha(GdImage $image, int $red, int $green, int $blue, int $alpha): int {} argument
519 function imagecolorexactalpha(GdImage $image, int $red, int $green, int $blue, int $alpha): int {} argument
535 function imagerotate(GdImage $image, float $angle, int $background_color, bool $ignore_transparent … argument
537 function imagesettile(GdImage $image, GdImage $tile): bool {} argument
539 function imagesetbrush(GdImage $image, GdImage $brush): bool {} argument
602 function imagexbm(GdImage $image, ?string $filename, ?int $foreground_color = null): bool {} argument
606 function imageavif(GdImage $image, $file = null, int $quality = -1, int $speed = -1): bool {} argument
610 function imagegif(GdImage $image, $file = null): bool {} argument
614 function imagepng(GdImage $image, $file = null, int $quality = -1, int $filters = -1): bool {} argument
619 function imagewebp(GdImage $image, $file = null, int $quality = -1): bool {} argument
624 function imagejpeg(GdImage $image, $file = null, int $quality = -1): bool {} argument
628 function imagewbmp(GdImage $image, $file = null, ?int $foreground_color = null): bool {} argument
630 function imagegd(GdImage $image, ?string $file = null): bool {} argument
632 function imagegd2(GdImage $image, ?string $file = null, int $chunk_size = UNKNOWN, int $mode = UNKN… argument
636 function imagebmp(GdImage $image, $file = null, bool $compressed = true): bool {} argument
639 function imagedestroy(GdImage $image): bool {} argument
641 function imagecolorallocate(GdImage $image, int $red, int $green, int $blue): int|false {} argument
645 function imagecolorat(GdImage $image, int $x, int $y): int|false {} argument
647 function imagecolorclosest(GdImage $image, int $red, int $green, int $blue): int {} argument
649 function imagecolorclosesthwb(GdImage $image, int $red, int $green, int $blue): int {} argument
651 function imagecolordeallocate(GdImage $image, int $color): bool {} argument
653 function imagecolorresolve(GdImage $image, int $red, int $green, int $blue): int {} argument
655 function imagecolorexact(GdImage $image, int $red, int $green, int $blue): int {} argument
657 function imagecolorset(GdImage $image, int $color, int $red, int $green, int $blue, int $alpha = 0)… argument
663 function imagecolorsforindex(GdImage $image, int $color): array {} argument
665 function imagegammacorrect(GdImage $image, float $input_gamma, float $output_gamma): bool {} argument
667 function imagesetpixel(GdImage $image, int $x, int $y, int $color): bool {} argument
669 function imageline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} argument
671 function imagedashedline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} argument
673 function imagerectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} argument
675 function imagefilledrectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool… argument
677 function imagearc(GdImage $image, int $center_x, int $center_y, int $width, int $height, int $start… argument
679 function imageellipse(GdImage $image, int $center_x, int $center_y, int $width, int $height, int $c… argument
681 function imagefilltoborder(GdImage $image, int $x, int $y, int $border_color, int $color): bool {} argument
683 function imagefill(GdImage $image, int $x, int $y, int $color): bool {} argument
685 function imagecolorstotal(GdImage $image): int {} argument
687 function imagecolortransparent(GdImage $image, ?int $color = null): int {} argument
689 function imageinterlace(GdImage $image, ?bool $enable = null): bool {} argument
691 function imagepolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = null):… argument
693 function imageopenpolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = nu… argument
695 function imagefilledpolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = … argument
701 function imagechar(GdImage $image, GdFont|int $font, int $x, int $y, string $char, int $color): boo… argument
703 function imagecharup(GdImage $image, GdFont|int $font, int $x, int $y, string $char, int $color): b… argument
705 function imagestring(GdImage $image, GdFont|int $font, int $x, int $y, string $string, int $color):… argument
707 function imagestringup(GdImage $image, GdFont|int $font, int $x, int $y, string $string, int $color… argument
717 function imagesx(GdImage $image): int {} argument
719 function imagesy(GdImage $image): int {} argument
721 function imagesetclip(GdImage $image, int $x1, int $y1, int $x2, int $y2): bool {} argument
727 function imagegetclip(GdImage $image): array {} argument
740 function imagefttext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string … argument
752 function imagettftext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string… argument
756 function imagefilter(GdImage $image, int $filter, ...$args): bool {} argument
758 function imageconvolution(GdImage $image, array $matrix, float $divisor, float $offset): bool {} argument
760 function imageflip(GdImage $image, int $mode): bool {} argument
762 function imageantialias(GdImage $image, bool $enable): bool {} argument
765 function imagecrop(GdImage $image, array $rectangle): GdImage|false {} argument
768 function imagecropauto(GdImage $image, int $mode = IMG_CROP_DEFAULT, float $threshold = 0.5, int $c… argument
771 function imagescale(GdImage $image, int $width, int $height = -1, int $mode = IMG_BILINEAR_FIXED): … argument
774 function imageaffine(GdImage $image, array $affine, ?array $clip = null): GdImage|false {} argument
789 function imagegetinterpolation(GdImage $image): int {} argument
791 function imagesetinterpolation(GdImage $image, int $method = IMG_BILINEAR_FIXED): bool {} argument
797 function imageresolution(GdImage $image, ?int $resolution_x = null, ?int $resolution_y = null): arr… argument