I have to write an application for image processing in python. does anyone know how to convert the file type of an image from JPEG to TIFF?
Did you try to use PIL ? It can support many image file format.