Crew-Portal Posted August 4, 2007 Share Posted August 4, 2007 Is there any programs out there that I can upload an image and it generates a PHP script for it? or is ther a php code I can use to do this for me? Quote Link to comment https://forums.phpfreaks.com/topic/63283-image-generator/ Share on other sites More sharing options...
jitesh Posted August 4, 2007 Share Posted August 4, 2007 "it generates a PHP script for it?" What do you mean ? Quote Link to comment https://forums.phpfreaks.com/topic/63283-image-generator/#findComment-315407 Share on other sites More sharing options...
Barand Posted August 4, 2007 Share Posted August 4, 2007 Do you want a script that generates echo "<img src='myfile.jpg'>"; for you? Quote Link to comment https://forums.phpfreaks.com/topic/63283-image-generator/#findComment-315505 Share on other sites More sharing options...
Crew-Portal Posted August 4, 2007 Author Share Posted August 4, 2007 No a script that creates an image using a valid set of points all directing a set of values (pixels and color) That automatically generates an image like <?php ImageCreatePNG(0,0); ?> Quote Link to comment https://forums.phpfreaks.com/topic/63283-image-generator/#findComment-315552 Share on other sites More sharing options...
dbo Posted August 4, 2007 Share Posted August 4, 2007 Not exactly bug the gd library should have what you want. Quote Link to comment https://forums.phpfreaks.com/topic/63283-image-generator/#findComment-315560 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.