Search found 9 matches

by stockton
2016-03-02T02:05:13-07:00
Forum: Users
Topic: Attempting to integrate two gif onto a png
Replies: 5
Views: 5941

Re: Attempting to integrate two gif onto a png

Thank you guys, especially GeeMack. I have obviously got a lot to learn but thank you GeeMack for such an excellent explanation and your final command worked perfectly for me.
by stockton
2016-03-01T03:24:22-07:00
Forum: Users
Topic: Attempting to integrate two gif onto a png
Replies: 5
Views: 5941

Re: Attempting to integrate two gif onto a png

Altered the command to convert sensors.gif -background white -flatten -background none null: -delay 5 \( \( lcars_anim2.gif \) -geometry +150+210 \) -layers composite -layers optimize sensors.gif and it now looks a bit better but not right as yet. See http://devacs.za.net/sensors2.gif and you may ...
by stockton
2016-03-01T03:20:07-07:00
Forum: Users
Topic: Attempting to integrate two gif onto a png
Replies: 5
Views: 5941

Attempting to integrate two gif onto a png

Using the following command convert lcars_screen_1b.png -background white -flatten -background none null: -delay 5 \( lcars_anim2.gif \) -geometry +150+210 \) \( fwscan.gif \) -geometry +550+280 -layers composite -layers optimize sensors.gif and end up with what can be seen at http://devacs.za.net ...
by stockton
2016-02-29T02:11:34-07:00
Forum: Users
Topic: Attempting to merge a .gif and failing
Replies: 9
Views: 8010

Re: Attempting to merge a .gif and failing

Yes I have and as I said it looks fine to me http://devacs.za.net/lcars.html
by stockton
2016-02-29T01:47:49-07:00
Forum: Users
Topic: Attempting to merge a .gif and failing
Replies: 9
Views: 8010

Re: Attempting to merge a .gif and failing

I have placed both images on my server. http://devacs.za.net/stlogorotating.gif & http://devacs.za.net/DEVACSST.png.
I hope that that helps.
However if you look at http://devacs.za.net/lcars.html it looks as if you, with your last command, has solved the problem for me. Thank you.
by stockton
2016-02-28T03:54:18-07:00
Forum: Users
Topic: Attempting to merge a .gif and failing
Replies: 9
Views: 8010

Re: Attempting to merge a .gif and failing

Thank you, you nearly got me there but what I now have is what shows at http://devacs.za.net/index.gif and/or http://devacs.za.net/lcars.html The background is now transparent but I now need to get rid of the echo. As you can see I worked out that your commands had nothing to do with DEVACSST.png ...
by stockton
2016-02-28T03:16:12-07:00
Forum: Users
Topic: Attempting to merge a .gif and failing
Replies: 9
Views: 8010

Re: Attempting to merge a .gif and failing

Sorry that I missed telling you that I am using ImageMagick 6.8.9-9 Q16 i586 2015-01-05 on Debian Jessie Linux system. DEVACSST.png is the background page and stlogorotating.gif is the animated image I need to apply to the background. I do not understand where DEVACSST.png fits into your commands or ...
by stockton
2016-02-27T04:04:37-07:00
Forum: Users
Topic: Attempting to merge a .gif and failing
Replies: 9
Views: 8010

Re: Attempting to merge a .gif and failing

I forgot to mention that I would also appreciate getting rid of the "hiccup".
by stockton
2016-02-27T03:50:54-07:00
Forum: Users
Topic: Attempting to merge a .gif and failing
Replies: 9
Views: 8010

Attempting to merge a .gif and failing

I have two images, one .png and the 2nd .gif. I wish to place the gif onto the png and have successfully achieved that using convert DEVACSST.png -page +370+105 stlogorotating.gif index.gif however even though the gif apparently has a transparent background it is not transparent in the image at http ...