mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-11-08 03:47:30 +03:00
Add a `dpi` parameter to the PDF save function, which accepts a tuple with X and Y dpi. This is useful for converting tiffg3 (fax) images to pdf, which have split dpi like (204,391), (204,196) or (204,98). |
||
|---|---|---|
| .. | ||
| libImaging | ||
| PIL | ||
| thirdparty | ||
| Tk | ||
| _imaging.c | ||
| _imagingcms.c | ||
| _imagingft.c | ||
| _imagingmath.c | ||
| _imagingmorph.c | ||
| _imagingtk.c | ||
| _webp.c | ||
| decode.c | ||
| display.c | ||
| encode.c | ||
| map.c | ||
| outline.c | ||
| path.c | ||