• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • Imagick::setImageAlphaChannel()

    (No version information available, might only be in Git)

    Sets image alpha channel

    说明

    Imagick::setImageAlphaChannel(int $mode): bool

    Activate or deactivate image alpha channel. The$modeis one of the Imagick::ALPHACHANNEL_* constants.此方法在Imagick基于ImageMagick 6.3.8以上版本编译时可用。

    参数

    $mode

    One of the Imagick::ALPHACHANNEL_* constants

    返回值

    成功时返回TRUE

    错误/异常

    错误时抛出 ImagickException。

    参见

    • Imagick::setImageMatte() Sets the image matte channel
    • Imagick Alpha Channel Constants