Skip to content

Commit 7bf74cc

Browse files
authored
Imagick::writeImageFile supporting format parameter
1 parent f361e35 commit 7bf74cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5016,7 +5016,7 @@
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'],
50215021
'Imagick::writeImagesFile' => ['bool', 'filehandle'=>'resource'],
50225022
'ImagickDraw::__construct' => ['void'],

0 commit comments

Comments
 (0)