I'm new to imageMagick.
I have a 500x500 png image.
I made a mirror effect that fades away like this : https://www.imagemagick.org/discourse-s ... hp?t=15371
My source code :
Code: Select all
#{sourceFilePath}
( -size 500x0 xc:none )
( -clone 0 -flip -crop 500x150+0+0 +repage
-size 500x150 gradient: +level 0x50%
-compose copy_opacity -composite )
-channel rgba -alpha on -append
#{targetFilePath} And I must add a radial-gradient in background but with size in 200x118
Can you help me pls ?
thanks





