Commit Graph

  • 6b168a3e2b add EPS test for image with ImageData and BoundingBox (atend) Yay295 2024-08-06 21:02:46 -0500
  • 00bbd4a5b9 use "with Image" instead of closing manually Yay295 2024-08-04 00:48:12 -0500
  • 3ccecd91ce convert eps using pnmraw instead of ppmraw This lets Ghostscript choose the best device to use (pbmraw, pgmraw, ppmraw) based on the image data. Yay295 2024-08-03 18:04:05 -0500
  • 283b41afa0 test 1.eps size and data Yay295 2024-08-03 11:47:34 -0500
  • 6fe4375f28 move eps test images to their own folder Yay295 2024-08-03 11:13:38 -0500
  • c6b08ef32c Update CHANGES.rst [ci skip] Andrew Murray 2024-09-30 22:13:24 +1000
  • c5835fe86b
    Merge pull request #8427 from radarhere/appveyor Hugo van Kemenade 2024-09-30 14:53:20 +0300
  • 4f965289e1
    Merge pull request #8429 from radarhere/macos Hugo van Kemenade 2024-09-30 14:52:12 +0300
  • 0314bb3331
    Merge pull request #8408 from radarhere/fli Hugo van Kemenade 2024-09-30 14:50:54 +0300
  • 42ad42c174
    Merge branch 'main' into resize_i16 Andrew Murray 2024-09-30 19:50:26 +1000
  • a99361a38f Raise an error if path is compacted during mapping Andrew Murray 2024-09-13 23:21:35 +1000
  • 851449edfc Free memory on early return Andrew Murray 2024-09-24 19:14:26 +1000
  • fc65e437cf Prevent division by zero Andrew Murray 2024-09-23 23:25:42 +1000
  • cc0b6b9de9 Cast int before potentially exceeding INT_MAX Andrew Murray 2024-09-24 07:56:45 +1000
  • 94c3ee6944
    Merge branch 'main' into bitmap_buffer Andrew Murray 2024-09-30 19:47:11 +1000
  • 7e6e08ea6a
    Merge pull request #8428 from radarhere/cifuzz Hugo van Kemenade 2024-09-30 12:37:12 +0300
  • b94c5c5e34 Updated macOS tested Pillow versions Andrew Murray 2024-09-30 19:32:21 +1000
  • 7a62c788ed Updated tested Python versions Andrew Murray 2024-09-30 12:42:39 +1000
  • 21ab53e0c0 Updated test environment documentation Andrew Murray 2024-09-30 12:38:13 +1000
  • 3beac54715
    Merge pull request #8425 from python-pillow/renovate/github-actions Hugo van Kemenade 2024-09-29 11:28:16 +0000
  • 3a734b5d4b
    Update scientific-python/upload-nightly-action action to v0.6.0 renovate[bot] 2024-09-29 05:19:39 +0000
  • c6e07d0272
    Merge pull request #8400 from radarhere/geometry mergify[bot] 2024-09-28 23:07:00 +0000
  • e9f831d3db
    Merge branch 'main' into geometry Hugo van Kemenade 2024-09-28 15:45:39 -0700
  • ed143f5fec Update CHANGES.rst [ci skip] Andrew Murray 2024-09-29 06:40:50 +1000
  • a89b3d53ff
    Merge pull request #8424 from radarhere/harfbuzz Hugo van Kemenade 2024-09-28 09:06:25 -0700
  • 58ef920771
    Merge pull request #8420 from radarhere/libimagequant_lib64 Hugo van Kemenade 2024-09-28 09:05:51 -0700
  • e976096c2e Allow libimagequant shared library path to change Andrew Murray 2024-09-28 20:39:04 +1000
  • 30fca7a1d6 Install meson through pip Andrew Murray 2024-09-28 18:38:45 +1000
  • 25592b634e
    Merge pull request #8423 from radarhere/lint Hugo van Kemenade 2024-09-27 23:50:06 -0700
  • d33270ab51 Set default resize sampling for I;16* images to BICUBIC Andrew Murray 2024-09-28 15:35:42 +1000
  • 2e73ffe703 Exclude multibuild from black and ruff Andrew Murray 2024-09-28 15:29:09 +1000
  • e306546bf1 Use ruff check Andrew Murray 2024-09-28 15:10:16 +1000
  • 04a00d273c Support all resampling filters when resizing I;16* images Andrew Murray 2024-09-28 14:27:40 +1000
  • bda62c1ac5 Revert "Temporarily disable cifuzz" Andrew Murray 2024-09-27 22:11:03 +1000
  • 86b42a95d8
    Merge pull request #8421 from radarhere/harfbuzz Hugo van Kemenade 2024-09-27 16:02:50 -0700
  • 485a062010 Update CHANGES.rst [ci skip] Andrew Murray 2024-09-27 23:13:03 +1000
  • fb8db83122 Updated harfbuzz to 10.0.1 on macOS Andrew Murray 2024-09-27 17:35:06 +1000
  • 71da6d8952 Downgrade harfbuzz on OSS Fuzz Andrew Murray 2024-09-27 16:37:10 +1000
  • 4ca2b92503 Use $IS_ALPINE instead of $MB_ML_LIBC Andrew Murray 2024-09-27 14:59:27 +1000
  • b9d1768561
    Catch AttributeError for BitmapImage.__photo Alexander Karpinsky 2024-09-26 16:27:55 +0400
  • ebbdc6ee6f
    Merge branch 'main' into progress Andrew Murray 2024-09-26 20:24:54 +1000
  • d133199391
    Merge pull request #8386 from uploadcare/webp-capsule Alexander Karpinsky 2024-09-26 14:20:50 +0400
  • 23070b721f
    Merge pull request #8419 from radarhere/fribidi Hugo van Kemenade 2024-09-25 23:52:45 -0700
  • d8e3572caa Updated fribidi to 1.0.16 Andrew Murray 2024-09-26 08:52:29 +1000
  • 7cf351cfc5 Added additional test Andrew Murray 2024-09-25 20:37:41 +1000
  • 956dd77565 Merge branch 'main' into context_manager Andrew Murray 2024-09-25 19:27:32 +1000
  • 5d16eb73eb Update CHANGES.rst [ci skip] Andrew Murray 2024-09-25 19:07:32 +1000
  • 24e9961c4f Support writing LONG8 offsets Andrew Murray 2024-09-25 18:45:16 +1000
  • 0a99d63028 Use field size in AppendingTiffWriter Andrew Murray 2024-09-20 22:31:00 +1000
  • 3f24276bf2
    Merge pull request #8317 from Yay295/tiff_exif_multistrip Andrew Murray 2024-09-25 18:38:19 +1000
  • c1ba2d9eac
    Merge pull request #8414 from radarhere/pypy Hugo van Kemenade 2024-09-24 18:07:11 -0700
  • 9e48c271c7
    Merge pull request #8415 from radarhere/harfbuzz Hugo van Kemenade 2024-09-24 18:06:43 -0700
  • 72144ec530 Updated harfbuzz to 10.0.1 Andrew Murray 2024-09-25 08:33:18 +1000
  • 55a25aa4b1
    Merge pull request #8411 from radarhere/harfbuzz Hugo van Kemenade 2024-09-24 14:27:33 -0700
  • 61c83a882c Updated macOS version to 10.15 for PyPy x86-64 Andrew Murray 2024-09-25 00:00:22 +1000
  • 3f8b496431 Updated harfbuzz to 10.0.0 Andrew Murray 2024-09-24 09:54:26 +1000
  • 8d0a6d0bbf
    Merge pull request #8407 from radarhere/libimagequant_lib64 Hugo van Kemenade 2024-09-23 16:37:20 -0700
  • cf4fe7f68b
    add check for positive xsize/ysize in ImagingFliDecode Yay295 2024-09-23 02:00:44 -0500
  • 9fe014876a Shared libraries may be located within usr/lib64 Andrew Murray 2024-09-22 22:42:39 +1000
  • 731bcda904
    Merge pull request #8396 from Yay295/common_test_script Hugo van Kemenade 2024-09-22 22:58:06 -0700
  • fcae2f4bdf
    Merge branch 'main' into common_test_script Andrew Murray 2024-09-23 12:40:52 +1000
  • e179d04a99
    Merge pull request #8403 from nulano/freetype-fix Andrew Murray 2024-09-23 12:39:53 +1000
  • efd6b84271
    Merge pull request #8404 from radarhere/raqm Hugo van Kemenade 2024-09-22 17:44:00 -0700
  • 8adf15a6ee Updated raqm to 0.10.2 Andrew Murray 2024-09-23 09:29:16 +1000
  • 6081640aa5 winbuild: Build freetype.vcxproj to fix passing in custom parameters. Nulano 2024-09-22 22:46:35 +0200
  • be3192ecd4 use .ci/test.sh in test-mingw.yml Yay295 2024-09-19 12:08:34 -0500
  • 8fa5ba8443 add common windows ci test script Yay295 2024-09-19 11:05:52 -0500
  • 11bcd5aaa9 Fix hasattr for ImageTk.PhotoImage.__del__ Aleksandr Karpinskii 2024-09-22 13:39:22 +0400
  • e86e5d7274
    Merge pull request #146 from radarhere/webp-capsule Alexander Karpinsky 2024-09-22 13:22:30 +0400
  • 87414b3f59
    Merge pull request #147 from radarhere/use-ptr Alexander Karpinsky 2024-09-22 13:18:59 +0400
  • 9f409e823b Use getim() Andrew Murray 2024-09-21 16:44:39 +1000
  • 5d430eab25 Added release notes Andrew Murray 2024-09-21 16:24:54 +1000
  • aa22b24169 Load before trying to catch exceptions Andrew Murray 2024-09-21 16:22:50 +1000
  • 75cb1c1b87 Test unsupported image mode Andrew Murray 2024-09-21 16:02:23 +1000
  • 83c7043471 Rename variable, since alpha channel is not dropped Andrew Murray 2024-09-21 15:54:27 +1000
  • 8b6fa92cc8
    rewrite some comments Yay295 2024-09-20 08:39:11 -0500
  • e57da68190 Check image value before use Andrew Murray 2024-09-20 19:20:53 +1000
  • b557876ec3
    Merge pull request #8398 from PavlNekrasov/fix/null-check-before-dereference-imIn Hugo van Kemenade 2024-09-20 12:19:36 +0300
  • 59a155b12e
    Merge pull request #8399 from radarhere/oss_fuzz Hugo van Kemenade 2024-09-20 12:19:10 +0300
  • 693a68b2bb Updated link to OSS Fuzz issues Andrew Murray 2024-09-20 18:46:47 +1000
  • 9424b1a892 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-09-19 19:59:08 +0000
  • 46f2fa17be
    fix dereference before checking for NULL in the ImagingTransformAffine function PavlNekrasov 2024-09-19 22:53:45 +0300
  • 0f47ecd432 Update CHANGES.rst [ci skip] Andrew Murray 2024-09-19 15:07:06 +1000
  • 7ecb5bd8bb
    Merge pull request #8395 from radarhere/ghostscript Hugo van Kemenade 2024-09-19 07:14:38 +0300
  • 1392eab89b Updated Ghostscript to 10.4.0 Andrew Murray 2024-09-19 09:21:23 +1000
  • 6af0425283 Merge branch 'main' into context_manager Andrew Murray 2024-09-19 08:42:27 +1000
  • af521a1ce1
    Merge branch 'main' into use-ptr Alexander Karpinsky 2024-09-18 22:24:46 +0200
  • 362ffaf9b7 implement tiff exif multistrip support Yay295 2024-08-18 20:39:14 -0500
  • 1ee3bd1d9e
    Merge pull request #8390 from radarhere/tiff_exif_transpose Hugo van Kemenade 2024-09-18 22:35:01 +0300
  • 743ddc7a58
    Merge pull request #8338 from yngvem/improve-error-messages Hugo van Kemenade 2024-09-18 18:22:04 +0300
  • e33d8bb32b Generate and upload attestations to PyPI Hugo van Kemenade 2024-09-18 18:19:53 +0300
  • 9adb476f37
    Rearranged text Andrew Murray 2024-09-18 23:58:23 +1000
  • 629f5be52e In seek(), create core image at size needed for loading Andrew Murray 2024-09-18 22:56:29 +1000
  • e80cada0f6
    Merge pull request #8391 from radarhere/png_decompress Hugo van Kemenade 2024-09-18 15:31:18 +0300
  • a92dca66bd Use raw size for striped tiles Andrew Murray 2024-09-18 21:22:59 +1000
  • a859695d9a
    Rearranged code Andrew Murray 2024-09-18 21:17:49 +1000
  • 9135fd0fb2 Mention limit in error message Andrew Murray 2024-09-18 20:56:55 +1000
  • 84e275d906 Loading does not change mode Andrew Murray 2024-09-18 20:27:35 +1000
  • f1e86965f6 Use transposed size after opening for TIFF images Andrew Murray 2024-09-18 20:26:06 +1000
  • 08d9c89d8a
    Merge pull request #8388 from python-pillow/renovate/cibuildwheel-2.x Andrew Murray 2024-09-17 18:49:59 +1000