AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Add caption to animated gifs???

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Seabiscuit



Joined: 07 Jan 2007
Posts: 109
Location: In fund pe scaun, la o bere prin Romania :D

PostPosted: Thu May 08, 2008 11:24 am    Post subject: Add caption to animated gifs??? Reply with quote

Does anyone know a program that will allow me to do that?(caption will be positioned below the image itself)
_________________
Backgammon addicted!
GamesGrid was one of the first online web sites to bring Backgammon to the Internet
Back to top
View user's profile Send private message Yahoo Messenger
Seabiscuit



Joined: 07 Jan 2007
Posts: 109
Location: In fund pe scaun, la o bere prin Romania :D

PostPosted: Thu May 08, 2008 6:30 pm    Post subject: Reply with quote

Solved with ImageMagick "-annotate" parameter:
1)uncompressed output:
convert picture.gif -clone 0 -coalesce -gravity South -background white -splice 0x18 -annotate 0 "Label First" -swap -1,0 +delete label_first.gif
2)compressed output:
convert picture.gif ( -clone 0 -coalesce -gravity South -background white -splice 0x18 -annotate 0 "Label First" ) -swap -1,0 +delete label_first.gif
Very Happy
_________________
Backgammon addicted!
GamesGrid was one of the first online web sites to bring Backgammon to the Internet
Back to top
View user's profile Send private message Yahoo Messenger
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group