ImageMagickの内蔵画像を確認

端末の Sixel の動作確認によくこんな感じで ImageMagick 内蔵の rose: を使っています.

$ convert rose: - | sixelv -

imagemagick rose2sixel

この内蔵組み込み画像は他にもないかなと探してみました.

検索すると以下のページを見つけました.

Built-in image というようです.以下のコマンドで一覧が確認できます.大文字で出てきますが,大文字でも小文字でも OK そうです.( H は Built-in image ではない.)

$ convert -list coder | grep MAGICK
GRANITE     MAGICK
H           MAGICK
LOGO        MAGICK
NETSCAPE    MAGICK
ROSE        MAGICK
WIZARD      MAGICK
$ montage -label "%i" -tile 3 -geometry 200 GRANITE: LOGO: NETSCAPE: ROSE: WIZARD: - | sixelv -

imagemagick built in image

rose/logo 辺りが覚えやすくていいですね.後は用途別に使うと良さそうです.

環境
$ dpkg-query -W imagemagick
imagemagick     8:6.9.13.12+dfsg1-1+b1
$ sixelv --version
sixelv 3.8.1 (2024/09/21) - SIXEL viewer
 Supported loader: blurhash, libwebp, stb_image
$ lsb_release -dr
Description:    Debian GNU/Linux trixie/sid
Release:        n/a
$ arch
x86_64

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

To respond on your own website, enter the URL of your response which should contain a link to this post's permalink URL. Your response will then appear (possibly after moderation) on this page. Want to update or remove your response? Update or delete your post and re-enter your post's URL again. (Find out more about Webmentions.)