File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1644,7 +1644,7 @@ PHP_FUNCTION(imageistruecolor)
1644
1644
/* }}} */
1645
1645
1646
1646
/* {{{ proto void imagetruecolortopalette(resource im, bool ditherFlag, int colorsWanted)
1647
- Convert a true colour image to a palette based image with a number of colours , optionally using dithering. */
1647
+ Convert a true color image to a palette based image with a number of colors , optionally using dithering. */
1648
1648
PHP_FUNCTION (imagetruecolortopalette )
1649
1649
{
1650
1650
zval * IM ;
@@ -1670,8 +1670,8 @@ PHP_FUNCTION(imagetruecolortopalette)
1670
1670
1671
1671
1672
1672
1673
- /* {{{ proto void imagetruecolortopalette (resource im, bool ditherFlag, int colorsWanted )
1674
- Convert a true colour image to a palette based image with a number of colours, optionally using dithering . */
1673
+ /* {{{ proto void imagepalettetotruecolor (resource im)
1674
+ Convert a palette based image to a true color image . */
1675
1675
PHP_FUNCTION (imagepalettetotruecolor )
1676
1676
{
1677
1677
zval * IM ;
You can’t perform that action at this time.
0 commit comments