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