Change the file extension from php to jpeg
Solved
levrp
-
Momo2206 Posted messages 1 Status Member -
Momo2206 Posted messages 1 Status Member -
Hello,
I have saved photos on the internet in php format and I would like to convert them to jpeg format!!
How should I do that, please??
Thank you very much for your help.
Best regards.
I have saved photos on the internet in php format and I would like to convert them to jpeg format!!
How should I do that, please??
Thank you very much for your help.
Best regards.
5 answers
As indicated by Gihef, PHP is a web language: it comes from Linux, so I looked in that direction.
I am managing, even if it's a bit of a "Rube Goldberg machine":
1 - open the PHP file with OpenOffice Draw (no problem).
2 - click on the image to make the resizing points appear
3 - copy (Ctrl C)
4 - open Photoshop, Gimp, Paint.Net (or another drawing software)
5 - open a new file (it will be the size of the clipboard image)
6 - paste the clipboard image (Ctrl V)
7 - save this image in the desired format, the simplest is .jpg
Open Office is the free suite originally from Linux (for Windows XP or Vista or Linux) equivalent to Microsoft Office 2003 (+ clear improvements). The latest version even opens folders created under MS Office 2007.
Good luck.
I am managing, even if it's a bit of a "Rube Goldberg machine":
1 - open the PHP file with OpenOffice Draw (no problem).
2 - click on the image to make the resizing points appear
3 - copy (Ctrl C)
4 - open Photoshop, Gimp, Paint.Net (or another drawing software)
5 - open a new file (it will be the size of the clipboard image)
6 - paste the clipboard image (Ctrl V)
7 - save this image in the desired format, the simplest is .jpg
Open Office is the free suite originally from Linux (for Windows XP or Vista or Linux) equivalent to Microsoft Office 2003 (+ clear improvements). The latest version even opens folders created under MS Office 2007.
Good luck.
jacques
Works very well and it's not complicated at all!
Laura
Thank you very much :)