Pillow/src
Jasper van der Neut 36bcc0a898 Support saving PDF with different X and Y resolution.
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).
2023-02-21 11:49:05 +01:00
..
libImaging Raise ValueError during filter operation as well 2023-01-11 20:02:10 +11:00
PIL Support saving PDF with different X and Y resolution. 2023-02-21 11:49:05 +01:00
thirdparty Updated raqm to 0.10.0 2023-01-12 11:49:08 +11:00
Tk Fix tcl/tk loading error handling 2023-01-05 00:05:54 +00:00
_imaging.c Remove unused listwindows functions for Windows/3.12 support 2023-02-11 16:36:52 +02:00
_imagingcms.c Changed URLs to https 2021-10-27 22:51:54 +11:00
_imagingft.c Replaced IOError with OSError 2023-01-01 07:03:09 +11:00
_imagingmath.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
_imagingmorph.c Format with ClangFormat 2021-01-03 14:17:51 +11:00
_imagingtk.c Removed support for Python before interpaddr() 2022-08-30 09:21:24 +10:00
_webp.c Fix webp dealloc method definitions 2022-11-27 17:48:12 -06:00
decode.c Code cleanup 2022-07-19 02:19:21 +03:00
display.c Remove unused listwindows functions for Windows/3.12 support 2023-02-11 16:36:52 +02:00
encode.c Merge branch 'main' into signed 2022-12-29 09:37:35 +11:00
map.c Removed unused C code 2021-01-30 11:23:24 +11:00
outline.c Use METH_VARARGS flags 2021-05-11 20:16:44 +10:00
path.c Corrected allocation 2022-01-14 10:16:35 +11:00