cairo_arc() | (mixed $context, float $xc, float $yc, float $radius, float $angle1, float $angle2): void | void | ✓ | — |
cairo_arc_negative() | (mixed $context, float $xc, float $yc, float $radius, float $angle1, float $angle2): void | void | ✓ | — |
cairo_close_path() | (mixed $context): void | void | ✓ | — |
cairo_create() | (mixed $surface): mixed | mixed | ✓ | — |
cairo_curve_to() | (mixed $context, float $x1, float $y1, float $x2, float $y2, float $x3, float $y3): void | void | ✓ | — |
cairo_fill() | (mixed $context): void | void | ✓ | — |
cairo_fill_preserve() | (mixed $context): void | void | ✓ | — |
cairo_get_current_point() | (mixed $context): array | array | ✓ | — |
cairo_identity_matrix() | (mixed $context): void | void | ✓ | — |
cairo_image_surface_create() | (int $format, int $width, int $height): mixed | mixed | ✓ | — |
cairo_image_surface_create_from_png() | (string $filename): mixed | mixed | ✓ | — |
cairo_image_surface_get_height() | (mixed $surface): int | int | ✓ | — |
cairo_image_surface_get_width() | (mixed $surface): int | int | ✓ | — |
cairo_line_to() | (mixed $context, float $x, float $y): void | void | ✓ | — |
cairo_matrix_init_identity() | (): mixed | mixed | ✓ | — |
cairo_matrix_init_rotate() | (float $radians): mixed | mixed | ✓ | — |
cairo_matrix_init_scale() | (float $sx, float $sy): mixed | mixed | ✓ | — |
cairo_matrix_init_translate() | (float $tx, float $ty): mixed | mixed | ✓ | — |
cairo_matrix_multiply() | (mixed $m1, mixed $m2): mixed | mixed | ✓ | — |
cairo_matrix_transform_point() | (mixed $matrix, float $x, float $y): array | array | ✓ | — |
cairo_move_to() | (mixed $context, float $x, float $y): void | void | ✓ | — |
cairo_new_path() | (mixed $context): void | void | ✓ | — |
cairo_new_sub_path() | (mixed $context): void | void | ✓ | — |
cairo_paint() | (mixed $context): void | void | ✓ | — |
cairo_pattern_add_color_stop_rgb() | (mixed $pattern, float $offset, float $red, float $green, float $blue): void | void | ✓ | — |
cairo_pattern_add_color_stop_rgba() | (mixed $pattern, float $offset, float $red, float $green, float $blue, float $alpha): void | void | ✓ | — |
cairo_pattern_create_linear() | (float $x0, float $y0, float $x1, float $y1): mixed | mixed | ✓ | — |
cairo_pattern_create_radial() | (float $cx0, float $cy0, float $radius0, float $cx1, float $cy1, float $radius1): mixed | mixed | ✓ | — |
cairo_pattern_create_rgb() | (float $red, float $green, float $blue): mixed | mixed | ✓ | — |
cairo_pattern_create_rgba() | (float $red, float $green, float $blue, float $alpha): mixed | mixed | ✓ | — |
cairo_rectangle() | (mixed $context, float $x, float $y, float $width, float $height): void | void | ✓ | — |
cairo_restore() | (mixed $context): void | void | ✓ | — |
cairo_rotate() | (mixed $context, float $angle): void | void | ✓ | — |
cairo_save() | (mixed $context): void | void | ✓ | — |
cairo_scale() | (mixed $context, float $sx, float $sy): void | void | ✓ | — |
cairo_set_fill_rule() | (mixed $context, int $fillRule): void | void | ✓ | — |
cairo_set_line_cap() | (mixed $context, int $lineCap): void | void | ✓ | — |
cairo_set_line_join() | (mixed $context, int $lineJoin): void | void | ✓ | — |
cairo_set_line_width() | (mixed $context, float $width): void | void | ✓ | — |
cairo_set_matrix() | (mixed $context, mixed $matrix): void | void | ✓ | — |
cairo_set_source() | (mixed $context, mixed $pattern): void | void | ✓ | — |
cairo_set_source_rgb() | (mixed $context, float $red, float $green, float $blue): void | void | ✓ | — |
cairo_set_source_rgba() | (mixed $context, float $red, float $green, float $blue, float $alpha): void | void | ✓ | — |
cairo_stroke() | (mixed $context): void | void | ✓ | — |
cairo_stroke_preserve() | (mixed $context): void | void | ✓ | — |
cairo_surface_write_to_png() | (mixed $surface, string $filename): void | void | ✓ | — |
cairo_transform() | (mixed $context, mixed $matrix): void | void | ✓ | — |
cairo_translate() | (mixed $context, float $tx, float $ty): void | void | ✓ | — |
exif_imagetype() | (string $filename): mixed | mixed | ✓ | — |
exif_read_data() | (string $filename, ?string $required_sections = null, bool $as_arrays = false, bool $read_thumbnail = false): mixed | mixed | ✓ | — |
exif_tagname() | (int $index): mixed | mixed | ✓ | — |
exif_thumbnail() | (string $filename, mixed $width = 0, mixed $height = 0, mixed $image_type = 0): mixed | mixed | ✓ | — |
gd_info() | (): array | array | ✓ | — |
getimagesize() | (string $filename): mixed | mixed | ✓ | — |
getimagesizefromstring() | (string $data): mixed | mixed | ✓ | — |
image_type_to_extension() | (int $image_type, bool $include_dot = true): mixed | mixed | ✓ | — |
image_type_to_mime_type() | (int $image_type): string | string | ✓ | — |
imageaffine() | (mixed $image, array $affine, ?array $clip = null): mixed | mixed | ✓ | — |
imageaffinematrixconcat() | (array $matrix1, array $matrix2): array | array | ✓ | — |
imagealphablending() | (mixed $image, bool $enable): bool | bool | ✓ | — |
imageantialias() | (mixed $image, bool $enable): bool | bool | ✓ | — |
imagearc() | (mixed $image, int $center_x, int $center_y, int $width, int $height, int $start_angle, int $end_angle, int $color): bool | bool | ✓ | — |
imagebmp() | (mixed $image, ?string $file = null, bool $compressed = true): bool | bool | ✓ | — |
imagechar() | (mixed $image, int $font, int $x, int $y, string $char, int $color): bool | bool | ✓ | — |
imagecharup() | (mixed $image, int $font, int $x, int $y, string $char, int $color): bool | bool | ✓ | — |
imagecolorallocate() | (mixed $image, int $red, int $green, int $blue): int | int | ✓ | — |
imagecolorallocatealpha() | (mixed $image, int $red, int $green, int $blue, int $alpha): int | int | ✓ | — |
imagecolorat() | (mixed $image, int $x, int $y): int | int | ✓ | — |
imagecolorclosest() | (mixed $image, int $red, int $green, int $blue): int | int | ✓ | — |
imagecolorclosestalpha() | (mixed $image, int $red, int $green, int $blue, int $alpha): int | int | ✓ | — |
imagecolorclosesthwb() | (mixed $image, int $red, int $green, int $blue): int | int | ✓ | — |
imagecolordeallocate() | (mixed $image, int $color): bool | bool | ✓ | — |
imagecolorexact() | (mixed $image, int $red, int $green, int $blue): int | int | ✓ | — |
imagecolorexactalpha() | (mixed $image, int $red, int $green, int $blue, int $alpha): int | int | ✓ | — |
imagecolormatch() | (mixed $image1, mixed $image2): bool | bool | ✓ | — |
imagecolorresolve() | (mixed $image, int $red, int $green, int $blue): int | int | ✓ | — |
imagecolorresolvealpha() | (mixed $image, int $red, int $green, int $blue, int $alpha): int | int | ✓ | — |
imagecolorset() | (mixed $image, int $color, int $red, int $green, int $blue, int $alpha = 0): bool | bool | ✓ | — |
imagecolorsforindex() | (mixed $image, int $color): array | array | ✓ | — |
imagecolorstotal() | (mixed $image): int | int | ✓ | — |
imagecolortransparent() | (mixed $image, ?int $color = null): int | int | ✓ | — |
imageconvolution() | (mixed $image, array $matrix, float $divisor, float $offset): bool | bool | ✓ | — |
imagecopy() | (mixed $dst_image, mixed $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $src_width, int $src_height): bool | bool | ✓ | — |
imagecopymerge() | (mixed $dst_image, mixed $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $src_width, int $src_height, int $pct): bool | bool | ✓ | — |
imagecopymergegray() | (mixed $dst_image, mixed $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $src_width, int $src_height, int $pct): bool | bool | ✓ | — |
imagecopyresampled() | (mixed $dst_image, mixed $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $dst_width, int $dst_height, int $src_width, int $src_height): bool | bool | ✓ | — |
imagecopyresized() | (mixed $dst_image, mixed $src_image, int $dst_x, int $dst_y, int $src_x, int $src_y, int $dst_width, int $dst_height, int $src_width, int $src_height): bool | bool | ✓ | — |
imagecreate() | (int $width, int $height): mixed | mixed | ✓ | — |
imagecreatefrombmp() | (string $filename): mixed | mixed | ✓ | — |
imagecreatefromgif() | (string $filename): mixed | mixed | ✓ | — |
imagecreatefromjpeg() | (string $filename): mixed | mixed | ✓ | — |
imagecreatefrompng() | (string $filename): mixed | mixed | ✓ | — |
imagecreatefromstring() | (string $data): mixed | mixed | ✓ | — |
imagecreatefromtga() | (string $filename): mixed | mixed | ✓ | — |
imagecreatefromwebp() | (string $filename): mixed | mixed | ✓ | — |
imagecreatetruecolor() | (int $width, int $height): mixed | mixed | ✓ | — |
imagecrop() | (mixed $image, mixed $rect = ['x' => 0, 'y' => 0, 'width' => 0, 'height' => 0]): mixed | mixed | ✓ | — |
imagecropauto() | (mixed $image, int $mode = IMG_CROP_DEFAULT, float $threshold = 0.5, int $color = -1): mixed | mixed | ✓ | — |
imagedashedline() | (mixed $image, int $x1, int $y1, int $x2, int $y2, int $color): bool | bool | ✓ | — |
imagedestroy() | (mixed $image): bool | bool | ✓ | — |
imageellipse() | (mixed $image, int $center_x, int $center_y, int $width, int $height, int $color): bool | bool | ✓ | — |
imagefill() | (mixed $image, int $x, int $y, int $color): bool | bool | ✓ | — |
imagefilledarc() | (mixed $image, int $center_x, int $center_y, int $width, int $height, int $start_angle, int $end_angle, int $color, int $style): bool | bool | ✓ | — |
imagefilledellipse() | (mixed $image, int $center_x, int $center_y, int $width, int $height, int $color): bool | bool | ✓ | — |
imagefilledpolygon() | (mixed $image, array $points, int $color): bool | bool | ✓ | — |
imagefilledrectangle() | (mixed $image, int $x1, int $y1, int $x2, int $y2, int $color): bool | bool | ✓ | — |
imagefilltoborder() | (mixed $image, int $x, int $y, int $border_color, int $color): bool | bool | ✓ | — |
imagefilter() | (mixed $image, int $filter, int $arg1 = 0, int $arg2 = 0, int $arg3 = 0, int $arg4 = 0): bool | bool | ✓ | — |
imageflip() | (mixed $image, int $mode): bool | bool | ✓ | — |
imagefontheight() | (int $font): int | int | ✓ | — |
imagefontwidth() | (int $font): int | int | ✓ | — |
imagegammacorrect() | (mixed $image, float $input_gamma, float $output_gamma): bool | bool | ✓ | — |
imagegetinterpolation() | (mixed $image): int | int | ✓ | — |
imagegif() | (mixed $image, ?string $file = null): bool | bool | ✓ | — |
imageinterlace() | (mixed $image, ?bool $enable = null): int | int | ✓ | — |
imageistruecolor() | (mixed $image): bool | bool | ✓ | — |
imagejpeg() | (mixed $image, ?string $file = null, int $quality = -1): bool | bool | ✓ | — |
imagelayereffect() | (mixed $image, int $effect): bool | bool | ✓ | — |
imageline() | (mixed $image, int $x1, int $y1, int $x2, int $y2, int $color): bool | bool | ✓ | — |
imageopenpolygon() | (mixed $image, array $points, int $color): bool | bool | ✓ | — |
imagepalettecopy() | (mixed $dst, mixed $src): bool | bool | ✓ | — |
imagepalettetotruecolor() | (mixed $image): bool | bool | ✓ | — |
imagepng() | (mixed $image, ?string $file = null, int $quality = -1, int $filters = -1): bool | bool | ✓ | — |
imagepolygon() | (mixed $image, array $points, int $color): bool | bool | ✓ | — |
imagerectangle() | (mixed $image, int $x1, int $y1, int $x2, int $y2, int $color): bool | bool | ✓ | — |
imageresolution() | (mixed $image, ?int $resolution_x = null, ?int $resolution_y = null): mixed | mixed | ✓ | — |
imagerotate() | (mixed $image, float $angle, int $background_color, int $ignore_transparent = 0): mixed | mixed | ✓ | — |
imagesavealpha() | (mixed $image, bool $enable): bool | bool | ✓ | — |
imagescale() | (mixed $image, int $width, int $height = -1, int $mode = IMG_BILINEAR_FIXED): mixed | mixed | ✓ | — |
imagesetinterpolation() | (mixed $image, int $method = IMG_BILINEAR_FIXED): bool | bool | ✓ | — |
imagesetpixel() | (mixed $image, int $x, int $y, int $color): bool | bool | ✓ | — |
imagesetthickness() | (mixed $image, int $thickness): bool | bool | ✓ | — |
imagestring() | (mixed $image, int $font, int $x, int $y, string $string, int $color): bool | bool | ✓ | — |
imagestringup() | (mixed $image, int $font, int $x, int $y, string $string, int $color): bool | bool | ✓ | — |
imagesx() | (mixed $image): int | int | ✓ | — |
imagesy() | (mixed $image): int | int | ✓ | — |
imagetruecolortopalette() | (mixed $image, bool $dither, int $num_colors): bool | bool | ✓ | — |
imagetypes() | (): int | int | ✓ | — |
imagewebp() | (mixed $image, ?string $file = null, int $quality = -1): bool | bool | ✓ | — |
iptcembed() | (string $iptcdata, string $jpeg_file_name, int $spool = 0): mixed | mixed | ✓ | — |
iptcparse() | (string $iptcblock): mixed | mixed | ✓ | — |
read_exif_data() | (string $filename, ?string $required_sections = null, bool $as_arrays = false, bool $read_thumbnail = false): mixed | mixed | ✓ | — |