Lines Matching refs:GdImage

5 final class GdImage  class
13 function imagesetstyle(GdImage $image, array $style): bool {}
15 function imagecreatetruecolor(int $width, int $height): GdImage|false {}
17 function imageistruecolor(GdImage $image): bool {}
19 function imagetruecolortopalette(GdImage $image, bool $dither, int $num_colors): bool {}
21 function imagepalettetotruecolor(GdImage $image): bool {}
23 function imagecolormatch(GdImage $image1, GdImage $image2): bool {}
25 function imagesetthickness(GdImage $image, int $thickness): bool {}
27 function imagefilledellipse(GdImage $image, int $center_x, int $center_y, int $width, int $height, …
29 function imagefilledarc(GdImage $image, int $center_x, int $center_y, int $width, int $height, int …
31 function imagealphablending(GdImage $image, bool $enable): bool {}
33 function imagesavealpha(GdImage $image, bool $enable): bool {}
35 function imagelayereffect(GdImage $image, int $effect): bool {}
37 function imagecolorallocatealpha(GdImage $image, int $red, int $green, int $blue, int $alpha): int|…
39 function imagecolorresolvealpha(GdImage $image, int $red, int $green, int $blue, int $alpha): int {}
41 function imagecolorclosestalpha(GdImage $image, int $red, int $green, int $blue, int $alpha): int {}
43 function imagecolorexactalpha(GdImage $image, int $red, int $green, int $blue, int $alpha): int {}
45 function imagecopyresampled(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $sr…
49 function imagegrabwindow(int $handle, bool $client_area = false): GdImage|false {}
51 function imagegrabscreen(): GdImage|false {}
56 function imagerotate(GdImage $image, float $angle, int $background_color, bool $ignore_transparent …
58 function imagesettile(GdImage $image, GdImage $tile): bool {}
60 function imagesetbrush(GdImage $image, GdImage $brush): bool {}
62 function imagecreate(int $width, int $height): GdImage|false {}
66 function imagecreatefromstring(string $data): GdImage|false {}
68 function imagecreatefromgif(string $filename): GdImage|false {}
71 function imagecreatefromjpeg(string $filename): GdImage|false {}
75 function imagecreatefrompng(string $filename): GdImage|false {}
79 function imagecreatefromwebp(string $filename): GdImage|false {}
82 function imagecreatefromxbm(string $filename): GdImage|false {}
85 function imagecreatefromxpm(string $filename): GdImage|false {}
88 function imagecreatefromwbmp(string $filename): GdImage|false {}
90 function imagecreatefromgd(string $filename): GdImage|false {}
92 function imagecreatefromgd2(string $filename): GdImage|false {}
94 function imagecreatefromgd2part(string $filename, int $x, int $y, int $width, int $height): GdImage
97 function imagecreatefrombmp(string $filename): GdImage|false {}
101 function imagecreatefromtga(string $filename): GdImage|false {}
104 function imagexbm(GdImage $image, ?string $filename, ?int $foreground_color = null): bool {}
107 function imagegif(GdImage $image, $file = null): bool {}
111 function imagepng(GdImage $image, $file = null, int $quality = -1, int $filters = -1): bool {}
116 function imagewebp(GdImage $image, $file = null, int $quality = -1): bool {}
121 function imagejpeg(GdImage $image, $file = null, int $quality = -1): bool {}
125 function imagewbmp(GdImage $image, $file = null, ?int $foreground_color = null): bool {}
127 function imagegd(GdImage $image, ?string $file = null): bool {}
129 function imagegd2(GdImage $image, ?string $file = null, int $chunk_size = UNKNOWN, int $mode = UNKN…
133 function imagebmp(GdImage $image, $file = null, bool $compressed = true): bool {}
136 function imagedestroy(GdImage $image): bool {}
138 function imagecolorallocate(GdImage $image, int $red, int $green, int $blue): int|false {}
140 function imagepalettecopy(GdImage $dst, GdImage $src): void {}
142 function imagecolorat(GdImage $image, int $x, int $y): int|false {}
144 function imagecolorclosest(GdImage $image, int $red, int $green, int $blue): int {}
146 function imagecolorclosesthwb(GdImage $image, int $red, int $green, int $blue): int {}
148 function imagecolordeallocate(GdImage $image, int $color): bool {}
150 function imagecolorresolve(GdImage $image, int $red, int $green, int $blue): int {}
152 function imagecolorexact(GdImage $image, int $red, int $green, int $blue): int {}
154 function imagecolorset(GdImage $image, int $color, int $red, int $green, int $blue, int $alpha = 0)…
156 function imagecolorsforindex(GdImage $image, int $color): array {}
158 function imagegammacorrect(GdImage $image, float $input_gamma, float $output_gamma): bool {}
160 function imagesetpixel(GdImage $image, int $x, int $y, int $color): bool {}
162 function imageline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {}
164 function imagedashedline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {}
166 function imagerectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {}
168 function imagefilledrectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool…
170 function imagearc(GdImage $image, int $center_x, int $center_y, int $width, int $height, int $start…
172 function imageellipse(GdImage $image, int $center_x, int $center_y, int $width, int $height, int $c…
174 function imagefilltoborder(GdImage $image, int $x, int $y, int $border_color, int $color): bool {}
176 function imagefill(GdImage $image, int $x, int $y, int $color): bool {}
178 function imagecolorstotal(GdImage $image): int {}
180 function imagecolortransparent(GdImage $image, ?int $color = null): int {}
182 function imageinterlace(GdImage $image, ?bool $enable = null): bool {}
184 function imagepolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = null):…
186 function imageopenpolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = nu…
188 function imagefilledpolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = …
194 function imagechar(GdImage $image, int $font, int $x, int $y, string $char, int $color): bool {}
196 function imagecharup(GdImage $image, int $font, int $x, int $y, string $char, int $color): bool {}
198 function imagestring(GdImage $image, int $font, int $x, int $y, string $string, int $color): bool {}
200 function imagestringup(GdImage $image, int $font, int $x, int $y, string $string, int $color): bool…
202 function imagecopy(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int …
204 function imagecopymerge(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x,…
206 function imagecopymergegray(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $sr…
208 function imagecopyresized(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_…
210 function imagesx(GdImage $image): int {}
212 function imagesy(GdImage $image): int {}
214 function imagesetclip(GdImage $image, int $x1, int $y1, int $x2, int $y2): bool {}
216 function imagegetclip(GdImage $image): array {}
221 function imagefttext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string …
227 function imagettftext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string…
231 function imagefilter(GdImage $image, int $filter, ...$args): bool {}
233 function imageconvolution(GdImage $image, array $matrix, float $divisor, float $offset): bool {}
235 function imageflip(GdImage $image, int $mode): bool {}
237 function imageantialias(GdImage $image, bool $enable): bool {}
239 function imagecrop(GdImage $image, array $rectangle): GdImage|false {}
241 function imagecropauto(GdImage $image, int $mode = IMG_CROP_DEFAULT, float $threshold = 0.5, int $c…
243 function imagescale(GdImage $image, int $width, int $height = -1, int $mode = IMG_BILINEAR_FIXED):
245 function imageaffine(GdImage $image, array $affine, ?array $clip = null): GdImage|false {}
252 function imagegetinterpolation(GdImage $image): int {}
254 function imagesetinterpolation(GdImage $image, int $method = IMG_BILINEAR_FIXED): bool {}
256 function imageresolution(GdImage $image, ?int $resolution_x = null, ?int $resolution_y = null): arr…