Search found 5 matches
- 2018-10-05T11:11:06-07:00
- Forum: Users
- Topic: How to build this effect in Image Magick?
- Replies: 10
- Views: 9119
Re: How to build this effect in Image Magick?
Could please tell me if you know how I could make the beginning and the end of the image "un-transparent" and only the middle part transparent gradient.
How much of the ends and middle? 1/3, 1/3, 1/3? or some other portions?
Yes 1/3, 1/3 , 1/3 would be good I think so.
If you could give me ...
- 2018-10-05T10:39:27-07:00
- Forum: Users
- Topic: How to build this effect in Image Magick?
- Replies: 10
- Views: 9119
Re: How to build this effect in Image Magick?
I tried now on a linux vps with IM 6,
and there it seems to work with convert instead of magick .
https://imgur.com/a/8Y2mIsU => look at result_linux.jpg.
In worst-case I could let run the script later under linux.
Could please tell me if you know how I could make the beginning and the end of ...
and there it seems to work with convert instead of magick .
https://imgur.com/a/8Y2mIsU => look at result_linux.jpg.
In worst-case I could let run the script later under linux.
Could please tell me if you know how I could make the beginning and the end of ...
- 2018-10-05T10:28:17-07:00
- Forum: Users
- Topic: How to build this effect in Image Magick?
- Replies: 10
- Views: 9119
Re: How to build this effect in Image Magick?
Thanks guys I really appreciate your help!
I have no success..
magick 1.jpg 2.jpg \( -clone 1 -channel rgba -alpha transparent -sparse-color barycentric '0,0 white %w,0 black' \) -compose over -composite result.jpg
still gets me as result the 2.jpg
I even tried with magick instead of convert ...
I have no success..
magick 1.jpg 2.jpg \( -clone 1 -channel rgba -alpha transparent -sparse-color barycentric '0,0 white %w,0 black' \) -compose over -composite result.jpg
still gets me as result the 2.jpg
I even tried with magick instead of convert ...
- 2018-10-05T04:49:10-07:00
- Forum: Users
- Topic: How to build this effect in Image Magick?
- Replies: 10
- Views: 9119
Re: How to build this effect in Image Magick?
Thank you @fmw42 for your reply and your explications, wow I would like to have your IM skills :)
I am on IM7 on OSx:
convert --version
Version: ImageMagick 7.0.8-11 Q16 x86_64 2018-09-08 https://www.imagemagick.org
The command that you gave me does not work, I suppose it's related to IM7?
I ...
I am on IM7 on OSx:
convert --version
Version: ImageMagick 7.0.8-11 Q16 x86_64 2018-09-08 https://www.imagemagick.org
The command that you gave me does not work, I suppose it's related to IM7?
I ...
- 2018-10-04T19:14:18-07:00
- Forum: Users
- Topic: How to build this effect in Image Magick?
- Replies: 10
- Views: 9119
How to build this effect in Image Magick?
Hi,
can someone please tell me how can I create this effect in imageMagick?
2 images, one as overlay with a gradient in the middle over the first image.

Thank you in advance.
Pim.
can someone please tell me how can I create this effect in imageMagick?
2 images, one as overlay with a gradient in the middle over the first image.

Thank you in advance.
Pim.