Search found 9 matches

by pigeon33
2016-06-03T18:24:27-07:00
Forum: Developers
Topic: How to create a GIF with 2 PNG files (command line)?
Replies: 2
Views: 40011

Re: How to create a GIF with 2 PNG files (command line)?

Hi Snibgo,

It works perfectly...

Thank you very much for your help!

M.
by pigeon33
2016-06-03T04:47:13-07:00
Forum: Developers
Topic: How to create a GIF with 2 PNG files (command line)?
Replies: 2
Views: 40011

How to create a GIF with 2 PNG files (command line)?

Hello,

Do you know if it is possible to create an animation with 2 PNG files?

Let's say file1.png is a picture of a smiley happy and let's say file2.png is a picture of a smiley angry...

I would like to know if it is possible by using a command line to make an animation (a .GIF file) with file1 ...
by pigeon33
2016-03-20T05:00:35-07:00
Forum: Developers
Topic: How to add a zoom effect on a GIF or PNG file (command line)
Replies: 2
Views: 15245

Re: How to add a zoom effect on a GIF or PNG file (command line)

Hi Snibgo,

Thank you very much for your help!

M.
by pigeon33
2016-03-14T00:47:56-07:00
Forum: Developers
Topic: How to add a zoom effect on a GIF or PNG file (command line)
Replies: 2
Views: 15245

How to add a zoom effect on a GIF or PNG file (command line)

Hello,

Do you know if it is possible to add a zoom effect on a non animated GIF or PNG file?

This is what I need: http://freegifmaker.me/img/gifim300x226/1249416126.gif

Moreover is it possible to add a delay between each zoom?

(non animated GIF or PNG >> wait X seconds >> zoom effect >>)

Thank ...
by pigeon33
2015-11-15T09:00:26-07:00
Forum: Developers
Topic: [SOLVED] How to add animated watermark (GIF) on a static image (GIF)?
Replies: 9
Views: 12030

Re: [SOLVED] How to add animated watermark (GIF) on a static image (GIF)?

Last quick question... for the watermark I use a GIF with transparent background but when I apply this watermark on my image the background is still transparent but it is not very clean... do you know why? Thank you!
by pigeon33
2015-11-15T08:46:19-07:00
Forum: Developers
Topic: [SOLVED] How to add animated watermark (GIF) on a static image (GIF)?
Replies: 9
Views: 12030

Re: How to add animated watermark (GIF) on a static image (GIF)?

Thank you Snibgo it works perfectly!

In case someone else need it... This is the command line I use on Windows:

convert -size 100x100 "F:\composite_background.gif" null: ( "F:\script_k.gif" -coalesce ) ^
-gravity Center -layers Composite ^
-layers Optimize "F:\test.gif"
by pigeon33
2015-11-15T08:08:25-07:00
Forum: Developers
Topic: [SOLVED] How to add animated watermark (GIF) on a static image (GIF)?
Replies: 9
Views: 12030

Re: How to add animated watermark (GIF) on a static image (GIF)?

Thank you because now it works on my Windows however why I always see the "plasma:fractal" image? My goal is to be able to add the "script_k.gif" (animated GIF) to any kind of GIF not only to "plasma:fractal". Could you please tell me what I have to modify?
by pigeon33
2015-11-15T03:04:08-07:00
Forum: Developers
Topic: [SOLVED] How to add animated watermark (GIF) on a static image (GIF)?
Replies: 9
Views: 12030

Re: How to add animated watermark (GIF) on a static image (GIF)?

Thank you because it is exactly what I need BUT when I copy/paste the command line in my cmd it don't works because it is (I guess) a multi line command. Is it possible to convert this command in a 1 line command only?

debug:

F:\>convert -size 100x100 plasma:fractal null: \( script_k.gif -coalesce ...
by pigeon33
2015-11-15T00:27:04-07:00
Forum: Developers
Topic: [SOLVED] How to add animated watermark (GIF) on a static image (GIF)?
Replies: 9
Views: 12030

[SOLVED] How to add animated watermark (GIF) on a static image (GIF)?

Hello,

I will try to keep it short ))

My goal is to find a command line to add an animated watermak (GIF) on a static image (GIF)

My version of ImageMagick:

convert -version
Version: ImageMagick 6.9.2-5 Q16 x64 2015-10-31 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2015 ImageMagick ...