Commit Graph

  • ce22ad96b7 Update CHANGES.rst [ci skip] Andrew Murray 2023-05-15 09:47:09 +1000
  • 34ff170d8e
    Merge pull request #7143 from nulano/imagegrab-prefer-xcb Hugo van Kemenade 2023-05-14 19:55:16 +0300
  • 9754c8d18d Added release notes Andrew Murray 2023-05-14 22:42:39 +1000
  • f328383763
    Apply suggestions from code review Ishant Mrinal Haloi 2023-05-14 11:11:56 +0530
  • baad0ad1b7
    Merge pull request #7160 from radarhere/imagegrab Hugo van Kemenade 2023-05-13 17:30:15 +0300
  • 6df8716025 Update grabclipboard() documentation after #6783 Andrew Murray 2023-05-13 21:38:01 +1000
  • 59b7a48570 Updated docstrings Andrew Murray 2023-05-13 12:24:50 +1000
  • 2db9c68571
    Apply suggestions from code review Ishant Mrinal Haloi 2023-05-13 07:32:02 +0530
  • e063ed772c Update CHANGES.rst [ci skip] Andrew Murray 2023-05-13 11:02:53 +1000
  • 46708099b1
    Apply suggestions from code review Ishant Mrinal Haloi 2023-05-12 21:56:40 +0530
  • c561cd2b44
    Merge pull request #7151 from radarhere/rounded_rectangle Hugo van Kemenade 2023-05-12 18:35:13 +0300
  • 0efd72d33f
    Merge pull request #7142 from radarhere/imagedraw Hugo van Kemenade 2023-05-12 18:31:09 +0300
  • 899d7c5005
    Merge pull request #382 from radarhere/ubuntu-latest Hugo van Kemenade 2023-05-12 13:43:35 +0300
  • 8c6187e75d Run on latest Ubuntu Andrew Murray 2023-05-12 16:15:31 +1000
  • 7e29efd518 Do not catch OSError raised when loading image Andrew Murray 2023-05-11 20:08:10 +1000
  • 8874549a99
    Merge pull request #7157 from radarhere/links Hugo van Kemenade 2023-05-11 10:52:38 +0300
  • 848fd7c2db Added linkcheck_allowed_redirects Andrew Murray 2023-05-11 16:49:08 +1000
  • 8bbccba825 Updated redirected URL Andrew Murray 2023-05-11 08:13:33 +1000
  • 14f5f77841 Improved coordinate system documentation Andrew Murray 2023-05-11 07:54:57 +1000
  • f83bb5452a
    Merge pull request #381 from radarhere/harfbuzz Hugo van Kemenade 2023-05-10 10:14:09 +0300
  • 6fb2312a2e
    Merge pull request #7152 from radarhere/harfbuzz Hugo van Kemenade 2023-05-10 10:14:00 +0300
  • 3ec03c6720
    Only check for gnome-screenshot on Linux Andrew Murray 2023-05-10 13:53:55 +1000
  • c68c508e27 Fixed joined corners for odd dimensions Andrew Murray 2023-05-10 13:25:35 +1000
  • b9b685fc56 Updated harfbuzz to 7.3.0 Andrew Murray 2023-05-10 12:35:59 +1000
  • a247d9d892 Updated harfbuzz to 7.3.0 Andrew Murray 2023-05-10 12:34:25 +1000
  • a0b691a219 Fixed combining single duration across duplicate PNG frames Andrew Murray 2023-05-09 12:12:16 +1000
  • bb18abc603
    prefer screenshots using XCB over gnome-screenshot nulano 2023-05-08 22:30:11 +0100
  • 2f896ee4ac Clarify that line() and polygon() include xy pixels Andrew Murray 2023-05-08 21:16:34 +1000
  • f67fcf131a If the clipboard fails to open on Windows, wait and try again Andrew Murray 2023-05-08 11:58:05 +1000
  • 2d1782a349 set verbosity to 0 before comparing image bytes Yay295 2023-01-03 00:23:45 -0600
  • 6a3b9f540f Only compare bytes once Andrew Murray 2022-12-31 13:06:46 +1100
  • 56680b253c set verbosity to 0 before comparing image bytes Yay295 2023-01-03 00:23:45 -0600
  • 50f410c177 Only compare bytes once Andrew Murray 2022-12-31 13:06:46 +1100
  • 3f045ea194 use tuple or set instead of list in tests Yay295 2022-10-09 02:58:44 -0500
  • 0a827f0c77 rename variable "resample" to "resampling_filter" Yay295 2022-10-08 16:52:21 -0500
  • 738afe3b85 assert bytes again instead of False Yay295 2022-10-08 16:44:40 -0500
  • fc24642535 Do not use gnome-screenshot on Linux if X11 can be used instead Andrew Murray 2023-05-06 19:06:08 +1000
  • ccdce1791d rename format to image_format Ishant Mrinal Haloi 2023-05-06 10:35:28 +0530
  • 55be23bbd2
    Merge pull request #1 from radarhere/jpg_repr Ishant Mrinal Haloi 2023-05-06 10:32:36 +0530
  • 2d841e16c2
    Apply suggestions from code review Ishant Mrinal Haloi 2023-05-06 10:31:58 +0530
  • 2a274a4760
    Merge pull request #6949 from Yay295/test_lists_and_tuples Andrew Murray 2023-05-06 13:17:42 +1000
  • fa97a1af10 Merge branch 'main' into test_lists_and_tuples Andrew Murray 2023-05-06 11:43:00 +1000
  • e3990f67be
    Merge pull request #6900 from Yay295/parametrize_jpeg_leaks_test Andrew Murray 2023-05-06 11:12:22 +1000
  • 6c800dda6a
    Merge pull request #6904 from Yay295/imagepath_tests Andrew Murray 2023-05-06 10:38:09 +1000
  • b2a6ca5a1c
    Merge pull request #6 from radarhere/imagepath_tests Yay295 2023-05-05 10:11:32 -0500
  • 97c0e29835
    Merge pull request #7138 from radarhere/imagepath_default Hugo van Kemenade 2023-05-05 12:43:01 +0300
  • 38c40d81d2 Use boolean instead of integer Andrew Murray 2023-05-05 18:25:05 +1000
  • 17fbafb10b Updated ImagePath tolist() default Andrew Murray 2023-05-05 18:12:10 +1000
  • 04191d15f6 Removed separate test for array tobytes() Andrew Murray 2023-05-05 17:54:42 +1000
  • 99fa356d51 Merge branch 'main' into imagepath_tests Andrew Murray 2023-05-05 17:56:19 +1000
  • 93e507294b Only assert image is similar Andrew Murray 2023-05-05 08:19:43 +1000
  • 6e3c730b15 Updated xz to 5.4.3 Andrew Murray 2023-05-05 07:19:58 +1000
  • c5f90af56c Updated xz to 5.4.3 Andrew Murray 2023-05-05 07:19:13 +1000
  • 5377b0735f add _repr_jpg_ for ipython display Ishant Mrinal Haloi 2023-05-04 21:43:57 +0530
  • b073a8962b
    Merge pull request #7134 from radarhere/regular_polygon Hugo van Kemenade 2023-05-04 10:18:26 +0300
  • 3ae321832a Added release notes for #7132 Andrew Murray 2023-05-04 15:37:35 +1000
  • 9f0c416469 Update CHANGES.rst [ci skip] Andrew Murray 2023-05-04 15:30:17 +1000
  • 1e7c77c31f
    Merge pull request #7111 from radarhere/tiff Hugo van Kemenade 2023-05-04 06:53:52 +0300
  • 2467db492e Update CHANGES.rst [ci skip] Andrew Murray 2023-05-04 08:15:48 +1000
  • 9154a6b22d Added release notes Andrew Murray 2023-05-04 08:01:48 +1000
  • a4986ba986 Support reading signed 8-bit TIFF images Andrew Murray 2023-05-04 07:54:30 +1000
  • 9636a2aaf1
    Merge pull request #7132 from radarhere/regular_polygon_width Hugo van Kemenade 2023-05-03 18:21:25 +0300
  • 74a851965c
    Merge pull request #7108 from radarhere/filter Hugo van Kemenade 2023-05-03 18:18:53 +0300
  • 4c6159b9a3
    Merge pull request #7112 from radarhere/grabclipboard_stderr Hugo van Kemenade 2023-05-03 18:16:52 +0300
  • 3fc446c277 Added width argument to regular_polygon Andrew Murray 2023-05-03 22:54:18 +1000
  • 7ec3f8ce52
    Merge pull request #7128 from radarhere/imagequant mergify[bot] 2023-05-03 05:50:28 +0000
  • d1c110c695
    Merge pull request #7125 from radarhere/unpackI16B_I16 mergify[bot] 2023-05-03 05:22:20 +0000
  • db7326674e Updated libimagequant to 4.2.0 Andrew Murray 2023-05-01 13:03:31 +1000
  • 0ab397d643 Merge branch 'main' into unpackI16B_I16 Andrew Murray 2023-05-03 13:43:02 +1000
  • 58e0dd7df9 Merge branch 'main' into apng Andrew Murray 2023-05-03 13:42:39 +1000
  • fdc6cf3e52
    Merge pull request #7131 from radarhere/mingw Hugo van Kemenade 2023-05-03 06:41:05 +0300
  • d9921f697a Use stdlib for setuptools on MinGW Andrew Murray 2023-05-03 08:29:20 +1000
  • c9cb9fa113
    Merge pull request #7129 from python-pillow/pre-commit-ci-update-config Hugo van Kemenade 2023-05-02 15:26:08 +0300
  • 15ef533df9 Added alpha_only argument to getbbox() Andrew Murray 2023-05-02 08:41:18 +1000
  • a766fa4cd1 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2023-05-01 19:16:00 +0000
  • b7d19e83d0
    [pre-commit.ci] pre-commit autoupdate pre-commit-ci[bot] 2023-05-01 19:15:29 +0000
  • ff003bfbcc Added unpacker from I;16B to I;16 Andrew Murray 2023-04-30 14:49:40 +1000
  • b62c3baeee Update CHANGES.rst [ci skip] Andrew Murray 2023-04-30 06:32:27 +1000
  • 139acc4542
    Merge pull request #7107 from radarhere/float_font_sizes Hugo van Kemenade 2023-04-29 21:20:46 +0300
  • 380a927fc2
    Merge pull request #7102 from radarhere/xref_table Hugo van Kemenade 2023-04-29 21:20:10 +0300
  • 96bdbc4afe Renamed variable Andrew Murray 2023-04-29 19:11:02 +1000
  • ebd3c47425 When saving, allow alpha differences to indicate different frames Andrew Murray 2023-04-29 15:02:11 +1000
  • d1731b35fe
    Merge pull request #7116 from radarhere/formats Jeffrey A. Clark (Alex) 2023-04-27 11:54:41 -0400
  • 0200691fbc
    Merge pull request #7118 from radarhere/harfbuzz Hugo van Kemenade 2023-04-27 10:02:11 +0300
  • 63d24af3bd
    Merge pull request #379 from radarhere/harfbuzz Hugo van Kemenade 2023-04-27 10:01:46 +0300
  • 3c54ba7e9d Updated harfbuzz to 7.2.0 Andrew Murray 2023-04-27 13:33:26 +1000
  • 0c8db130af Updated harfbuzz to 7.2.0 Andrew Murray 2023-04-27 13:31:14 +1000
  • 4f280e9947
    Re-order options by priority Andrew Murray 2023-04-26 19:35:33 +1000
  • f32e6a6ae6
    Merge pull request #7115 from radarhere/ubuntu Hugo van Kemenade 2023-04-26 01:28:56 -0600
  • d0e9a13c0c Build all readthedocs formats Andrew Murray 2023-04-26 17:08:06 +1000
  • 99a474a9e6 Removed Ubuntu 18.04 Andrew Murray 2023-04-25 23:55:29 +1000
  • 53268adb21
    Make formatting more consistent. Marc Gutman 2023-04-24 10:55:06 -0500
  • 1b07df1d1c
    Merge pull request #20 from ActiveState/BE-2346-cve-2022-45199 Marc Gutman 2023-04-24 10:49:48 -0500
  • ab3d0c071e Raise error from stderr of Linux grabclipboard command Andrew Murray 2023-04-24 21:03:27 +1000
  • e3cb4bb8e0 Update CHANGES.rst [ci skip] Andrew Murray 2023-04-24 07:48:53 +1000
  • 48a6c3f072
    Merge pull request #7105 from bigcat88/load-before-deepcopy Andrew Murray 2023-04-24 07:47:36 +1000
  • 0f389c75b9
    Merge pull request #7109 from radarhere/fedora Hugo van Kemenade 2023-04-23 11:06:33 -0600
  • dbfe2fbb30
    Merge pull request #4 from radarhere/load-before-deepcopy Alexander Piskun 2023-04-23 10:35:04 +0300
  • f5c1f7a2c2 Added Fedora 38 Andrew Murray 2023-04-22 21:47:36 +1000
  • d0b41da094 Support I mode for BuiltinFilter Andrew Murray 2023-04-22 21:22:01 +1000