Skip to content

Commit 3f8c27d

Browse files
authored
Imagick::writeImage(s)File supporting format parameter
1 parent 88b12f8 commit 3f8c27d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/functionMap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5016,9 +5016,9 @@
50165016
'Imagick::waveImage' => ['bool', 'amplitude'=>'float', 'length'=>'float'],
50175017
'Imagick::whiteThresholdImage' => ['bool', 'threshold'=>'mixed'],
50185018
'Imagick::writeImage' => ['bool', 'filename='=>'string'],
5019-
'Imagick::writeImageFile' => ['bool', 'filehandle'=>'resource'],
5019+
'Imagick::writeImageFile' => ['bool', 'filehandle'=>'resource', 'format='=>'?string'],
50205020
'Imagick::writeImages' => ['bool', 'filename'=>'string', 'adjoin'=>'bool'],
5021-
'Imagick::writeImagesFile' => ['bool', 'filehandle'=>'resource'],
5021+
'Imagick::writeImagesFile' => ['bool', 'filehandle'=>'resource', 'format='=>'?string'],
50225022
'ImagickDraw::__construct' => ['void'],
50235023
'ImagickDraw::affine' => ['bool', 'affine'=>'array'],
50245024
'ImagickDraw::annotation' => ['bool', 'x'=>'float', 'y'=>'float', 'text'=>'string'],

0 commit comments

Comments
 (0)