Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > Interests > Tilted Technology


 
 
LinkBack Thread Tools
Old 05-30-2007, 03:45 PM   #1 (permalink)
Poo-tee-weet?
 
JStrider's Avatar
 
Location: The Woodlands, TX
ImageMagick help, trying to lay one image over another

I'm trying to put one image over another.

one is a .png with black text over a transparent background, and the others are .jpgs of various sizes

so far I've gotten
Code:
mogrify -draw "image over 0,230 0,0 'textmarktransparent.png'"  *.JPG
to mostly work, but I want the text to go in the lower left corner, I've seen the gravity command, but it doesnt work with draw.

anyone know of other ways to overlay the images, or to write the text onto all the images at once.

thanks a bunch!
__________________
-=JStrider=-

~Clatto Verata Nicto
JStrider is offline  
 

Tags
help, image, imagemagick, lay

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 12:38 AM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46