差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| imagemagick:imagemagick [2025/11/05 17:02] – tenforward | imagemagick:imagemagick [2026/02/18 17:22] (現在) – tenforward | ||
|---|---|---|---|
| 行 5: | 行 5: | ||
| * クレジット入れる | * クレジット入れる | ||
| * font は < | * font は < | ||
| + | |||
| + | < | ||
| + | montage \ | ||
| + | -auto-orient \ | ||
| + | -tile 2x2 \ | ||
| + | -geometry 1024x \ | ||
| + | 1.jpg 2.jpg 3.jpg 4.jpg \ | ||
| + | jpg:- | \ | ||
| + | convert - \ | ||
| + | -font " | ||
| + | -pointsize 18 \ | ||
| + | -fill ForestGreen \ | ||
| + | -gravity SouthEast \ | ||
| + | -annotate +10+10 ' | ||
| + | out.jpg | ||
| + | </ | ||
| + | |||
| + | 4枚の画像それぞれの右下に文字を入れたければ次のようにする。↑は2x2を作ってから右下に文字を入れてる。 | ||
| < | < | ||
| -tile 2x2 \ | -tile 2x2 \ | ||
| -geometry 1024x \ | -geometry 1024x \ | ||
| - | -font "Liberation-Serif-Italic" \ | + | -font "Bradley-Hand-Bold" \ |
| -annotate +440+10 'by @ten_forward' | -annotate +440+10 'by @ten_forward' | ||
| -pointsize 18 \ | -pointsize 18 \ | ||
| 行 31: | 行 49: | ||
| < | < | ||
| - | magick | + | magick |
| </ | </ | ||
| 行 60: | 行 78: | ||
| < | < | ||
| magick test.png -colorspace Gray gray_colorspace.png | magick test.png -colorspace Gray gray_colorspace.png | ||
| + | </ | ||
| + | |||
| + | ===== 回転 ===== | ||
| + | |||
| + | < | ||
| + | magick hoge.jpg -rotate 90 fuga.jpg | ||
| </ | </ | ||