Commit Graph

  • f2e478e968 Merge branch 'main' into improved_dds Andrew Murray 2023-12-05 17:49:47 +1100
  • 584fdde178 Update CHANGES.rst [ci skip] Andrew Murray 2023-12-05 17:25:43 +1100
  • b3f374333b
    Merge pull request #7603 from sambvfx/bc4-dds Andrew Murray 2023-12-05 17:23:16 +1100
  • 8a88e43961
    Merge pull request #1 from radarhere/bc4-dds Sam Bourne 2023-12-04 17:59:13 -0800
  • f7c3f2a447
    Use underscore as throwaway variable Hugo van Kemenade 2023-12-05 00:03:38 +0200
  • cd2c3344d7 Update CHANGES.rst [ci skip] Andrew Murray 2023-12-05 08:01:24 +1100
  • 0e36c14680 Added test BC4 TYPELESS image Andrew Murray 2023-12-05 07:39:15 +1100
  • c1b3c34678 Added expected test image Andrew Murray 2023-12-05 07:18:07 +1100
  • e3bfe232aa
    Merge pull request #7602 from python-pillow/pre-commit-ci-update-config Hugo van Kemenade 2023-12-04 21:08:34 +0200
  • 8c5d5c7e6b Add support for BC4 dds files Sam Bourne 2023-12-04 09:54:10 -0800
  • bf9709bc48
    [pre-commit.ci] pre-commit autoupdate pre-commit-ci[bot] 2023-12-04 17:18:50 +0000
  • 9601102724
    Merge branch 'main' into comprehensions Hugo van Kemenade 2023-12-04 17:09:10 +0200
  • fe26900688
    Merge pull request #7599 from florath/ImageStat_getcount_opt Hugo van Kemenade 2023-12-04 17:04:38 +0200
  • e92c07f402
    Apply suggestions from code review Hugo van Kemenade 2023-12-04 16:34:39 +0200
  • dafaa1c512 Document JPEG streamtype option Benjamin Gilbert 2023-12-04 06:56:24 -0600
  • d042c4bc37 Added typing.IO to type hint Andrew Murray 2023-12-04 22:26:14 +1100
  • 9a6c47a9d2 Merge branch 'main' into font Andrew Murray 2023-12-04 22:25:58 +1100
  • d7fa0b9d96 Update CHANGES.rst [ci skip] Andrew Murray 2023-12-04 22:20:22 +1100
  • b51dcc070b
    Merge pull request #7587 from radarhere/freetypefont Andrew Murray 2023-12-04 22:05:38 +1100
  • 0853e4b8a4
    Merge pull request #7598 from radarhere/lcms2 Andrew Murray 2023-12-04 22:03:58 +1100
  • b431e2c140
    Merge pull request #7555 from radarhere/pdf_palette Andrew Murray 2023-12-04 21:54:01 +1100
  • 90e1e94530
    Merge branch 'python-pillow:main' into ImageStat_getcount_opt Andreas Florath 2023-12-04 10:36:21 +0100
  • ac47b75953
    Update src/PIL/ImageStat.py Andreas Florath 2023-12-04 10:27:30 +0100
  • 2b734a33c7 Updated lcms2 to 2.16 Andrew Murray 2023-12-04 08:32:39 +1100
  • 27d7bd10c8 Use list comprehensions to create transformed lists Hugo van Kemenade 2023-12-03 21:59:44 +0200
  • 2eddbc5994
    Updated docstrings Andrew Murray 2023-12-03 14:25:07 +1100
  • 9e5ff7600e
    Merge pull request #10 from radarhere/improved_dds REDxEYE 2023-12-03 02:40:07 +0300
  • 80d0ed48b3
    Merge pull request #7590 from radarhere/windows Hugo van Kemenade 2023-12-02 16:35:15 +0200
  • 77a96a00ce Update CHANGES.rst [ci skip] Andrew Murray 2023-12-02 21:50:11 +1100
  • e072a12974 Corrected constant values Andrew Murray 2023-12-02 11:40:51 +1100
  • 5aadeb5004 Moved _Tile to ImageFile Andrew Murray 2023-12-02 01:24:29 +1100
  • ab96324c12 Removed support for RGB bitcount 8 Andrew Murray 2023-12-02 00:35:40 +1100
  • 56b4822294 args may be a string or None Andrew Murray 2023-11-21 22:07:36 +1100
  • 662cb229c2 Updated variable name to match tile Andrew Murray 2023-11-21 20:24:00 +1100
  • 49578f0059
    Merge branch 'main' into improved_dds Andrew Murray 2023-12-02 21:35:20 +1100
  • a6a612c6c5
    Merge branch 'main' into fix-alpha-for-overlapping-glyphs Andrew Murray 2023-12-02 21:33:29 +1100
  • 364e627c27 Merge branch 'main' into windows Andrew Murray 2023-12-02 21:31:40 +1100
  • 96fe0a103b Merge branch 'main' into ImageStat_getextrema_opt Andrew Murray 2023-12-02 21:27:36 +1100
  • 2b5c081499
    Merge pull request #7594 from radarhere/olefile Hugo van Kemenade 2023-12-02 12:22:17 +0200
  • bd2977c518
    Update src/PIL/ImageDraw.py Zach Nagengast 2023-12-01 22:56:59 -0800
  • 11e226ee90 All GitHub Actions wheels are now in the "Wheels" workflow Andrew Murray 2023-12-02 13:18:13 +1100
  • 0e523d9868 Fixed closing file pointer with olefile 0.47 Andrew Murray 2023-12-02 10:57:16 +1100
  • 7762dd382a Fixed spacing in _getextrema method Andreas Florath 2023-12-01 16:21:29 +0100
  • 1b8f9d386b Optimize ImageStat.Stat._getextrema function Andreas Florath 2023-12-01 15:26:09 +0100
  • e01354a2c8 Added space before colon Andreas Florath 2023-12-01 16:19:39 +0100
  • f7d40ce31c Removed functools and operator import which are not needed anymore Andreas Florath 2023-12-01 16:15:31 +0100
  • a04c6a27e8 Optimization of ImageStat.Stat._getcount method Andreas Florath 2023-12-01 16:01:23 +0100
  • e80002643d
    Update Tests/test_imagefont.py Zach Nagengast 2023-12-01 08:54:13 -0800
  • 76446ee450
    Merge pull request #7524 from cclauss/ruff-rules-C4-PERF102-PIE810-PLR Hugo van Kemenade 2023-12-01 17:09:25 +0200
  • 2e8dd3bdca Use int.from_bytes() Andrew Murray 2023-12-01 22:56:25 +1100
  • 30eb41475d Use f-string Andrew Murray 2023-12-01 22:44:51 +1100
  • ea680d98a5
    Merge pull request #21 from nulano/font Andrew Murray 2023-12-01 12:29:32 +1100
  • bd7874a6f1 Update Windows wheels info Andrew Murray 2023-12-01 12:01:34 +1100
  • 316f39702c
    Merge pull request #7580 from nulano/cibuildwheel-docker Andrew Murray 2023-12-01 10:41:53 +1100
  • 984700b1f7 fix documentation link to PIL.ImageFont.Layout Nulano 2023-11-30 23:58:47 +0100
  • 13c1d752c6
    Use enum in type hint Andrew Murray 2023-12-01 08:42:25 +1100
  • e1059767d8 replace importlib.util.find_spec with try import except ImportError Nulano 2023-11-30 19:08:35 +0100
  • 63bec07b97
    Merge pull request #7475 from radarhere/harfbuzz Andrew Murray 2023-11-30 21:58:40 +1100
  • f1fef09d4a Support arbitrary masks for uncompressed RGB images Andrew Murray 2023-11-30 21:05:53 +1100
  • f23d029d5f Moved error from truetype() to FreeTypeFont Andrew Murray 2023-11-30 07:41:02 +1100
  • e1291b880d Update CHANGES.rst [ci skip] Andrew Murray 2023-11-30 07:38:27 +1100
  • 54c5631fe1
    Merge pull request #7584 from akx/truetype-size-validation Hugo van Kemenade 2023-11-29 17:16:51 +0200
  • 5fb86c55ed Moved code closing fp and _fp into common method Andrew Murray 2023-11-29 20:05:17 +1100
  • aa03c5a82a Allow reordering of 5-bit masks Andrew Murray 2023-11-29 19:56:29 +1100
  • 36e0b5312a
    Update Tests/test_imagefont.py Aarni Koskela 2023-11-29 09:21:51 +0200
  • 78f78d2aa7
    Update src/_imagingft.c Zach Nagengast 2023-11-28 11:53:46 -0800
  • cd9deddcd5 add gcc problem matcher to test.yml Nulano 2023-11-28 00:50:42 +0100
  • 6fe42bddd9 Apply suggestions from code review Ondrej Baranovič 2023-11-27 22:32:00 +0100
  • d88ab8a668 use verbose flag when building wheels Nulano 2023-11-26 21:41:04 +0100
  • 7dc3a8ffa5 do not build Windows wheels on every push Nulano 2023-11-26 21:12:38 +0100
  • 1fdb0668d8 test cibuildwheel wheels in Docker on Windows nulano 2023-01-01 03:18:30 +0100
  • 3d49244d36 specify build config settings in pyproject.toml Nulano 2023-11-26 02:52:32 +0100
  • bf51d71660 enable heap verification Nulano 2023-11-26 01:01:12 +0100
  • 4f939a1c2d use cibuildwheel on windows Nulano 2023-11-16 00:04:36 +0100
  • 39ec56c6ea Improve error message when creating TrueType fonts of invalid size Aarni Koskela 2023-11-28 12:56:32 +0200
  • 697c24bc7d
    Merge pull request #7581 from hugovk/requirements-cibw Andrew Murray 2023-11-28 23:30:08 +1100
  • b235aa98c6 fix: use parent_name instead of parent_module helloworld 2023-11-28 20:21:03 +0800
  • 106f3bcae7 Install cibuildwheel from requirements file Hugo van Kemenade 2023-11-27 23:48:47 +0200
  • a1d2297029
    Merge pull request #7563 from radarhere/optional-dependencies Andrew Murray 2023-11-28 21:49:41 +1100
  • 4bc365547a
    Corrected type hint Andrew Murray 2023-11-28 21:43:58 +1100
  • af12908dad
    Merge pull request #7579 from hugovk/docs-activate-tab Hugo van Kemenade 2023-11-28 12:32:23 +0200
  • 9e8edb42b6 Added type hint Andrew Murray 2023-11-28 21:18:58 +1100
  • 6d90f987d1
    Merge pull request #107 from radarhere/docs-activate-tab Hugo van Kemenade 2023-11-28 11:48:47 +0200
  • 40976799c6 Use html_css_files instead of setup() Andrew Murray 2023-11-28 20:04:41 +1100
  • 06687642b5 window.navigator has already been used Andrew Murray 2023-11-28 19:41:16 +1100
  • cf97e8644d Do not test for iOS Andrew Murray 2023-11-28 19:48:31 +1100
  • 823c0b0790 Query now searches for exactly matching text Andrew Murray 2023-11-28 19:39:38 +1100
  • 6825a76692 fix: Importing plugins from a user-specified installation directory Deliang Yang 2023-11-27 17:02:11 +0800
  • ccb0a08a9b
    Select "Windows" tab instad of "Windows using MSYS2/MinGW" Hugo van Kemenade 2023-11-27 12:54:50 -0700
  • 9c60e856ad
    Apply suggestions from code review Zach Nagengast 2023-11-27 09:20:40 -0800
  • 38992f6810
    Merge pull request #1 from nulano/fix-alpha-for-overlapping-glyphs Zach Nagengast 2023-11-27 08:50:41 -0800
  • 0cef9f251c fix drawing text alpha on RGBA image on big-endian platforms Nulano 2023-11-27 16:42:45 +0100
  • f3b3442c50 add test for glyph alpha blending Nulano 2023-11-27 03:24:23 +0100
  • 959b45c945 Activate tabs based on browser's operating system Hugo van Kemenade 2023-11-27 16:27:39 +0200
  • ae7958fa8d Handle pathlib.Path in FreeTypeFont Andrew Murray 2023-11-27 23:03:10 +1100
  • 4ae3ce2571 Added reading BGR;15 images Andrew Murray 2023-11-27 19:26:58 +1100
  • f9c7bd8611
    Merge pull request #7572 from radarhere/wheels Hugo van Kemenade 2023-11-25 13:04:49 +0200
  • 3e7aec5c0d Updated README after cibuildwheel integration [ci skip] Andrew Murray 2023-11-25 21:56:23 +1100
  • de86f0aeb8 Updated harfbuzz to 8.3.0 Andrew Murray 2023-11-25 19:42:37 +1100
  • e2ddd27500
    Merge pull request #7552 from radarhere/cibuildwheel Hugo van Kemenade 2023-11-25 10:27:32 +0200