Jump to content

Using images with php


almightyegg

Recommended Posts

Just a question....

Could I have a link like:

draw.php that would turn out nothing but then if I add:

draw.php?model=black&hair=buzzcut&glasses=shades

it would take several images and layer them on top of eachother (like model_black.jpg hair_buzzcut.jpg etc..)

Is it possible ???

Link to comment
https://forums.phpfreaks.com/topic/45590-using-images-with-php/
Share on other sites

those are designed to be extracted on your server.  are you on a hosted plan?  check to see if they have gd installed.  if they don't, not sure if you can use it.  If you are allowed to install it, you could also extract the files on your local computer using www.rarsoft.com.

 

I can't remember, but I think you can also use imagemagick as well as gd but it is not as "integrated".

Link to comment
https://forums.phpfreaks.com/topic/45590-using-images-with-php/#findComment-221523
Share on other sites

I doubt it.  Image manipulation appears to require binary changes.

 

if that is "all" you are doing and they are the same sizes, you could set the yellow image as the background image, then set the green image as a image in the table cell (just give it clear edges).  Or you could use css.

Link to comment
https://forums.phpfreaks.com/topic/45590-using-images-with-php/#findComment-221560
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.