Search found 7 matches

by alealvaro
2016-10-20T14:04:34-07:00
Forum: IMagick
Topic: resize an overlay in a gif image
Replies: 3
Views: 13358

Re: resize an overlay in a gif image

fmw42 wrote:try

Code: Select all

convert 600x339-star-wars.gif -coalesce null: \( ninja-100x100.png -resize 200x -set page +40+40 \) -layers composite -layers optimize test2.gif
You're a genius! It worked! Thanks a lot!
by alealvaro
2016-10-20T11:55:02-07:00
Forum: IMagick
Topic: resize an overlay in a gif image
Replies: 3
Views: 13358

resize an overlay in a gif image

Hello!! Please I need help with something. I have a gif image as a background, and I need to resize an overlay image which is a png. By cli, I tried: convert +dither 600x339-star-wars.gif -coalesce null: ninja-100x100.png -geometry 200x+40+40 -layers composite -layers optimize test2.gif This command...
by alealvaro
2016-08-19T05:31:36-07:00
Forum: Users
Topic: composite over gif
Replies: 9
Views: 9326

Re: composite over gif

Thanks for the explanación! I mean for example in the upper left cornet the sky in the post lose some quality. Or in the upper right córner, just before the overlay, the are some dancing píxels in the cortain. Those weird píxels are not in the original gif. Is there any way to avoid that? Thanks aga...
by alealvaro
2016-08-18T20:52:40-07:00
Forum: Users
Topic: composite over gif
Replies: 9
Views: 9326

Re: composite over gif

You're right, that order for geometry and gravity are the right one, but, I'm still having those weird dots in the result image. Is there anything else I could try? Could be these some kind of problem with the amount of colors the gif has?
by alealvaro
2016-08-18T20:28:35-07:00
Forum: Users
Topic: composite over gif
Replies: 9
Views: 9326

Re: composite over gif

Thanks! That helped me to make it works!! Just one more question, I tried with this images: (you could find them in this Google drive folder) https://drive.google.com/drive/folders/0B1SKE5TLSAiaaE9scFlBM21zTE0?usp=sharing There are a gif and a png, I tried to generate the new gif with this command: ...
by alealvaro
2016-08-18T20:17:09-07:00
Forum: Users
Topic: composite over gif
Replies: 9
Views: 9326

Re: composite over gif

Thanks for your answer. This is the data: Version: ImageMagick 6.7.2-7 2016-06-16 Q16 http://www.imagemagick.org (running on CentOS) Animated gif: http://stream1.gifsoup.com/view1/4736655/bugatti-3-a-o.gif PNG overlay: http://koti.tamk.fi/~c2nsaijo/insurance/pictures/sidepic_link.png I need to the P...
by alealvaro
2016-08-18T19:49:39-07:00
Forum: Users
Topic: composite over gif
Replies: 9
Views: 9326

composite over gif

Hello! Please I need help with this: I have a gif image, and I need to composite over that Image a png. How can I do that? I tried to composite right over the gif, like: composite -geometry +519+0 overlay.png my.gif test.gif But only put the png in the first frame. Then I tried: convert -coalesce my...