Ok, I read it more carefully once more.fmw42 wrote:Always provide your version of IM and platform. It save time and frustration due to syntax issues.
See the very top link on the User's forum, which is viewtopic.php?f=1&t=9620
Search found 10 matches
- 2015-09-05T12:48:19-07:00
- Forum: Users
- Topic: How to blend + translate simultaneously with Imagemagick?
- Replies: 14
- Views: 5044
Re: How to blend + translate simultaneously with Imagemagick?
- 2015-09-05T12:46:55-07:00
- Forum: Users
- Topic: How to blend + translate simultaneously with Imagemagick?
- Replies: 14
- Views: 5044
Re: How to blend + translate simultaneously with Imagemagick?
Many thanks for the tip, that page is also very useful.Bonzo wrote:Yes; check out this link and a bit further up the page: http://www.imagemagick.org/Usage/photos/#double
- 2015-09-05T08:49:40-07:00
- Forum: Users
- Topic: How to blend + translate simultaneously with Imagemagick?
- Replies: 14
- Views: 5044
Re: How to blend + translate simultaneously with Imagemagick?
The result can be seen here: http://stackoverflow.com/questions/3241 ... 7#32414937
- 2015-09-05T08:46:01-07:00
- Forum: Users
- Topic: How to blend + translate simultaneously with Imagemagick?
- Replies: 14
- Views: 5044
Re: How to blend + translate simultaneously with Imagemagick?
Magically it gives the wished result. Cool ! Thanks!
- 2015-09-05T08:44:42-07:00
- Forum: Users
- Topic: How to blend + translate simultaneously with Imagemagick?
- Replies: 14
- Views: 5044
Re: How to blend + translate simultaneously with Imagemagick?
Code: Select all
convert input02.jpg \( input01.jpg -resize 150% -alpha Opaque -channel A -evaluate Multiply 0.5 +channel -set page +1200+30 \) -background White -layers merge a.jpg
- 2015-09-05T08:42:05-07:00
- Forum: Users
- Topic: How to blend + translate simultaneously with Imagemagick?
- Replies: 14
- Views: 5044
Re: How to blend + translate simultaneously with Imagemagick?
Hi Snibgo,
I tried also this:
Same error.
I tried also this:
Code: Select all
convert input02.jpg ( input01.jpg -resize 150% -alpha Opaque -channel A -evaluate Multiply 0.5 +channel -set page +1200+30 ) -background White -layers merge a.jpg
- 2015-09-05T08:21:39-07:00
- Forum: Users
- Topic: How to blend + translate simultaneously with Imagemagick?
- Replies: 14
- Views: 5044
Re: How to blend + translate simultaneously with Imagemagick?
I tried this command : convert input02.jpg (input01.jpg -resize 150%% -alpha Opaque -channel A -evaluate Multiply 0.5 +channel -set page +1200+30) -background White -layers merge a.jpg and it gave me an error like : ./convert.sh: line 10: syntax error near unexpected token `(' ./convert.sh: line 10 ...
- 2015-09-05T08:07:07-07:00
- Forum: Users
- Topic: How to blend + translate simultaneously with Imagemagick?
- Replies: 14
- Views: 5044
Re: How to blend + translate simultaneously with Imagemagick?
I have a related question, is there a way to do this blending trick in ImageMagick ?
- 2015-09-05T08:06:06-07:00
- Forum: Users
- Topic: How to blend + translate simultaneously with Imagemagick?
- Replies: 14
- Views: 5044
Re: How to blend + translate simultaneously with Imagemagick?
Many thanks Snibgo, I try it.
- 2015-09-05T07:37:09-07:00
- Forum: Users
- Topic: How to blend + translate simultaneously with Imagemagick?
- Replies: 14
- Views: 5044
How to blend + translate simultaneously with Imagemagick?
Hi ImageMagick Community!
Any idea how I can shift two images and blend them at the same time ?
I've illustrated this question here with images.
Cheers,
Jozsef
Any idea how I can shift two images and blend them at the same time ?
I've illustrated this question here with images.
Cheers,
Jozsef