在Python枕头中设置图像分辨率

时间:2016-11-27 13:37:25

标签: python jpeg resolution pillow

我正在使用Python Pillow来修改图像。每当我保存jpeg时,内部分辨率设置为72dpi。我希望看到如何将其设置为不同的值。我意识到这只是一个数字,而且在很多方面它毫无意义。我的动机是当我将图像读入photoshop时使后续工作更容易。

2 个答案:

答案 0 :(得分:0)

'质量'是使用Pillow保存图像时的选项之一。 http://pillow.readthedocs.io/en/4.2.x/handbook/image-file-formats.html?highlight=resolution#jpeg

答案 1 :(得分:0)

我认为您可能正在寻找dpi

Unhandled Exception: System.AggregateException: One or more errors occurred. (An error occurred while sending the request.) ---> System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.Http.WinHttpException: The server name or address could not be resolved

两个图像都包含相同的像素,并且在磁盘上具有相同的大小,但是被编码为不同的图像大小和分辨率。许多图像查看器会以相同的方式显示它们,但是像GiMP和Photoshop这样的高端软件可以检测出差异。