Here is how far I got...
Code: Select all
convert image.jpg -type GrayScale
Code: Select all
(+clone -motion-blur 0x150+0)
Next I want to set the overlay mode for the duplicated layer to "screen" and set its opacity to 50%.
Code: Select all
final.jpg
Code: Select all
-compose blend -define compose:args=50,50 -composite
Anyway, I'd really appreciate any help with this! Thanks