Lines Matching defs:image

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