Lines Matching refs:image

25 function imagesetstyle(GdImage $image, array $style): bool {}  argument
30 function imageistruecolor(GdImage $image): bool {} argument
32 function imagetruecolortopalette(GdImage $image, bool $dither, int $num_colors): bool {} argument
34 function imagepalettetotruecolor(GdImage $image): bool {} argument
38 function imagesetthickness(GdImage $image, int $thickness): bool {} argument
40 function imagefilledellipse(GdImage $image, int $center_x, int $center_y, int $width, int $height, … argument
42 function imagefilledarc(GdImage $image, int $center_x, int $center_y, int $width, int $height, int … argument
44 function imagealphablending(GdImage $image, bool $enable): bool {} argument
46 function imagesavealpha(GdImage $image, bool $enable): bool {} argument
48 function imagelayereffect(GdImage $image, int $effect): bool {} argument
50 function imagecolorallocatealpha(GdImage $image, int $red, int $green, int $blue, int $alpha): int|… argument
52 function imagecolorresolvealpha(GdImage $image, int $red, int $green, int $blue, int $alpha): int {} argument
54 function imagecolorclosestalpha(GdImage $image, int $red, int $green, int $blue, int $alpha): int {} argument
56 function imagecolorexactalpha(GdImage $image, int $red, int $green, int $blue, int $alpha): int {} argument
72 function imagerotate(GdImage $image, float $angle, int $background_color, bool $ignore_transparent … argument
74 function imagesettile(GdImage $image, GdImage $tile): bool {} argument
76 function imagesetbrush(GdImage $image, GdImage $brush): bool {} argument
138 function imagexbm(GdImage $image, ?string $filename, ?int $foreground_color = null): bool {} argument
142 function imageavif(GdImage $image, $file = null, int $quality = -1, int $speed = -1): bool {} argument
146 function imagegif(GdImage $image, $file = null): bool {} argument
150 function imagepng(GdImage $image, $file = null, int $quality = -1, int $filters = -1): bool {} argument
155 function imagewebp(GdImage $image, $file = null, int $quality = -1): bool {} argument
160 function imagejpeg(GdImage $image, $file = null, int $quality = -1): bool {} argument
164 function imagewbmp(GdImage $image, $file = null, ?int $foreground_color = null): bool {} argument
166 function imagegd(GdImage $image, ?string $file = null): bool {} argument
168 function imagegd2(GdImage $image, ?string $file = null, int $chunk_size = UNKNOWN, int $mode = UNKN… argument
172 function imagebmp(GdImage $image, $file = null, bool $compressed = true): bool {} argument
175 function imagedestroy(GdImage $image): bool {} argument
177 function imagecolorallocate(GdImage $image, int $red, int $green, int $blue): int|false {} argument
181 function imagecolorat(GdImage $image, int $x, int $y): int|false {} argument
183 function imagecolorclosest(GdImage $image, int $red, int $green, int $blue): int {} argument
185 function imagecolorclosesthwb(GdImage $image, int $red, int $green, int $blue): int {} argument
187 function imagecolordeallocate(GdImage $image, int $color): bool {} argument
189 function imagecolorresolve(GdImage $image, int $red, int $green, int $blue): int {} argument
191 function imagecolorexact(GdImage $image, int $red, int $green, int $blue): int {} argument
194 function imagecolorset(GdImage $image, int $color, int $red, int $green, int $blue, int $alpha = 0)… argument
200 function imagecolorsforindex(GdImage $image, int $color): array {} argument
202 function imagegammacorrect(GdImage $image, float $input_gamma, float $output_gamma): bool {} argument
204 function imagesetpixel(GdImage $image, int $x, int $y, int $color): bool {} argument
206 function imageline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} argument
208 function imagedashedline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} argument
210 function imagerectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} argument
212 function imagefilledrectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool… argument
214 function imagearc(GdImage $image, int $center_x, int $center_y, int $width, int $height, int $start… argument
216 function imageellipse(GdImage $image, int $center_x, int $center_y, int $width, int $height, int $c… argument
218 function imagefilltoborder(GdImage $image, int $x, int $y, int $border_color, int $color): bool {} argument
220 function imagefill(GdImage $image, int $x, int $y, int $color): bool {} argument
222 function imagecolorstotal(GdImage $image): int {} argument
224 function imagecolortransparent(GdImage $image, ?int $color = null): int {} argument
226 function imageinterlace(GdImage $image, ?bool $enable = null): bool {} argument
228 function imagepolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = null):… argument
230 function imageopenpolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = nu… argument
232 function imagefilledpolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = … argument
238 function imagechar(GdImage $image, GdFont|int $font, int $x, int $y, string $char, int $color): boo… argument
240 function imagecharup(GdImage $image, GdFont|int $font, int $x, int $y, string $char, int $color): b… argument
242 function imagestring(GdImage $image, GdFont|int $font, int $x, int $y, string $string, int $color):… argument
244 function imagestringup(GdImage $image, GdFont|int $font, int $x, int $y, string $string, int $color… argument
254 function imagesx(GdImage $image): int {} argument
256 function imagesy(GdImage $image): int {} argument
258 function imagesetclip(GdImage $image, int $x1, int $y1, int $x2, int $y2): bool {} argument
264 function imagegetclip(GdImage $image): array {} argument
277 function imagefttext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string … argument
289 function imagettftext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string… argument
293 function imagefilter(GdImage $image, int $filter, ...$args): bool {} argument
295 function imageconvolution(GdImage $image, array $matrix, float $divisor, float $offset): bool {} argument
297 function imageflip(GdImage $image, int $mode): bool {} argument
299 function imageantialias(GdImage $image, bool $enable): bool {} argument
302 function imagecrop(GdImage $image, array $rectangle): GdImage|false {} argument
305 function imagecropauto(GdImage $image, int $mode = IMG_CROP_DEFAULT, float $threshold = 0.5, int $c… argument
308 function imagescale(GdImage $image, int $width, int $height = -1, int $mode = IMG_BILINEAR_FIXED): … argument
311 function imageaffine(GdImage $image, array $affine, ?array $clip = null): GdImage|false {} argument
326 function imagegetinterpolation(GdImage $image): int {} argument
328 function imagesetinterpolation(GdImage $image, int $method = IMG_BILINEAR_FIXED): bool {} argument
334 function imageresolution(GdImage $image, ?int $resolution_x = null, ?int $resolution_y = null): arr… argument