How do I create dynamic images using php which depend of $_GET['x'] variables?
3
-
3Stack 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.Robert K– Robert K2012-06-29 20:17:25 +00:00Commented 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.Mike Burnwood– Mike Burnwood2012-06-29 20:18:49 +00:00Commented Jun 29, 2012 at 20:18
-
1If you aren't going to code it yourself, I suggest contacting a freelancer.Robert K– Robert K2012-06-29 20:22:23 +00:00Commented Jun 29, 2012 at 20:22
Add a comment
|
1 Answer
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.