在Imagemagick中创建阴影效果

在Imagemagick中创建阴影效果

本文介绍了在Imagemagick中创建阴影效果的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

此似乎被嵌入图像本身(而不是css3)。如何在imagemagick中创建它?

The border shadow effects used in the images of this blog post seem to be embeded in the images themselves (not css3). How can it be created in imagemagick?

编辑1:
我发现的解决方案非常偶然地在下面作为答案发布。

Edit 1:The solution which I found quite accidentlly is posted below as an answer.

推荐答案

<$ c $上有一个 -shadow 参数c>转换,可以选择执行此操作。

There is a -shadow argument on convert that has options to do this.

这篇关于在Imagemagick中创建阴影效果的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-02 02:28