Jump to content

PLEASE HELP, need to convert PHP to other image formats!


b5davis

Recommended Posts

Newb here who knows nothing about PHP.  Our former webmaster post pics to our site in PHP format.  We can find the original pics to use for information releases so I need to find a relatively easy program to convet these 13 PHP images back to jpeg?  I've searched the web and can't find any software, just lines of code (and I am not a programmer).  PLEASE HELP

More information is needed, as .PHP is NOT an image format.  It could be that your previous webmaster was using .PHP to add watermarks to the image, using the GD library, but the images themselves should not be in in .PHP format.

 

An exception to this, would be if the images were hardcoded into a  binary large object, and stored in a .PHP array variable.

This is overkill in my opinion and I don't know many programmers who would do that.  More than likely, the images are stored somewhere on the server, or even a different server, and then manipulated with .PHP to add a watermark, and then displayed.

 

Having an actual website to look at would be nice, as would seeing some of the .PHP code.

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.