Gradient Image (Transform command from IM 7 to Magick.Net) #1008
Replies: 5 comments 10 replies
-
What have to tried so far? Most options are methods on the |
Beta Was this translation helpful? Give feedback.
-
Can Magick.Net do gradient border ? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
convert -size 320x100 xc:lightblue -font Candice -pointsize 72 -tile gradient: -annotate +28+68 'Anthony' font_gradient.jpg |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Please help to transform command.
It do gradient at image from 1 color to another.
I can't find any other solutions, only this from IM7
back.png -set option:dims "%wx%h" ( -size "%[dims]" gradient:"{-Variable.backColor-}-{-Variable.textColor-}" ) ( -clone 0 -alpha extract ) -delete 0 -alpha off -compose copy_opacity -composite back.png
Beta Was this translation helpful? Give feedback.
All reactions