Doc #74516 [Com]: Fourth argument not documented

[email protected] ("butesa at freenet dot de") Wed, 19 Apr 2023 09:02:14 +0000
Newsgroups php.doc.bugs
Message-ID <[email protected]>
Edit report at https://bugs.php.net/bug.php?id=74516&edit=1

 ID:                 74516
 Comment by:         butesa at freenet dot de
 Reported by:        mcruz at firmseek dot com
 Summary:            Fourth argument not documented
 Status:             Verified
 Type:               Documentation Problem
 Package:            imagick
 PHP Version:        Irrelevant
 Block user comment: N
 Private report:     N

 New Comment:

Suggestion (based on https://github.com/Imagick/imagick/blob/28f27044e435a2b203e32675e942eb8de620ee58/imagick_class.c):

fill
Available since ImageMagick 6.3.2.
If fill is true and the image does not fill the box completely the box is filled with image's background color. The background color can be set using Imagick::setImageBackgroundColor().

legacy
If legacy is true, the calculations are done with the small rounding bug that existed in Imagick before 3.4.0. If false, the calculations should produce the same results as ImageMagick CLI does.


Previous Comments:
------------------------------------------------------------------------
[2017-04-30 21:50:02] mcruz at firmseek dot com

Description:
------------
---
From manual page: http://www.php.net/imagick.thumbnailimage
---

The prototype at the top of the manual page for imagick->thumbnailImage includes an optional fourth argument ($fill), but the list of arguments beneath it only describes the first three. There is no further mention of $fill or what it does.



------------------------------------------------------------------------



--
Edit this bug report at https://bugs.php.net/bug.php?id=74516&edit=1