tags:

views:

98

answers:

3

I have this:

alt text

But i want to have place text in the middle like this:

This is how i wanted.

How do i do it?

Im sorry forgot to mention i want this in the web.. so like html, so i would use a div or a span to do it

A: 

Programmatically, this largely depends on what dechnologies you're using. Are you reading in a bitmap, adding text, and outputting a bitmap?

What's the input, what's the output, and how do you want the program to operate? There are hundreds of answers to this question, and all depend on the specification.

Stefan Kendall
A: 

If you're familiar with PHP, you could try GD:

http://php.net/manual/en/book.image.php

Ben
+2  A: 

Are you doing it on the web? if so, then you can use css/divs/spans to do it

google css layout tutorials and you'll be fine

dassouki
Yeah I don't know why this question was closed. It's obviously a relevant question about how to place text over a background image. Yours was the best answer so I voted it up.
apphacker