コマンド プロンプトから以下のコマンドを実行しようとすると、次のエラーが表示されます。
magick billadd1.jpg -type TrueColorAlpha billadd2.jpg -type TrueColorAlpha \( -clone 0,1 -compose difference -composite -morphology dilate disk:10 \) \( -clone 0 -fill yellow -colorize 100 -channel a -evaluate set 50% +channel \) \( -clone 0,3,2 -compose over -composite +write 1.jpg \) \( -clone 1,3,2 -compose over -composite +write 2.jpg \) null:
magick: unable to open image '\(': No such file or directory @ error/blob.c/OpenBlob/3537.
magick: この画像フォーマット `' @ error/constitute.c/ReadImage/562 のデコード デリゲートがありません。
また、im4java を使用して Java からこのコマンドを実行する方法を教えてください。
私はimagemagick veriosn7を使用していることに注意してください