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.
私はpng画像を持っています。imagemagick を使用してこの画像から小さな四角形を切り取るにはどうすればよいですか? (画像に透明な穴をあける)
例えば:
ソース:
行き先:
わかったみたいです。
convert u1.png -alpha set -region 40x30+15+5 -alpha transparent u3.png
u1.png から rect (40x30) を切り取ります。