How do I convert any of my image into a jpg or png file so that I could be able to put that into my web page... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 12

How do I convert any of my image into a jpg or png file so that I could be able to put that into my web page...

I was wondering on Google and youtube to convert my images to jpg or PNG but I was unsuccessful....Although I thought then that I should post the question on solo learn after all any one will ans. This.....

1st Mar 2019, 7:47 AM
Shourya
Shourya - avatar
9 Answers
+ 6
First of all web supports all type of images like jpg, jpeg, PNG, gif etc. You can use any of them. Just download picture and use it. There is no meaning of converting them into other format.
1st Mar 2019, 8:02 AM
Raj Chhatrala
Raj Chhatrala - avatar
+ 5
Anonymous 🇮🇳 i think you can us the paint 3D to do this...
1st Mar 2019, 8:00 AM
✳AsterisK✳
✳AsterisK✳ - avatar
+ 5
//Just rename the image like image.png,image.jpeg,image.jpg //Es explorer app will help you //as 🐶Raj-Dog-Chhatrala☑️ said you can use any image format on web
1st Mar 2019, 8:02 AM
Sudarshan Rai
Sudarshan Rai - avatar
+ 5
that too could work mention by Shudarshan Rai 👑
1st Mar 2019, 8:03 AM
✳AsterisK✳
✳AsterisK✳ - avatar
+ 5
As I searched for a quick converter of files in a single directory, I wanted to share this short snipped that converts any file in the current directory into .png or whatever target you specify. from PIL import Image from os import listdir from os.path import splitext target_directory = '.' target = '.png' for file in listdir(target_directory): filename, extension = splitext(file) try: if extension not in ['.py', target]: im = Image.open(filename + extension) im.save(filename + target) except OSError: print('Cannot convert %s' % file) I have found now in Google
1st Mar 2019, 8:14 AM
David Rueda 🇪🇸
David Rueda  🇪🇸 - avatar
+ 5
This website can be used for converting files from on format to another https://www.freefileconvert.com
2nd Mar 2019, 9:14 AM
Shuaib Nuruddin
Shuaib Nuruddin - avatar
+ 4
What's the image format now?
1st Mar 2019, 8:03 AM
David Rueda 🇪🇸
David Rueda  🇪🇸 - avatar
0
Total Image Converter supports the widest list of output file types: PDF, TIFF, BMP, PNG, JPEG, JPEG2000, ICO, GIF, TGA, PXM, PS, PCL! Besides, it converts many rare formats like PALM, PICT, XPM, FIX. Supported Source Image File Types PSD, PDF, TIFF, BMP, PNG, ICO, JPEG, JPG, JPG2000, HEIC, GIF, PCX, TGA, PXM, WebP, PC, PCL, XPS, PPTX, AVS, CIN, DOT, DPX, FITS, HDF, MIFF, MTV, PALM, RAW, PICT, SGI, SUN, VICAR, VIFF, XBM, XPM. Raw graphic formats (RAW, CRW, CR2, NEF, NRW, PEF, RAF, X3F, BAY, ORF, MRW, SRF, MRW, DNG).
30th Aug 2019, 2:22 PM
Asad Shafiq
Asad Shafiq - avatar
0
the question is what do u want to convert ur jpg or png file to. ...it could be PDF. ..txt.. .depends but u could just use ur Microsoft photoshop to convert to web viewing enabled(web file)
29th Sep 2019, 12:39 AM
Rufai kudus