+ 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.....
9 Respostas
+ 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.
+ 5
Anonymous 🇮🇳 i think you can us the paint 3D to do this...
+ 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
+ 5
that too could work mention by Shudarshan Rai 👑
+ 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
+ 5
This website can be used for converting files from on format to another
https://www.freefileconvert.com
+ 4
What's the image format now?
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).
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)