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.
将拍摄图像、移动/平移 X、Y 像素的偏移量并保存结果的命令是什么?
你可以尝试这样的事情:
convert test.png -page +20+20 -background none -flatten newtest.png
其中+20+20代表您的 x,y 坐标。
+20+20