Commit Graph

  • 2c6258bee5 Updated indents Andrew Murray 2024-03-26 06:08:10 +1100
  • 9d101bffeb
    Removed reference to "current version" Andrew Murray 2024-03-26 06:07:39 +1100
  • fb84c546b7 Removed references to the "current version" Andrew Murray 2024-03-26 06:00:03 +1100
  • 58c4c757a2 Update CHANGES.rst [ci skip] Andrew Murray 2024-03-25 21:06:10 +1100
  • e0b1b38567
    Merge pull request #7900 from scaramallion/dev-j2k-precision Andrew Murray 2024-03-25 21:03:21 +1100
  • 144959ba9e
    Merge pull request #2 from radarhere/dev-j2k-precision scaramallion 2024-03-25 20:16:45 +1100
  • 7ca9bddf93
    Update Tests/test_file_jpeg2k.py scaramallion 2024-03-25 20:13:45 +1100
  • 0f49eaf230 Simplified code Andrew Murray 2024-03-25 18:23:52 +1100
  • 1f182ce8da Fix parsing the J2K header scaramallion 2024-03-25 17:39:21 +1100
  • 5e448b3013
    Merge pull request #7904 from radarhere/releasenotes Hugo van Kemenade 2024-03-25 07:56:10 +0200
  • 38f9193796 Added release notes for #7872 Andrew Murray 2024-03-25 10:35:00 +1100
  • d7dba1cc67 Added release notes for #7882 Andrew Murray 2024-03-25 10:04:02 +1100
  • 0248e41800 Added release notes for #7891 Andrew Murray 2024-03-25 10:02:19 +1100
  • 901c13c4b1 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-03-24 04:47:24 +0000
  • ce060a8e8b Fix 9-bit JPEG 2000 images not using I;16 scaramallion 2024-03-24 15:40:11 +1100
  • 19cd94bdb3
    Merge pull request #7895 from python-pillow/clean-up-authors-contributors Andrew Murray 2024-03-24 14:59:26 +1100
  • 567ee6bdaa
    Update docs/conf.py Jeffrey A. Clark 2024-03-23 17:50:41 -0400
  • eff78cb514 Skip PYI034 as typing.Self is in Python 3.10+ Hugo van Kemenade 2024-03-23 20:52:32 +0200
  • 20d8095439 Fix: PYI041 Use float instead of int | float Hugo van Kemenade 2024-03-23 20:49:43 +0200
  • 6ed952b510 Fix: PYI024 Use typing.NamedTuple instead of collections.namedtuple Hugo van Kemenade 2024-03-23 20:48:46 +0200
  • 5d37d028d3 Fix: PYI044 'from __future__ import annotations' has no effect in stub files, since type checkers automatically treat stubs as having those semantics Hugo van Kemenade 2024-03-23 20:44:43 +0200
  • 41ffc1de81 Fix: PYI044 'from __future__ import annotations' has no effect in stub files, since type checkers automatically treat stubs as having those semantics Hugo van Kemenade 2024-02-04 18:49:46 +0200
  • 9fc3fa8208 Add PYI (flake8-pyi) to Ruff Hugo van Kemenade 2024-02-04 18:49:05 +0200
  • 66ef6ad9ac [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-03-23 13:49:17 +0000
  • 4197263dff Clean up authors and contributors Jeffrey A. Clark (Alex) 2024-03-23 09:40:39 -0400
  • e320bdc1cd Update CHANGES.rst [ci skip] Andrew Murray 2024-03-23 09:17:16 +1100
  • 759630fbaf
    Merge pull request #7891 from radarhere/kmeans mergify[bot] 2024-03-22 22:02:42 +0000
  • 0c73db31d7
    Merge pull request #7893 from radarhere/osubfiletype Hugo van Kemenade 2024-03-22 18:00:03 +0200
  • 47040c7b35 Test positive and zero kmeans Andrew Murray 2024-03-22 23:53:07 +1100
  • 3004c46683 Block saving TIFF tag OSUBFILETYPE using libtiff Andrew Murray 2024-03-22 23:43:55 +1100
  • 171e497e05 Raise ValueError if kmeans is negative Andrew Murray 2024-03-22 17:36:04 +1100
  • ca973709a0
    Merge pull request #7882 from radarhere/ppm Hugo van Kemenade 2024-03-21 18:24:54 +0200
  • 9d3c8d54b4
    Merge pull request #7870 from radarhere/j2k_pclr Hugo van Kemenade 2024-03-21 18:24:45 +0200
  • 3bbc865afc
    Merge pull request #7872 from radarhere/webp_alpha_quality Hugo van Kemenade 2024-03-21 18:20:40 +0200
  • 98067db82d
    Merge pull request #7886 from radarhere/harfbuzz Hugo van Kemenade 2024-03-21 18:20:05 +0200
  • ee5702352d
    Merge pull request #7887 from radarhere/ghostscript Hugo van Kemenade 2024-03-21 18:19:56 +0200
  • 9c41bf4641 Only specify image size once Andrew Murray 2024-03-21 19:16:06 +1100
  • a0ab9f488f Added type hints Andrew Murray 2024-03-21 19:12:48 +1100
  • 10ceae924c Removed unused number of bands Andrew Murray 2024-03-21 18:52:55 +1100
  • c3997050b0 Simplified test using assert_image_equal Andrew Murray 2024-03-21 19:11:19 +1100
  • fd80b2e1d9 Moved sample data inside test Andrew Murray 2024-03-21 18:46:09 +1100
  • 8b6a182815 Support conversion from RGB to RGBa Andrew Murray 2024-03-21 16:25:40 +1100
  • a0388f2a67 Updated Ghostscript to 10.3.0 Andrew Murray 2024-03-21 11:44:03 +1100
  • 0b71605dbf [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-03-20 21:30:58 +0000
  • fa5bfacbd6 add more metadata test cases olokelo 2024-03-20 22:27:22 +0100
  • 75a206bf58 Added conversion from RGB to RGBa and La Andrew Murray 2024-03-20 20:42:13 +1100
  • d30404fede
    use dummy var name for unused parts of unpacked tuple Yay295 2024-03-20 08:55:05 -0500
  • e5003ff270 change Optional to python 3.10+ syntax olokelo 2024-03-19 22:47:10 +0100
  • 8cab1c122c [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-03-19 21:40:09 +0000
  • 62c58c2d00 fix some type hinting mistakes olokelo 2024-03-19 22:39:12 +0100
  • 443a35235a [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-03-19 21:30:09 +0000
  • 48bbc2e2f8 flip cases in metadata test olokelo 2024-03-19 22:27:51 +0100
  • 58c37bf7eb add test case for seeking to the same frame olokelo 2024-03-19 22:25:19 +0100
  • 8fa280f6a5 rename jxl -> jpegxl olokelo 2024-03-19 22:17:35 +0100
  • 6048520fcf add type hints olokelo 2024-03-19 20:33:24 +0100
  • 1b049ab4a8 minor plugin code tweaks olokelo 2024-03-19 19:22:37 +0100
  • 5320450679 fix _jxl_decoder_count_frames olokelo 2024-03-19 13:03:08 +0100
  • f6086d40cc modify leak test olokelo 2024-03-19 13:00:50 +0100
  • f4036728ca
    Merge branch 'main' into jxl-support2 Hugo van Kemenade 2024-03-19 11:20:50 +0200
  • fb9e1791eb
    ️ Speed up Stat._getmedian() by 54% The function can be optimized by pre-calculating the histogram and its length, using enumerate for iterating over self.bands instead of using indexing, and utilizing iterator in the inner loop for faster execution. codeflash-ai[bot] 2024-03-19 01:08:40 +0000
  • b3edfb08ce
    Merge pull request #7885 from hugovk/update-release-notes Hugo van Kemenade 2024-03-17 19:22:13 +0200
  • e57fb3e819
    Merge pull request #115 from radarhere/update-release-notes Hugo van Kemenade 2024-03-17 13:18:05 +0200
  • 0c436023a0 Corrected heading Andrew Murray 2024-03-17 22:06:56 +1100
  • 73bb28c866 Removed blank lines Andrew Murray 2024-03-17 21:53:06 +1100
  • 4f677f2183 Reordered sections to match template Andrew Murray 2024-03-17 21:59:46 +1100
  • d2dfb2f87f Swap order to match description Andrew Murray 2024-03-17 21:43:04 +1100
  • 4ef6e4ef9b Highlight code Andrew Murray 2024-03-17 21:41:55 +1100
  • b3c1937456 Changed wording Andrew Murray 2024-03-17 21:37:31 +1100
  • e760a4fc2b Updated harfbuzz to 8.3.1 Andrew Murray 2024-03-17 21:26:00 +1100
  • fe06d419fc Added heading Andrew Murray 2024-03-17 18:30:56 +1100
  • 9cf0ece464 Changed heading level to be consistent Andrew Murray 2024-03-17 18:18:04 +1100
  • 5fd4ad4aa0 Corrected CVEs being split into heading and text Andrew Murray 2024-03-17 18:16:52 +1100
  • 5208712b49 Added "API Additions" section Andrew Murray 2024-03-17 18:12:15 +1100
  • 3b68a56c10 Remove CVE already mentioned in heading Andrew Murray 2024-03-17 18:10:39 +1100
  • 1528ac1a45 Consistently highlight filenames in headings Andrew Murray 2024-03-17 18:05:07 +1100
  • c7e4014411 Fixed heading Andrew Murray 2024-03-17 18:02:39 +1100
  • b25a054241 Update release notes Hugo van Kemenade 2024-03-17 01:17:38 +0200
  • 2568fd891f Remove listing of newly-added release notes in 10.4 release notes Hugo van Kemenade 2024-03-16 20:29:48 +0200
  • 913dc60d5d
    Merge pull request #7877 from python-pillow/7864-backfill Jeffrey A. Clark 2024-03-16 06:06:42 -0400
  • b795d4c59e Update CHANGES.rst [ci skip] Andrew Murray 2024-03-16 18:59:51 +1100
  • a78ed9595f Determine size from markers, not EXIF data Andrew Murray 2024-03-16 18:40:16 +1100
  • 21801f3a45 Raise ValueError if seeking to greater than offset-sized integer Andrew Murray 2024-03-16 13:33:04 +1100
  • 3ba8eb3b7e Raise a ValueError for negative values when loading P1-P3 PPM images Andrew Murray 2024-03-16 12:29:21 +1100
  • e7d8774d70 Wording Alex Clark 2024-03-15 14:20:12 -0400
  • 115179e5a6 Update release notes for #7864 Alex Clark 2024-03-15 14:08:48 -0400
  • 794a7d691f
    Merge pull request #7881 from radarhere/rounded_rectangle Hugo van Kemenade 2024-03-15 17:43:47 +0200
  • 5b3dabb3a0 Add release notes for 2.6.0 for #7864 Alex Clark 2024-03-15 10:27:29 -0400
  • 4438305a95
    Update docs/releasenotes/7.1.0.rst Jeffrey A. Clark 2024-03-15 10:03:19 -0400
  • 45975e482d Update release notes to match template for #7864 Alex Clark 2024-03-14 21:04:08 -0400
  • b5f77799ca Update release notes to match template for #7864 Alex Clark 2024-03-14 20:50:17 -0400
  • 180f37b18e Update release notes to match template for #7864 Alex Clark 2024-03-14 20:21:00 -0400
  • f316fd9c7a Restore and update 3.1.1 release notes for #7864 Alex Clark 2024-03-14 19:45:05 -0400
  • 0ea144b087 Update 3.1.1, 8.1.1 release notes for #7864 Alex Clark 2024-03-14 19:36:19 -0400
  • ae5f1de624 Back fill release notes for #7864 Alex Clark 2024-03-14 19:04:26 -0400
  • ad134c63fa Combine CVEs Alex Clark 2024-03-14 17:37:01 -0400
  • 15deb71c3a 80 char wrap + file name tick for #7864 Alex Clark 2024-03-14 17:03:09 -0400
  • 69a4e0d4c9 Update docs/releasenotes/6.2.0.rst Jeffrey A. Clark 2024-03-14 16:49:42 -0400
  • 7b485c769c Update docs/releasenotes/6.2.0.rst Jeffrey A. Clark 2024-03-14 16:46:15 -0400
  • e97722b7ce Update docs/releasenotes/6.2.0.rst Jeffrey A. Clark 2024-03-14 16:46:04 -0400
  • bae0c988e6 Update docs/releasenotes/8.1.2.rst Jeffrey A. Clark 2024-03-14 16:44:23 -0400