Search found 1 match
- 2017-05-09T02:16:09-07:00
- Forum: Developers
- Topic: php image reflection with gradient not working in imagemagick command line
- Replies: 3
- Views: 11702
php image reflection with gradient not working in imagemagick command line
I have original image like this https://ibb.co/d9hGRQ After running these commands convert image.jpg -scale 310x496\! scaled.png convert scaled.png +clone -flip -crop 310x150 -compose Dst -composite out/shadow.png convert -size 310x150 -alpha set gradient:rgba\(255,0,255,0.6\)-rgba\(255,255,0,0.50 ...