如何在 drupal 中使用 imagecache 调整大小和裁剪时定义背景填充颜色?
有没有办法在 imagecache 中应用一些过滤器来填充背景颜色,例如使用 html 代码预设 #FFFFFF ? ,由于规模和规模,这是不可能设置的。作物没有没有选择......但旋转有它...... 谁能帮我设置一下吗?
Is there any way to apply some filters in imagecache to fill the background color with a html code preset #FFFFFF for example? , it's just impossible to set that up since scale & crop doesn't have no option for that...rotate however has it..
Can anyone help me please to set that up?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 ImageCache Actions 来完成此操作,它支持 GD 和 ImageMagick。
You can do this with ImageCache Actions, which supports both GD and ImageMagick.
对于像 ImageMagick 这样的图像处理程序来说,这更像是一项工作。您可以使用 Imagemagick Raw Actions 模块在 ImageCache 中调用此行为。我不是 ImageMagick 专家,但您可以指定填充颜色并将其与 绘制命令< /a>.
This is more of a job for an image manipulation program like ImageMagick. You can use the Imagemagick Raw Actions module to invoke this behaviour within ImageCache. I'm not an ImageMagick expert but you can specify a fill colour and use it with the draw command.