0

How do I create dynamic images using php which depend of $_GET['x'] variables?

3
  • 3
    Stack Overflow isn't a code-request site. Have you attempted to write anything? You need GD, basic graphic art skill, and basic programming skills to pull this off. Commented Jun 29, 2012 at 20:17
  • Yes, I'm fully aware of that, but I don't know who to ask. I'm in a desperate need of this. I haven't tried anything, because I don't code php. Commented Jun 29, 2012 at 20:18
  • 1
    If you aren't going to code it yourself, I suggest contacting a freelancer. Commented Jun 29, 2012 at 20:22

1 Answer 1

2

I highly suggest this library http://codecanyon.net/item/image-tools-with-bmp-support/239941 I've used it in a few projects I've worked on involving essentially your same needs. We needed a way to generate forum signatures dynamically based on data from the forum database such as the users name, profile picture, how many posts they had, etc.

Edit: Not sure if I'm allowed to advertise (I don't think I am) but if you have questions send me an email at peter at olds dot co.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.