Lines Matching refs:image

13 function imagesetstyle(GdImage $image, array $style): bool {}  argument
17 function imageistruecolor(GdImage $image): bool {} argument
19 function imagetruecolortopalette(GdImage $image, bool $dither, int $num_colors): bool {} argument
21 function imagepalettetotruecolor(GdImage $image): bool {} argument
25 function imagesetthickness(GdImage $image, int $thickness): bool {} argument
27 function imagefilledellipse(GdImage $image, int $center_x, int $center_y, int $width, int $height, … argument
29 function imagefilledarc(GdImage $image, int $center_x, int $center_y, int $width, int $height, int … argument
31 function imagealphablending(GdImage $image, bool $enable): bool {} argument
33 function imagesavealpha(GdImage $image, bool $enable): bool {} argument
35 function imagelayereffect(GdImage $image, int $effect): bool {} argument
37 function imagecolorallocatealpha(GdImage $image, int $red, int $green, int $blue, int $alpha): int|… argument
39 function imagecolorresolvealpha(GdImage $image, int $red, int $green, int $blue, int $alpha): int {} argument
41 function imagecolorclosestalpha(GdImage $image, int $red, int $green, int $blue, int $alpha): int {} argument
43 function imagecolorexactalpha(GdImage $image, int $red, int $green, int $blue, int $alpha): int {} argument
56 function imagerotate(GdImage $image, float $angle, int $background_color, bool $ignore_transparent … argument
58 function imagesettile(GdImage $image, GdImage $tile): bool {} argument
60 function imagesetbrush(GdImage $image, GdImage $brush): bool {} argument
104 function imagexbm(GdImage $image, ?string $filename, ?int $foreground_color = null): bool {} argument
107 function imagegif(GdImage $image, $file = null): bool {} argument
111 function imagepng(GdImage $image, $file = null, int $quality = -1, int $filters = -1): bool {} argument
116 function imagewebp(GdImage $image, $file = null, int $quality = -1): bool {} argument
121 function imagejpeg(GdImage $image, $file = null, int $quality = -1): bool {} argument
125 function imagewbmp(GdImage $image, $file = null, ?int $foreground_color = null): bool {} argument
127 function imagegd(GdImage $image, ?string $file = null): bool {} argument
129 function imagegd2(GdImage $image, ?string $file = null, int $chunk_size = UNKNOWN, int $mode = UNKN… argument
133 function imagebmp(GdImage $image, $file = null, bool $compressed = true): bool {} argument
136 function imagedestroy(GdImage $image): bool {} argument
138 function imagecolorallocate(GdImage $image, int $red, int $green, int $blue): int|false {} argument
142 function imagecolorat(GdImage $image, int $x, int $y): int|false {} argument
144 function imagecolorclosest(GdImage $image, int $red, int $green, int $blue): int {} argument
146 function imagecolorclosesthwb(GdImage $image, int $red, int $green, int $blue): int {} argument
148 function imagecolordeallocate(GdImage $image, int $color): bool {} argument
150 function imagecolorresolve(GdImage $image, int $red, int $green, int $blue): int {} argument
152 function imagecolorexact(GdImage $image, int $red, int $green, int $blue): int {} argument
154 function imagecolorset(GdImage $image, int $color, int $red, int $green, int $blue, int $alpha = 0)… argument
156 function imagecolorsforindex(GdImage $image, int $color): array {} argument
158 function imagegammacorrect(GdImage $image, float $input_gamma, float $output_gamma): bool {} argument
160 function imagesetpixel(GdImage $image, int $x, int $y, int $color): bool {} argument
162 function imageline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} argument
164 function imagedashedline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} argument
166 function imagerectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} argument
168 function imagefilledrectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool… argument
170 function imagearc(GdImage $image, int $center_x, int $center_y, int $width, int $height, int $start… argument
172 function imageellipse(GdImage $image, int $center_x, int $center_y, int $width, int $height, int $c… argument
174 function imagefilltoborder(GdImage $image, int $x, int $y, int $border_color, int $color): bool {} argument
176 function imagefill(GdImage $image, int $x, int $y, int $color): bool {} argument
178 function imagecolorstotal(GdImage $image): int {} argument
180 function imagecolortransparent(GdImage $image, ?int $color = null): int {} argument
182 function imageinterlace(GdImage $image, ?bool $enable = null): bool {} argument
184 function imagepolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = null):… argument
186 function imageopenpolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = nu… argument
188 function imagefilledpolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = … argument
194 function imagechar(GdImage $image, int $font, int $x, int $y, string $char, int $color): bool {} argument
196 function imagecharup(GdImage $image, int $font, int $x, int $y, string $char, int $color): bool {} argument
198 function imagestring(GdImage $image, int $font, int $x, int $y, string $string, int $color): bool {} argument
200 function imagestringup(GdImage $image, int $font, int $x, int $y, string $string, int $color): bool… argument
210 function imagesx(GdImage $image): int {} argument
212 function imagesy(GdImage $image): int {} argument
214 function imagesetclip(GdImage $image, int $x1, int $y1, int $x2, int $y2): bool {} argument
216 function imagegetclip(GdImage $image): array {} argument
221 function imagefttext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string … argument
227 function imagettftext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string… argument
231 function imagefilter(GdImage $image, int $filter, ...$args): bool {} argument
233 function imageconvolution(GdImage $image, array $matrix, float $divisor, float $offset): bool {} argument
235 function imageflip(GdImage $image, int $mode): bool {} argument
237 function imageantialias(GdImage $image, bool $enable): bool {} argument
239 function imagecrop(GdImage $image, array $rectangle): GdImage|false {} argument
241 function imagecropauto(GdImage $image, int $mode = IMG_CROP_DEFAULT, float $threshold = 0.5, int $c… argument
243 function imagescale(GdImage $image, int $width, int $height = -1, int $mode = IMG_BILINEAR_FIXED): … argument
245 function imageaffine(GdImage $image, array $affine, ?array $clip = null): GdImage|false {} argument
252 function imagegetinterpolation(GdImage $image): int {} argument
254 function imagesetinterpolation(GdImage $image, int $method = IMG_BILINEAR_FIXED): bool {} argument
256 function imageresolution(GdImage $image, ?int $resolution_x = null, ?int $resolution_y = null): arr… argument