Commit Graph

  • 4c174e2379
    Merge pull request #7668 from radarhere/numpy Hugo van Kemenade 2024-01-01 10:00:56 +0200
  • 56f743a80f
    Merge pull request #109 from radarhere/update-release-notes Hugo van Kemenade 2024-01-01 10:00:31 +0200
  • 2aa08a59ea Update CHANGES.rst [ci skip] Andrew Murray 2024-01-01 18:20:25 +1100
  • 10c2df5430
    Merge pull request #7669 from radarhere/imagefont_mask Andrew Murray 2024-01-01 18:16:49 +1100
  • f6aa00dd1e Added release notes for #7654 Andrew Murray 2024-01-01 17:00:50 +1100
  • 1c183827e4 Added release notes for #7589 Andrew Murray 2024-01-01 16:47:37 +1100
  • 4f17b60088
    Merge pull request #7667 from nulano/iptc Andrew Murray 2024-01-01 16:25:29 +1100
  • 492e5b0e0a Do not set default value for unused variable Andrew Murray 2023-12-31 16:58:03 +1100
  • 6cad0d62e7 Do not crop again if glyph is the same as the previous one Andrew Murray 2024-01-01 16:14:45 +1100
  • ecd3948b45 Test PILfont even when FreeType is supported Andrew Murray 2024-01-01 16:03:43 +1100
  • 8676cbd4e7 Do not try and crop glyphs from outside of source ImageFont image Andrew Murray 2024-01-01 16:13:24 +1100
  • af026fdd3c Added decompression bomb check to ImageFont.getmask() Andrew Murray 2024-01-01 16:06:09 +1100
  • 8422af20d5 Removed unnecessary "pragma: no cover" Andrew Murray 2024-01-01 15:47:53 +1100
  • d6fd4c978e
    Merge pull request #7666 from hugovk/coverage-exclude_also Andrew Murray 2024-01-01 15:46:52 +1100
  • 2c75cac400 Update CHANGES.rst [ci skip] Andrew Murray 2024-01-01 15:25:29 +1100
  • 3ef7b93846
    Merge branch 'main' into iptc Andrew Murray 2024-01-01 15:23:08 +1100
  • f2c6f118aa
    Merge pull request #7664 from nulano/deprecate-iptc-helpers Andrew Murray 2024-01-01 15:22:18 +1100
  • 17911d6ec4 Removed import Andrew Murray 2024-01-01 14:49:01 +1100
  • ca48ac0e15 Update CHANGES.rst [ci skip] Andrew Murray 2024-01-01 14:31:07 +1100
  • bd7e709141
    Merge pull request #7650 from radarhere/tiff Andrew Murray 2024-01-01 14:27:10 +1100
  • 9bcd477058 Use consistent language Andrew Murray 2024-01-01 14:19:16 +1100
  • 9e835ca5be Update CHANGES.rst [ci skip] Andrew Murray 2024-01-01 13:51:45 +1100
  • 99760f4c59
    Merge branch 'main' into tiff Andrew Murray 2024-01-01 13:41:17 +1100
  • d26880cda9 Remove unused create_lut() Hugo van Kemenade 2023-12-31 20:06:40 +0200
  • b7d64ac177
    Don't complain about compatibility code for missing optional dependencies Hugo van Kemenade 2023-12-31 10:30:22 -0700
  • 129a4936d3
    Update docs/releasenotes/10.2.0.rst Hugo van Kemenade 2023-12-31 09:53:59 -0700
  • 67a9e6e3b0
    Merge pull request #7585 from nulano/gcc-warn-1 Hugo van Kemenade 2023-12-31 17:55:26 +0200
  • 2825323e84 Release notes: add ImageColor and ImageMode optimisations, and type hints Hugo van Kemenade 2023-12-31 16:46:24 +0200
  • e1ea522f70 Added further type hints Andrew Murray 2023-12-31 13:21:56 +0100
  • aa605bc6f2 document IptcImagePlugin deprecations Nulano 2023-12-31 01:25:19 +0100
  • fa4b3776f0 deprecate IptcImagePlugin.{dump,i,PAD} Nulano 2023-12-30 00:02:34 +0100
  • 6c4b47dc46
    Merge pull request #7496 from radarhere/exif Hugo van Kemenade 2023-12-31 17:39:21 +0200
  • da61ed1330
    Merge pull request #7661 from radarhere/iptc Hugo van Kemenade 2023-12-31 17:38:35 +0200
  • d71cf168ee
    Merge pull request #7566 from radarhere/exit Hugo van Kemenade 2023-12-31 17:37:43 +0200
  • 119885aa66
    Merge pull request #7589 from radarhere/dds_rgb Hugo van Kemenade 2023-12-31 17:35:30 +0200
  • 5df7235d90
    Merge pull request #7654 from radarhere/rowsperstrip Hugo van Kemenade 2023-12-31 17:29:26 +0200
  • f9e3d073b3
    Merge pull request #7663 from radarhere/copyright Hugo van Kemenade 2023-12-31 17:23:22 +0200
  • 17c0b9264d
    Rename FUNDING.yml to Sponsor FUNDING.yml (#4) Sascha Ronnie Daoudia 2023-12-31 16:06:04 +0100
  • ff0af2f99a
    Update issue templates (#3) Sascha Ronnie Daoudia 2023-12-31 16:05:21 +0100
  • 6282caf3f4
    Merge pull request #7659 from nulano/types-binary Hugo van Kemenade 2023-12-31 16:56:16 +0200
  • 3396ce102d do not accept int in PIL._binary.i8 Nulano 2023-12-29 23:18:08 +0100
  • b1e88ac17f
    omit default color value Ondrej Baranovič 2023-12-31 14:49:48 +0100
  • 42c574afdf
    Merge pull request #7656 from nulano/types-containerio Andrew Murray 2024-01-01 00:25:20 +1100
  • f410ec4eab Update CHANGES.rst [ci skip] Andrew Murray 2024-01-01 00:21:25 +1100
  • 8a9afb6717
    Merge pull request #7662 from radarhere/imagefont Andrew Murray 2024-01-01 00:14:57 +1100
  • 46a6ddf0c2 fix loading IPTC images and add test Nulano 2023-12-31 13:47:37 +0100
  • 2ec53e36e9 Apply ImageFont.MAX_STRING_LENGTH to ImageFont.getmask() Andrew Murray 2023-12-31 23:17:28 +1100
  • 1d9c931626 Changed tile tuple to match other plugins Andrew Murray 2023-12-31 22:43:08 +1100
  • 0988703a90
    Merge pull request #7657 from hugovk/optimise-imagecolor Andrew Murray 2023-12-31 19:15:18 +1100
  • ee6e12a803 Updated copyright year Andrew Murray 2023-12-31 18:37:16 +1100
  • 9158c9aec0 Optimise ImageColor using functools.lru_cache Hugo van Kemenade 2023-12-26 19:03:18 +0200
  • aaf99d18ae Update CHANGES.rst [ci skip] Andrew Murray 2023-12-30 10:38:09 +1100
  • 02c6183d41
    Merge pull request #7655 from radarhere/imagemath_eval_keys Andrew Murray 2023-12-30 10:23:50 +1100
  • 557ba59d13 Include further builtins Andrew Murray 2023-12-30 09:30:12 +1100
  • 0ca3c33c59 Allow ops Andrew Murray 2023-10-28 15:58:52 +1100
  • 45c726fd4d Don't allow __ or builtins in env dictionarys for ImageMath.eval Eric Soroos 2023-10-27 11:21:18 +0200
  • 9a6b6316a7 add type hints to PIL.ContainerIO Nulano 2023-12-29 23:12:30 +0100
  • 6a33d6d170 add type hints to PIL._binary Nulano 2023-12-29 23:15:41 +0100
  • c3af2643dd
    Merge pull request #7652 from radarhere/releasing Andrew Murray 2023-12-30 08:20:41 +1100
  • 2de26d0dae
    Merge pull request #7647 from radarhere/imagefont Hugo van Kemenade 2023-12-29 23:05:05 +0200
  • f7ec665bf1 Support setting ROWSPERSTRIP tag Andrew Murray 2023-12-29 22:59:43 +1100
  • 109c6bf6c0
    Merge pull request #7653 from hugovk/release-drafter-type-hints mergify[bot] 2023-12-29 11:57:23 +0000
  • 554598d393
    Merge pull request #7649 from radarhere/fuzz Hugo van Kemenade 2023-12-29 13:35:27 +0200
  • 9c7ff4c86d Add 'Type hints' as a release note category Hugo van Kemenade 2023-12-29 13:25:54 +0200
  • 3c7603b57d Trusted PyPI publishing is now in use in GitHub Actions Andrew Murray 2023-12-29 22:05:31 +1100
  • f6bcf4e1ae Use IMAGEWIDTH and IMAGELENGTH when calculating strip size Andrew Murray 2023-12-29 14:15:40 +1100
  • a5e42107ea Removed __future__ import from fuzz_font and fuzz_pillow Andrew Murray 2023-12-29 11:23:34 +1100
  • 372083c59f Check similarity of round-tripped YCbCr JPEG, for symmetry with RGB Benjamin Gilbert 2023-12-28 13:00:17 -0600
  • a16974e240 Restored testing of ImageFont class Andrew Murray 2023-12-28 21:07:16 +1100
  • 30015f6236 simplify decompression bomb check in FreeTypeFont.render Nulano 2023-12-27 16:16:25 +0100
  • de381d0efb
    Update docs/reference/internal_modules.rst Ondrej Baranovič 2023-12-27 16:17:51 +0100
  • 9475c46d30 Don't complain about compatibility code: class TypeGuard Hugo van Kemenade 2023-12-27 16:58:42 +0200
  • 5938423c63 Coverage: Use exclude_also instead of exclude_lines Hugo van Kemenade 2023-11-12 12:53:42 +0200
  • 0c767f0d7c Coverage: Don't complain about code that shouldn't run: def create_lut(): Hugo van Kemenade 2023-10-05 21:27:18 +0300
  • 0d90bc8187 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2023-12-27 13:57:20 +0000
  • 3a4298d16c avoid hard dependency on typing_extensions Nulano 2023-12-27 14:54:48 +0100
  • cc51dace35 fix types hints for ImageFile._Tile Nulano 2023-12-27 00:41:30 +0100
  • 90d5552800 use _util.DeferredError.new everywhere Nulano 2023-12-27 00:40:55 +0100
  • 6bcf807fe2 add type hints for _util Nulano 2023-12-27 00:17:57 +0100
  • 78b96c0375
    Merge pull request #7643 from radarhere/type_hints Andrew Murray 2023-12-27 22:58:35 +1100
  • 0aebd577ea Moved type hint to BYTES_PER_ROW Andrew Murray 2023-12-27 22:27:20 +1100
  • ca9b49f8dd
    Merge pull request #7636 from bgilbert/jp2-docs Andrew Murray 2023-12-27 21:59:39 +1100
  • e269512038 Restored error message Andrew Murray 2023-12-27 17:57:26 +1100
  • f6f3dab672 Import UnidentifiedImageError directly Andrew Murray 2023-12-27 17:42:17 +1100
  • fc9e17651c
    Merge branch 'main' into convert_mode Andrew Murray 2023-12-27 12:51:00 +1100
  • 4a0a01195d
    Merge branch 'main' into progress Andrew Murray 2023-12-27 12:50:28 +1100
  • 6e97dd5cec Raise ValueError when trying to save without bitmap Andrew Murray 2023-12-27 12:32:35 +1100
  • 85818cd616 Added type hints to FontFile and subclasses Andrew Murray 2023-12-27 11:36:16 +1100
  • e9252a9353 Always return None from compile() Andrew Murray 2023-12-27 11:07:53 +1100
  • 6ed83ac464 Clarify that the examples are equivalent Andrew Murray 2023-12-27 11:03:12 +1100
  • 37505a81f5 Document type hint Andrew Murray 2023-12-27 10:00:04 +1100
  • 1e8bad805e
    Merge pull request #7641 from hugovk/optimise-imagemode Andrew Murray 2023-12-27 09:42:26 +1100
  • 265ee32457
    Merge pull request #7616 from radarhere/pypi Andrew Murray 2023-12-27 09:37:14 +1100
  • 396b96f28b
    Optimise ImageMode.getmode Hugo van Kemenade 2023-12-26 15:08:58 -0700
  • 5cc4170da3 Updated type hint Andrew Murray 2023-12-27 08:36:50 +1100
  • dc78fd7de0 Merge branch 'main' into imagetype Andrew Murray 2023-12-27 08:36:09 +1100
  • d4fd04982a
    Merge pull request #7640 from radarhere/type_hints Andrew Murray 2023-12-27 08:18:01 +1100
  • 043e13d660 Revert "Published to Test PyPI" Andrew Murray 2023-12-27 08:12:51 +1100
  • a66fbb95b6
    Updated Windows artifact name Andrew Murray 2023-12-27 07:54:03 +1100
  • a72b5963d7 Document JPEG 2000 support for writing YCbCr and reading subsampled color Benjamin Gilbert 2023-12-11 04:14:18 -0600