Image to Background Difference, problem with command
Posted: 2008-01-14T02:30:15-07:00
http://www.imagemagick.org/Usage/channels/#mask_diff
When I try to shell execute convert.exe with the following:
or this:
I get no error and no resulting image
What am I doing wrong?
When I try to shell execute convert.exe with the following:
Code: Select all
"C:\Documents and Settings\User2\Desktop\Pics\Testing\cyclops.png ( +clone -fx 'p{0,0}' ) -compose Difference -composite -modulate 100,0 +matte C:\Documents and Settings\User2\Desktop\Pics\Testing\difference.png", "C:\Program Files\ImageMagick-6.3.7-Q8\"
Code: Select all
"C:\Documents and Settings\User2\Desktop\Pics\Testing\cyclops.png \( +clone -fx 'p{0,0}' \) -compose Difference -composite -modulate 100,0 +matte C:\Documents and Settings\User2\Desktop\Pics\Testing\difference.png", "C:\Program Files\ImageMagick-6.3.7-Q8\"
What am I doing wrong?