Search found 3 matches
- 2015-01-29T07:17:57-07:00
- Forum: Users
- Topic: Compositing text on animated gif thickens
- Replies: 5
- Views: 2459
Re: Compositing text on animated gif thickens
Oh, man, I didn't realize rose: was internal. I'm such a newb. I couldn't figure out at all how it was picking up the rose image! That answer alone has added to my sanity. Okay, so I still have the flickering problem and now I have a duplication issue. Here are my files: convert -size 106x73 ...
- 2015-01-28T08:32:45-07:00
- Forum: Users
- Topic: Compositing text on animated gif thickens
- Replies: 5
- Views: 2459
Re: Compositing text on animated gif thickens
Thanks for replying! I tried using -draw, but I'm not sure how the syntax works. convert double-blanked.gif -draw 'image over 515,94 sidedistorted.miff' out.gif and convert double-blanked.gif -draw 'image over 515,94 sidedistorted.miff "sidedistorted:"' out.gif both give me convert: non-conforming ...
- 2015-01-23T10:47:54-07:00
- Forum: Users
- Topic: Compositing text on animated gif thickens
- Replies: 5
- Views: 2459
Compositing text on animated gif thickens
I have an animated gif: http://imgur.com/4GhaC8E (let's call it double-blanked.gif) I would like to put text on the frames, so first I create a transparent image with text: convert -size 106x73 -background none -fill "#0f0f0e" -font "./sign-standard.ttf" -gravity center -pointsize 18 label:"CHANGE ...