gpt4 book ai didi

imagemagick - 使用 imagemagick 在特定点在图像上添加文本

转载 作者:行者123 更新时间:2023-12-03 11:36:53 25 4
gpt4 key购买 nike

我想在特定点的图像上添加文本并希望它居中对齐。如何从顶部指定边距?我想从顶部以像素/英寸为单位指定边距。

目前我正在使用这个命令:

 convert temp.jpg -gravity Center  -pointsize 30 -annotate 0 'Love you mom' temp1.jpg 

它正在图像中心写入文本。我希望文本移动到顶部。

这就是我得到的:
enter image description here

这就是我要的:
enter image description here

最佳答案

尝试使用 -gravity North (这会将您的文本移动到图像的顶部)然后添加一个偏移量( -annotate +0+100 )以向下移动您的文本:

convert temp.jpg -gravity North -pointsize 30 -annotate +0+100 'Love you mom' temp1.jpg 

关于imagemagick - 使用 imagemagick 在特定点在图像上添加文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23236898/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com