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
534 function imagerotate(GdImage $image, float $angle, int $background_color): GdImage|false {} argument
536 function imagesettile(GdImage $image, GdImage $tile): bool {} argument
538 function imagesetbrush(GdImage $image, GdImage $brush): bool {} argument
601 function imagexbm(GdImage $image, ?string $filename, ?int $foreground_color = null): bool {} argument
605 function imageavif(GdImage $image, $file = null, int $quality = -1, int $speed = -1): bool {} argument
609 function imagegif(GdImage $image, $file = null): bool {} argument
613 function imagepng(GdImage $image, $file = null, int $quality = -1, int $filters = -1): bool {} argument
618 function imagewebp(GdImage $image, $file = null, int $quality = -1): bool {} argument
623 function imagejpeg(GdImage $image, $file = null, int $quality = -1): bool {} argument
627 function imagewbmp(GdImage $image, $file = null, ?int $foreground_color = null): bool {} argument
629 function imagegd(GdImage $image, ?string $file = null): bool {} argument
631 function imagegd2(GdImage $image, ?string $file = null, int $chunk_size = 128, int $mode = IMG_GD2_… argument
635 function imagebmp(GdImage $image, $file = null, bool $compressed = true): bool {} argument
638 function imagedestroy(GdImage $image): bool {} argument
640 function imagecolorallocate(GdImage $image, int $red, int $green, int $blue): int|false {} argument
644 function imagecolorat(GdImage $image, int $x, int $y): int|false {} argument
646 function imagecolorclosest(GdImage $image, int $red, int $green, int $blue): int {} argument
648 function imagecolorclosesthwb(GdImage $image, int $red, int $green, int $blue): int {} argument
650 function imagecolordeallocate(GdImage $image, int $color): bool {} argument
652 function imagecolorresolve(GdImage $image, int $red, int $green, int $blue): int {} argument
654 function imagecolorexact(GdImage $image, int $red, int $green, int $blue): int {} argument
656 function imagecolorset(GdImage $image, int $color, int $red, int $green, int $blue, int $alpha = 0)… argument
662 function imagecolorsforindex(GdImage $image, int $color): array {} argument
664 function imagegammacorrect(GdImage $image, float $input_gamma, float $output_gamma): bool {} argument
666 function imagesetpixel(GdImage $image, int $x, int $y, int $color): bool {} argument
668 function imageline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} argument
670 function imagedashedline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} argument
672 function imagerectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} argument
674 function imagefilledrectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool… argument
676 function imagearc(GdImage $image, int $center_x, int $center_y, int $width, int $height, int $start… argument
678 function imageellipse(GdImage $image, int $center_x, int $center_y, int $width, int $height, int $c… argument
680 function imagefilltoborder(GdImage $image, int $x, int $y, int $border_color, int $color): bool {} argument
682 function imagefill(GdImage $image, int $x, int $y, int $color): bool {} argument
684 function imagecolorstotal(GdImage $image): int {} argument
686 function imagecolortransparent(GdImage $image, ?int $color = null): int {} argument
688 function imageinterlace(GdImage $image, ?bool $enable = null): bool {} argument
690 function imagepolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = null):… argument
692 function imageopenpolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = nu… argument
694 function imagefilledpolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = … argument
700 function imagechar(GdImage $image, GdFont|int $font, int $x, int $y, string $char, int $color): boo… argument
702 function imagecharup(GdImage $image, GdFont|int $font, int $x, int $y, string $char, int $color): b… argument
704 function imagestring(GdImage $image, GdFont|int $font, int $x, int $y, string $string, int $color):… argument
706 function imagestringup(GdImage $image, GdFont|int $font, int $x, int $y, string $string, int $color… argument
716 function imagesx(GdImage $image): int {} argument
718 function imagesy(GdImage $image): int {} argument
720 function imagesetclip(GdImage $image, int $x1, int $y1, int $x2, int $y2): bool {} argument
726 function imagegetclip(GdImage $image): array {} argument
739 function imagefttext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string … argument
751 function imagettftext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string… argument
755 function imagefilter(GdImage $image, int $filter, ...$args): bool {} argument
757 function imageconvolution(GdImage $image, array $matrix, float $divisor, float $offset): bool {} argument
759 function imageflip(GdImage $image, int $mode): bool {} argument
761 function imageantialias(GdImage $image, bool $enable): bool {} argument
764 function imagecrop(GdImage $image, array $rectangle): GdImage|false {} argument
767 function imagecropauto(GdImage $image, int $mode = IMG_CROP_DEFAULT, float $threshold = 0.5, int $c… argument
770 function imagescale(GdImage $image, int $width, int $height = -1, int $mode = IMG_BILINEAR_FIXED): … argument
773 function imageaffine(GdImage $image, array $affine, ?array $clip = null): GdImage|false {} argument
788 function imagegetinterpolation(GdImage $image): int {} argument
790 function imagesetinterpolation(GdImage $image, int $method = IMG_BILINEAR_FIXED): bool {} argument
796 function imageresolution(GdImage $image, ?int $resolution_x = null, ?int $resolution_y = null): arr… argument