画像の白黒を反転する
GIMP
を使う場合
反転させたい要素を選択した状態で、
色(C)
→
階調の反転(V)
を選ぶ
<A-c>v
でも可
ImageMagick
の場合
-negate
optionを渡す
$ convert input.png -negate output.png
http://image-magick.com/2014/09/25/negate/
#色の反転
#モノクロ
#階調の反転
#2023-05-10
12:51:17
#2023-04-27
08:00:38