Search found 4 matches

by ptuaillon
2019-08-29T07:55:39-07:00
Forum: Users
Topic: rize and add radial-gradient background
Replies: 7
Views: 15474

Re: rize and add radial-gradient background

Thanks for your reply

it's solved ! :)
by ptuaillon
2019-08-28T02:52:29-07:00
Forum: Users
Topic: rize and add radial-gradient background
Replies: 7
Views: 15474

Re: rize and add radial-gradient background

That's exactly what I wanted.

Just one last question.

When i change radial-gradient: by radial-gradient:white-LightGray i have a linear gradient.
But if I change by radial-gradient:red-blue i have a radial-gradient

Can you help me ?

My imagemagick version is : ImageMagick-7.0.8-62

thanks for ...
by ptuaillon
2019-08-27T01:47:55-07:00
Forum: Users
Topic: rize and add radial-gradient background
Replies: 7
Views: 15474

Re: rize and add radial-gradient background

Hi fmw42,
Thanks for your reply


You should not use a size with height = 0 (-size 500x0). That is not good. Is that a typo mistake?

In this example : https://www.imagemagick.org/discourse-server/viewtopic.php?t=15371

0 = spacer Or I don't want space between the picture and this flip.

My ...
by ptuaillon
2019-08-26T09:05:10-07:00
Forum: Users
Topic: rize and add radial-gradient background
Replies: 7
Views: 15474

rize and add radial-gradient background

HI, everyone.

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-server/viewtopic.php?t=15371

My source code :

#{sourceFilePath}
( -size 500x0 xc:none )
( -clone 0 -flip -crop 500x150+0+0 +repage
-size ...