AutoHotkey Community

It is currently May 26th, 2012, 4:11 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: May 8th, 2008, 12:01 pm 
Offline

Joined: January 7th, 2007, 6:40 pm
Posts: 109
Location: In fund pe scaun, la o bere prin Romania :D
Does anyone know a program that will allow me to do that?(caption will be positioned below the image itself) :roll:

_________________
ImageBackgammon addicted!
GamesGrid was one of the first online web sites to bring Backgammon to the Internet


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 8th, 2008, 7:31 pm 
Offline

Joined: January 7th, 2007, 6:40 pm
Posts: 109
Location: In fund pe scaun, la o bere prin Romania :D
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
:D

_________________
ImageBackgammon addicted!
GamesGrid was one of the first online web sites to bring Backgammon to the Internet


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group