PHP/GD - transparent background

前端 未结 1 2027
陌清茗
陌清茗 2020-12-02 21:48

I want to do the following in PHP in combination with GD. ImageMagick is not an option, unfortunately, but this seems like such a common problem that there has to b

1条回答
  •  一生所求
    2020-12-02 22:01

    imagecolortransparent is probably not what you want here if you're merging images, as single-colour transparency is nasty.

    Instead, try it with a transparent fill mask like so:

    0 讨论(0)
提交回复
热议问题