Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在用 PHP 编程并尝试使用 Gmagick 扩展。根据文档,没有Imagick 中的setgravity()方法,但 Gmagick 定义了重力常数。那么如何在 Gmagick 中设置重力呢?
setgravity()
据此,添加了重力功能并且它们似乎确实有效,因此文档已经过时了。这些功能就像 Imagick 一样。