b5davis Posted May 1, 2008 Share Posted May 1, 2008 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 Link to comment https://forums.phpfreaks.com/topic/103738-please-help-need-to-convert-php-to-other-image-formats/ Share on other sites More sharing options...
phorman Posted May 1, 2008 Share Posted May 1, 2008 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. Link to comment https://forums.phpfreaks.com/topic/103738-please-help-need-to-convert-php-to-other-image-formats/#findComment-531148 Share on other sites More sharing options...
revraz Posted May 1, 2008 Share Posted May 1, 2008 Right click on the picture on the website and do a Save As ? Link to comment https://forums.phpfreaks.com/topic/103738-please-help-need-to-convert-php-to-other-image-formats/#findComment-531158 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.