Closed Thread Icon

Preserved Topic: Images in PHP (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=17925" title="Pages that link to Preserved Topic: Images in PHP (Page 1 of 1)" rel="nofollow" >Preserved Topic: Images in PHP <span class="small">(Page 1 of 1)</span>\

 
butcher
Paranoid (IV) Inmate

From: New Jersey, USA
Insane since: Oct 2000

posted posted 04-06-2001 22:03

Have any of you used PHP to generate images, and is it worth trying to learn? Do you know any good examples or tutorials?

Thanks

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 04-06-2001 22:09

http://www.hotscripts.com/PHP/Tips_and_Tutorials/Image_Manipulation/

WarMage
Maniac (V) Mad Scientist

From: Rochester, New York, USA
Insane since: May 2000

posted posted 04-06-2001 22:13

I think I am missing something here, what do you mean to have PHP generate images?

Generate images based on a random pixel generating formula?
-I wouldn't recommend ever doing this, you will normally get garbage, and you would have to spend time working with the hex values to determine the way that the pixels are generated, in the format you are looking for, would appear to be an effort of futility to me.

Maybe to generate pictures based on a file that is compressed picture data?
-May be a good idea for storing the picture on disk if space is an issue, but I don't believe that the time spent by the server decompressing it would be worth the time saved.

Or to randomly display a picture that you have saved to disk?
-I would also not recommend this, reason being that Javascript can do all this work on the client side, and if they do not have javascript working then they wouldn't really want to be looking at pictures either.

I don't think these are what you were talking about, but it was a shot in the dark, would you elaborate your question a little bit?

Good luck, good fun,
-mage-

WarMage
Maniac (V) Mad Scientist

From: Rochester, New York, USA
Insane since: May 2000

posted posted 04-06-2001 22:16

Oh, now I get it... Bar charts, and graphs.

Well sure learn this! I am sure that it would be a great tool to add to ones arsenal. It would be great for displaying statistics on web usage, or for voting forms, or even for educational, private, or corprate dynamic data presentation (when backended into a wonderfully complex database).

I am sure this would be an extreemly fun thing to learn. I don't know how to do it, but it looks promissing.

-mage-

butcher
Paranoid (IV) Inmate

From: New Jersey, USA
Insane since: Oct 2000

posted posted 04-06-2001 22:34

thanks for the link Mr. Max, it looks great.

I'm sure you guys will know if I decide to tackle this one by my posts that show up here.

« BackwardsOnwards »

Show Forum Drop Down Menu