Commit Graph

  • 196e18d0c6
    Merge pull request #399 from radarhere/travis mergify[bot] 2023-08-16 07:02:19 +0000
  • ef344055a2 Use simpler build_multilinux command Andrew Murray 2023-08-16 14:53:47 +1000
  • 08521ee741 Updated xz to 5.4.4 Andrew Murray 2023-08-03 09:03:14 +1000
  • ca946c2d90 Updated harfbuzz to 8.1.1 Andrew Murray 2023-08-03 08:57:11 +1000
  • e09fab7278
    Merge pull request #398 from radarhere/travis mergify[bot] 2023-08-15 15:54:28 +0000
  • 41eae5f1bd Set "TEST_DEPENDS" to single word Andrew Murray 2023-08-15 20:01:42 +1000
  • efb4459f9f Set "BUILD_COMMANDS" to single word Andrew Murray 2023-08-15 20:01:30 +1000
  • e06edcb527
    Reformat variable name following PEP8 TheNooB 2023-08-12 18:33:36 +0800
  • 9f54a11a9c Improve efficiency when a radius is zero Andrew Murray 2023-08-12 18:17:07 +1000
  • 0b6ab79145
    Check session type using environment variable instead of loginctl TheNooB 2023-08-12 12:51:09 +0800
  • c167d7a269 Allow GaussianBlur and BoxBlur to accept a sequence of x and y radii Andrew Murray 2023-08-12 12:09:20 +1000
  • 7b157b045a
    Use os.getlogin() instead of whoami command for getting username TheNooB 2023-08-11 21:14:34 +0800
  • a8b3feac86
    Apply suggestions from code review TheNooB 2023-08-11 21:01:05 +0800
  • 74d0d59abc
    docs: Fix float range CGDogan 2023-08-11 11:52:59 +0100
  • 164ea2df6f [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2023-08-11 10:42:09 +0000
  • 08b538780d Update CHANGES.rst [ci skip] Andrew Murray 2023-08-11 19:49:02 +1000
  • bc658e1791
    Add session type check in grabclipboard for Linux TheNooB 2023-08-11 17:47:36 +0800
  • 39d866b17d
    Merge pull request #7311 from k128/main Andrew Murray 2023-08-11 19:46:49 +1000
  • 06aa04aaf5
    Merge branch 'main' into image_mode_size_delegation Andrew Murray 2023-08-11 09:06:27 +1000
  • f39f74fb82 Update CHANGES.rst [ci skip] Andrew Murray 2023-08-11 07:42:24 +1000
  • 6651a31436
    Merge pull request #7329 from radarhere/gif Andrew Murray 2023-08-10 18:08:00 +1000
  • bfafa460e3 Allow "loop=None" when saving Andrew Murray 2023-08-09 10:31:34 +1000
  • c98a7994da Update CHANGES.rst [ci skip] Andrew Murray 2023-08-08 21:33:55 +1000
  • 649ad8a804
    Merge pull request #7323 from radarhere/pdf_p_transparency Andrew Murray 2023-08-08 21:30:23 +1000
  • 796bb1801d
    Merge pull request #7326 from python-pillow/pre-commit-ci-update-config Hugo van Kemenade 2023-08-08 10:41:22 +0200
  • 241a012804
    Merge pull request #7325 from Yay295/Yay295-patch-1 Andrew Murray 2023-08-08 12:12:46 +1000
  • 15930be644 Use "is" when comparing types Andrew Murray 2023-08-08 08:44:03 +1000
  • 24a19e5b37
    [pre-commit.ci] pre-commit autoupdate pre-commit-ci[bot] 2023-08-07 19:39:13 +0000
  • 555420b8a3 remove _size and _mode getters Yay295 2023-08-07 10:58:52 -0500
  • 0a88b5b338 fix typo in comment Yay295 2023-08-07 10:35:52 -0500
  • 5b6b6346bb
    Fix param in test_image.py function Yay295 2023-08-07 09:49:20 -0500
  • 73bd40babe Test for relevant characters before and after "SMask" Andrew Murray 2023-08-07 20:49:29 +1000
  • 5c59807216 Removed unused decoders Andrew Murray 2023-08-07 13:54:11 +1000
  • a70ea82eb5 Write P transparency as SMask Andrew Murray 2023-08-07 13:53:19 +1000
  • c9147c9c85 Moved writing of object into separate function Andrew Murray 2023-08-06 22:14:32 +1000
  • b879ada2a2 split long comment across two lines and use double quotes instead of single quotes Yay295 2023-08-05 15:10:57 -0500
  • 919dbbe1f1 delegate Image.mode and Image.size to the values on Image.im when available When setting the values on Image also try to update the values on Image.im. There isn't currently a way to update values in the other direction. Yay295 2023-08-05 15:00:45 -0500
  • a5b0256290 Update CHANGES.rst [ci skip] Andrew Murray 2023-08-04 23:57:56 +1000
  • 6bd3ed439a Ignore IPTC field that is only zero bytes Andrew Murray 2023-08-04 23:54:05 +1000
  • fc99a5871e
    Merge pull request #7317 from radarhere/pdf_alpha Andrew Murray 2023-08-04 23:54:20 +1000
  • c5b4ad94e8 Do not set ColorSpace for JPXDecode since it is optional Andrew Murray 2023-08-04 18:47:28 +1000
  • bc11b2d6a9 Set SMaskInData to 1 for PDFs with alpha Andrew Murray 2023-08-04 18:46:58 +1000
  • 95257dff87
    Merge pull request #7299 from radarhere/pdf Hugo van Kemenade 2023-08-04 11:43:09 +0300
  • 917769bd9f
    Merge pull request #7316 from radarhere/pdf_alpha Hugo van Kemenade 2023-08-04 11:42:08 +0300
  • 54aecc6c4a
    Merge pull request #7315 from radarhere/xz Andrew Murray 2023-08-03 22:27:47 +1000
  • 6ca38552c9 Do not set ColorSpace for JPXDecode since it is optional Andrew Murray 2023-08-03 22:07:36 +1000
  • ddfb7ef14b Do not set BitsPerComponent for JPXDecode since it is ignored Andrew Murray 2023-08-03 22:05:11 +1000
  • 022e650d18 Set SMaskInData to 1 for PDFs with alpha Andrew Murray 2023-08-03 19:11:35 +1000
  • 57f45be765 Updated xz to 5.4.4 Andrew Murray 2023-08-03 09:04:18 +1000
  • c54f57c93f Updated harfbuzz to 8.1.1 Andrew Murray 2023-08-03 08:57:55 +1000
  • 9c6b8c423e
    Merge pull request #1 from radarhere/webp k128 2023-08-01 09:54:11 -0400
  • 60433d5f37 Added test Andrew Murray 2023-08-01 19:17:54 +1000
  • 6115d5957f _decoder.get_next() may return None Andrew Murray 2023-08-01 19:16:28 +1000
  • 230a2e3a33 If "reset" is always true, then the argument can be removed Andrew Murray 2023-08-01 19:15:15 +1000
  • 6d3630d406 Update CHANGES.rst [ci skip] Andrew Murray 2023-08-01 08:31:16 +1000
  • 15e5229030
    Update WebPImagePlugin.py k128 2023-07-31 15:32:05 -0400
  • 2f5493a5f0 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2023-07-31 19:19:54 +0000
  • 27a0339d64
    Update WebPImagePlugin.py k128 2023-07-31 15:14:22 -0400
  • c1c474a1f2
    Merge pull request #7307 from radarhere/mode Hugo van Kemenade 2023-07-31 17:14:10 +0300
  • 8eee457725 Added release notes Andrew Murray 2023-07-31 21:06:16 +1000
  • 54f3cefca0
    Merge branch 'main' into ipython-interop-tidy Andrew Murray 2023-07-31 11:49:53 +1000
  • 1aa0ade1b6 Update CHANGES.rst [ci skip] Andrew Murray 2023-07-31 11:45:00 +1000
  • 07038d7e89
    Merge pull request #7266 from mtreinish/handle-repr-exceptions Andrew Murray 2023-07-31 11:42:44 +1000
  • 00cec60c35 Added CMYK to RGB unpacker Andrew Murray 2023-07-29 21:05:33 +1000
  • 9979a822c7 Changed Image mode property to be read-only by default Andrew Murray 2023-07-29 09:28:18 +1000
  • 9bd574058e Support BGR;15, BGR;16 and BGR;24 in putdata Andrew Murray 2023-07-26 19:13:56 +1000
  • 5fa05623ff Added BGR;15, BGR;16 and BGR;24 unpacking Andrew Murray 2023-07-26 20:09:23 +1000
  • 3230270aa7 Added BGR;15, BGR;16 and BGR;24 access Andrew Murray 2023-07-26 12:25:54 +1000
  • 07623d1a7c
    Merge pull request #7305 from hugovk/docs-clarify-textlength-return Andrew Murray 2023-07-26 08:16:34 +1000
  • 62cd236d1a Clarify that a single value is returned, and depends on the text direction Hugo van Kemenade 2023-07-25 12:31:58 +0300
  • 2a55b140b1
    Merge pull request #1 from radarhere/handle-repr-exceptions Matthew Treinish 2023-07-24 19:16:38 -0400
  • 2db354af43 Allow saving I;16B images as PNG Andrew Murray 2023-07-24 17:17:15 +1000
  • 3c5324b07c
    Merge pull request #7300 from radarhere/test Hugo van Kemenade 2023-07-23 09:12:40 +0200
  • e5c94eced2 Simplified code Andrew Murray 2023-07-23 16:26:42 +1000
  • 06e66f7f5c
    Merge pull request #7296 from radarhere/access Hugo van Kemenade 2023-07-22 22:02:15 +0200
  • 0a0a3fc51f Added saving LA images as PDFs Andrew Murray 2023-07-22 20:13:55 +1000
  • 26ca569cbe Parametrized test Andrew Murray 2023-07-22 20:00:42 +1000
  • c108d9ddb0 Set alpha channel when saving LA in OpenJPEG Andrew Murray 2023-07-22 20:00:36 +1000
  • ea0abb94cc
    Merge pull request #7298 from radarhere/ppm Andrew Murray 2023-07-22 20:04:17 +1000
  • 064cd6fb83 Added more information about PPM formats Andrew Murray 2023-07-22 18:47:55 +1000
  • 577a4d8bf8 Change get_pixel to be specific to images with 2 bands Andrew Murray 2023-07-21 21:08:20 +1000
  • 7ffad80294 Removed put_pixel Andrew Murray 2023-07-21 20:59:28 +1000
  • 32eec53c43 Removed comment Andrew Murray 2023-07-17 23:50:59 +1000
  • fd310512b9 Set C palette to be empty by default Andrew Murray 2023-07-17 23:04:43 +1000
  • 7bfc6f16dc Set undefined palette values to black Andrew Murray 2023-07-17 09:26:24 +1000
  • b945154097
    Merge pull request #7286 from radarhere/numpy_cygwin Andrew Murray 2023-07-15 18:22:45 +1000
  • f965b9a81f Update CHANGES.rst [ci skip] Andrew Murray 2023-07-14 22:45:29 +1000
  • 1f3ec1b8c9 Include NumPy version in Cygwin pip cache key Andrew Murray 2023-07-14 18:25:26 +1000
  • f6433362cd
    Rework handling of awkward image modes and rescaling Sam Mason 2023-07-13 22:35:26 +0100
  • 7a2510cf6b
    Merge pull request #7284 from radarhere/gif Hugo van Kemenade 2023-07-13 16:05:05 +0300
  • 5b3c20430b
    Merge pull request #7285 from radarhere/python312 Hugo van Kemenade 2023-07-13 16:02:43 +0300
  • 7d7bc2671d
    Merge pull request #7280 from hugovk/add-3.12 Andrew Murray 2023-07-13 20:20:02 +1000
  • 414694e190 Increment Python version check to support Python 3.12 Andrew Murray 2023-07-13 17:21:06 +1000
  • 7b2c803c56
    Fix 3.1 to 3.10 Hugo van Kemenade 2023-07-13 08:32:44 +0300
  • a682ceaf47 Do not use transparency if it has been removed when normalizing mode Andrew Murray 2023-07-13 15:20:44 +1000
  • 6d9058df7a Use prepackaged NumPy to avoid slow source rebuilds Hugo van Kemenade 2023-07-12 23:10:56 +0300
  • ab990fab77 Add support for Python 3.12 Hugo van Kemenade 2023-07-12 16:31:45 +0300
  • 040a86d11c Set unused bytes to zero Andrew Murray 2023-07-11 19:17:58 +1000
  • 3f78ba80f9 Do not require curly bracket in tag name Andrew Murray 2023-07-10 22:05:28 +1000
  • 2488167f33 Allow for zero-byte padding at end of XMP data Andrew Murray 2023-07-10 22:00:30 +1000