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.
目標は、画像の上にキャプションを配置し、テキストの色を、その上に配置されている背景と対照的な色に設定することです。そのために、次の画像の赤い長方形の内側の領域の平均色を計算したいと思います。
ボンゾの答えを拡張します。これはコマンドの例です
convert Y82IirS.jpg -resize 1x1 txt:
結果
# ImageMagick pixel enumeration: 1,1,255,srgb 0,0: (220,176, 44) #DCB02C srgb(220,176,44)
画像の平均色
関心のある領域を切り取り、1 ピクセルにサイズ変更します。次に、そのピクセルの値を取得します。