このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン |
| imagemagick:imagemagick [2024/04/12 16:24] – tenforward | imagemagick:imagemagick [2025/11/20 16:15] (現在) – [画像サイズ変更] tenforward |
|---|
| |
| <code> | <code> |
| convert -gravity South -font "Liberation-Serif-Italic" -geometry 1024x -annotate +440+10 "by @ten_forward" -pointsize 18 -fill ForestGreen img.jpg out.jpg | magick GridArt_20250831_230915523.jpg -gravity SouthEast -font "Andale-Mono" -geometry 1024x -fill ForestGreen -pointsize 18 -annotate +0 "@ten_forward" out.jp |
| </code> | </code> |
| |
| <code> | <code> |
| convert -gravity SouthEast -font "Andale-Mono" -geometry 2048x -annotate +10+10 "by @ten_forward" -pointsize 32 -fill #C0DCC0 $f conv/$f | magick convert -gravity South -font "Liberation-Serif-Italic" -geometry 1024x -annotate +440+10 "by @ten_forward" -pointsize 18 -fill ForestGreen img.jpg out.jpg |
| </code> | </code> |
| |
| <code> | <code> |
| convert -gravity SouthEast -font "Bradley-Hand-Bold" -geometry 2048x -annotate +10+10 "by @ten_forward" -pointsize 48 -fill #003300 %f conv/$f | magick convert -gravity SouthEast -font "Andale-Mono" -geometry 2048x -annotate +10+10 "by @ten_forward" -pointsize 32 -fill #C0DCC0 $f conv/$f |
| | </code> |
| | |
| | <code> |
| | magick $f -gravity SouthEast -font "Bradley-Hand-Bold" -geometry 2048x -pointsize 36 -fill #00ee00 -annotate +10+10 "by @ten_forward" conv/$f |
| </code> | </code> |
| |
| <code> | <code> |
| convert Pic02491.png -crop 1100x1987+192+154 test.png | convert Pic02491.png -crop 1100x1987+192+154 test.png |
| | </code> |
| | |
| | 左上から2160x2160で切り抜き |
| | |
| | <code> |
| | magick $f -gravity northwest -crop 2160x2160+0+0 conv/$f |
| </code> | </code> |
| |
| <code> | <code> |
| magick test.png -colorspace Gray gray_colorspace.png | magick test.png -colorspace Gray gray_colorspace.png |
| | </code> |
| | |
| | ===== コラージュ ===== |
| | 2x2, 画像間隔10px |
| | |
| | <code> |
| | montage 2025-10-08_UNICODE_{1,2,3,4}.jpg -tile 2x2 -geometry +10+10 conv/2025-10-08_UNICODE_1.jpg |
| </code> | </code> |
| |
| |