Search found 10 matches

by jhegedus42
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?

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
Ok, I read it more carefully once more.
by jhegedus42
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?

Bonzo wrote:Yes; check out this link and a bit further up the page: http://www.imagemagick.org/Usage/photos/#double
Many thanks for the tip, that page is also very useful.
by jhegedus42
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!
by jhegedus42
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
run without error....
by jhegedus42
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:

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
Same error.
by jhegedus42
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 ...
by jhegedus42
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 ?
by jhegedus42
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.
by jhegedus42
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