Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/python-3.x/19.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 3.x 如何使用python将多页tiff转换为jpeg_Python 3.x_Python Imaging Library_Jpeg_Tiff - Fatal编程技术网

Python 3.x 如何使用python将多页tiff转换为jpeg

Python 3.x 如何使用python将多页tiff转换为jpeg,python-3.x,python-imaging-library,jpeg,tiff,Python 3.x,Python Imaging Library,Jpeg,Tiff,我正在尝试批处理图像,其中我需要将一些多页tiff文件转换为单独的jpeg图像,我尝试使用Python的PIL库,但遗憾的是,PIL仅支持单个页面的转换,在本例中,是tiff文件中的第一页

我正在尝试批处理图像,其中我需要将一些多页tiff文件转换为单独的jpeg图像,我尝试使用Python的PIL库,但遗憾的是,PIL仅支持单个页面的转换,在本例中,是tiff文件中的第一页