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.
我是 ImageMagick 的新手。我需要在文档(.doc)和图像格式上创建编辑,以便在 ImageMagick 的帮助下覆盖一些文本。然后,我必须将其转换为 .tif 格式。我不想更改文档的大小,因为我想使用默认大小执行。应该使用什么命令?
我终于得到了图像的答案: convert image.png -draw "fill black rectangle x1,y1,x2,y2" output.tif
其中 x1,x2,y1,y2 是图像左上角的坐标。
使用 JavaScript 的标签