Commit Graph

  • 0f64d08e64 Revert "Add/update project-makefile files" Jeffrey 'Alex' Clark 2024-08-21 21:16:02 -0400
  • 132663a881 Updated error message for invalid width or height Andrew Murray 2024-08-22 07:36:52 +1000
  • 575fad2472 Add/update project-makefile files Jeffrey 'Alex' Clark 2024-08-21 17:02:53 -0400
  • 837af6420d Add/update project-makefile files Jeffrey 'Alex' Clark 2024-08-21 16:43:28 -0400
  • 776eb9e9b7 Add/update project-makefile files Jeffrey 'Alex' Clark 2024-08-21 16:08:26 -0400
  • 388fc78e36 Add/update project-makefile files Jeffrey 'Alex' Clark 2024-08-21 15:32:06 -0400
  • f0d8fd3059
    Merge pull request #8310 from Yay295/tiff_cleanup Andrew Murray 2024-08-21 13:48:18 +1000
  • e6e5ef5c5f Added type hints Andrew Murray 2024-08-21 08:05:02 +1000
  • 2ed8502d12 Use ipython PrettyPrinter, rather than custom class Andrew Murray 2024-08-19 22:55:07 +1000
  • d1d567bb59 Do not use sys.stdout in PSDraw Andrew Murray 2024-08-19 08:47:35 +1000
  • f8d3e36176
    Merge pull request #8315 from radarhere/iptc Hugo van Kemenade 2024-08-20 13:52:55 +0300
  • 0ec1153a62
    Merge pull request #8318 from radarhere/brew Hugo van Kemenade 2024-08-19 14:41:21 +0300
  • 27ca30d50e
    Merge pull request #8309 from hugovk/flake8-pytest-style Andrew Murray 2024-08-19 21:16:21 +1000
  • 2467369c13 Uninstall gradle and maven on macOS 13 Andrew Murray 2024-08-19 20:50:45 +1000
  • cd76b48533 move repeated code to private helper function Yay295 2024-08-16 09:08:18 -0500
  • f26b47595b Get IPTC info from tag_v2 Andrew Murray 2024-08-19 06:56:31 +1000
  • 8bfeddb789 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-08-18 16:08:44 +0000
  • efb647ff79 Fix resizing test SimoneDeGasperis 2024-08-18 18:04:57 +0200
  • c373c498d9 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-08-18 15:46:30 +0000
  • 90a832ef03 Unit testing SimoneDeGasperis 2024-08-18 17:37:35 +0200
  • f6df61dc37 Add scale param to resize SimoneDeGasperis 2024-08-18 17:11:56 +0200
  • 5747267eb3 Fix PT018: Assert only one thing Hugo van Kemenade 2024-08-16 14:52:56 +0300
  • 5c282d0299 Fix PT014: duplicate test cases in pytest.mark.parametrize Hugo van Kemenade 2024-08-16 14:47:11 +0300
  • 6f506d2ae3 Run all flake8-pytest-style except rules some that fail Hugo van Kemenade 2024-08-16 14:59:46 +0300
  • eeb3d04843
    Merge pull request #8306 from radarhere/tag_v2 Hugo van Kemenade 2024-08-16 12:56:16 +0300
  • 5cb79c6a69 Check object is bytes Andrew Murray 2024-08-16 18:31:07 +1000
  • 617699ffc7 Log value from tag_v2 Andrew Murray 2024-08-16 12:03:02 +1000
  • 0a03b77daf Update CHANGES.rst [ci skip] Andrew Murray 2024-08-16 06:36:31 +1000
  • 0633257be3
    Merge pull request #8285 from radarhere/type_hint Hugo van Kemenade 2024-08-15 23:25:50 +0300
  • 394e850db8
    Merge pull request #8304 from radarhere/rounded_rectangle Hugo van Kemenade 2024-08-15 16:06:42 +0300
  • d5e3f6b516 If left and right sides meet, do not draw rectangle to fill gap Andrew Murray 2024-08-15 14:46:23 +1000
  • d4c72da6b2 Added type hints to example code Andrew Murray 2024-08-15 14:10:31 +1000
  • 8afb7ddb4e Added type hints Andrew Murray 2024-08-15 08:08:43 +1000
  • 497080f63b Added type hint to ImageFile._save tile parameter Andrew Murray 2024-08-05 15:20:34 +1000
  • 8737709781 Added return type to ImageFile.load() Andrew Murray 2024-08-05 13:32:59 +1000
  • b14142462e Update CHANGES.rst [ci skip] Andrew Murray 2024-08-15 05:11:00 +1000
  • 13944d5c63 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-08-14 19:04:13 +0000
  • 8a1c03e142
    Merge branch 'main' into jxl-support2 Andrew Murray 2024-08-15 05:03:04 +1000
  • 602f68d1e5 explicitly type Image.info Yay295 2024-08-01 12:21:40 -0500
  • 1b0a3e1d0d explicitly type Image._mode, .readonly, and ._exif Yay295 2024-08-01 12:08:27 -0500
  • 1e18d68ff5 explicitly type Image._size Yay295 2024-08-01 10:43:20 -0500
  • e4e2cd6564 Updated comments Andrew Murray 2024-07-03 22:45:10 +1000
  • 2b6c5a27a1 Added braces Andrew Murray 2024-07-03 22:42:52 +1000
  • 8256b9bb7f Correct left boundary on the second stage Aleksandr Karpinskii 2024-07-02 19:05:24 +0400
  • 5fb44ab694 This check is useless, since moved after the first stage Aleksandr Karpinskii 2024-07-02 18:45:13 +0400
  • 6a87df2c1f clang-format Aleksandr Karpinskii 2024-07-02 18:40:19 +0400
  • 4cf5688cfd Optimize getbbox() and getextrema() Aleksandr Karpinskii 2024-07-02 16:43:34 +0400
  • 35a70e4b97
    Merge pull request #8213 from uploadcare/webp-require-anim Alexander Karpinsky 2024-08-14 15:27:23 +0400
  • 4d544da5c6
    Merge pull request #142 from radarhere/webp-require-anim Alexander Karpinsky 2024-08-14 12:47:17 +0400
  • 359d7592c7 Test deprecation warnings Andrew Murray 2024-08-14 18:41:39 +1000
  • 45552b5b4f Updated documentation Andrew Murray 2024-08-13 19:24:34 +1000
  • 66319fcce7 Animation support is no longer conditionally enabled Andrew Murray 2024-08-13 19:17:36 +1000
  • ba82dff7bc Updated test name Andrew Murray 2024-08-13 19:10:54 +1000
  • c7e6289b36 Use relative import Andrew Murray 2024-08-13 19:07:01 +1000
  • f3aec6dd38 Simplified code Andrew Murray 2024-08-13 19:05:32 +1000
  • 5546994828 Removed unnecessary variable Andrew Murray 2024-08-13 19:03:14 +1000
  • 93ce9ce004
    Update features type Alexander Karpinsky 2024-08-13 09:52:07 +0400
  • 924df9e60b Moved line after early return Andrew Murray 2024-08-13 06:46:46 +1000
  • 6180abc75c Remove WebP versions notes from docs Aleksandr Karpinskii 2024-07-08 20:32:35 +0400
  • 56ca359c65 Bring back removed features, add deprecations and Release notes Aleksandr Karpinskii 2024-07-08 20:07:43 +0400
  • a3468996c0 Remove webp animations flags and conditions Aleksandr Karpinskii 2024-07-07 22:47:06 +0400
  • 9bed5b4264 Remove _webp.WebPDecoderBuggyAlpha and _webp.HAVE_TRANSPARENCY Aleksandr Karpinskii 2024-07-07 22:05:57 +0400
  • c1e8375af8 Require webpmux and webpdemux Aleksandr Karpinskii 2024-07-07 21:51:14 +0400
  • f801649513 Updated freetype to 2.13.3 Andrew Murray 2024-08-13 06:11:32 +1000
  • b55da8020e
    Merge pull request #140 from radarhere/simd-init Alexander Karpinsky 2024-08-12 16:37:01 +0400
  • 55a97f9ddf Do not return bool from version_feature() Andrew Murray 2024-08-12 18:27:16 +1000
  • 24c0569f8d Do not return string from check_feature() Andrew Murray 2024-08-12 18:52:38 +1000
  • 2481c6782c Apply clang-format Aleksandr Karpinskii 2024-08-11 22:38:38 +0400
  • f5f809196f Make SSE4 optional Aleksandr Karpinskii 2024-08-11 22:34:34 +0400
  • 8e3a81a53c SIMD Filter. 3x3 implementation Alexander 2017-08-13 17:16:16 +0300
  • 25ae464421 Make SSE4 optional Aleksandr Karpinskii 2024-08-11 21:55:30 +0400
  • 890865c388 SIMD BoxBlur. sse4 ImagingBoxBlur implementation homm 2015-07-16 02:33:12 +0300
  • b6fb4d8ff8 Apply clang-format Aleksandr Karpinskii 2024-08-11 21:06:37 +0400
  • d1717f3ffc Make SSE4 optional Aleksandr Karpinskii 2024-08-11 21:03:53 +0400
  • 2ef6424b55 SIMD AlphaComposite. sse4 implementation homm 2016-06-12 19:40:56 +0300
  • cb55ee64b5 update clang formatting Aleksandr Karpinskii 2024-08-11 21:11:46 +0400
  • a410dcbe9a Add accelerated test builds Aleksandr Karpinskii 2024-07-16 22:45:27 +0400
  • 4d10b3c0ab Updated test Andrew Murray 2024-07-08 18:32:03 +1000
  • f891043101 Define better name __NEON__ Aleksandr Karpinskii 2024-07-08 11:13:21 +0400
  • 5df34a24f8 clang-format Aleksandr Karpinskii 2024-07-07 19:09:35 +0400
  • 2db9cd3499 Add core.acceleration attribute Aleksandr Karpinskii 2024-07-07 17:13:44 +0400
  • 910911061f Add __SSE4_2__ for MSCC Aleksandr Karpinskii 2024-07-06 15:40:30 +0400
  • 73f76e55c3 Add SIMD example Aleksandr Karpinskii 2024-07-06 15:30:22 +0400
  • e0649632ff Add SIMD headers Aleksandr Karpinskii 2024-07-06 15:30:14 +0400
  • a5b415bef5
    Merge pull request #8298 from uploadcare/missing-CMYK;16B Alexander Karpinsky 2024-08-11 16:09:14 +0400
  • 0d79a38e77 Add missing TIFF CMYK;16B reader Aleksandr Karpinskii 2024-08-11 15:14:29 +0400
  • de441ee091 Updated to Python 3.10 Andrew Murray 2024-08-10 21:05:14 +1000
  • 4d0e8e74b4 Use im property Andrew Murray 2024-08-10 10:20:08 +1000
  • c8b5f0b9ea
    Merge pull request #8293 from radarhere/quant Hugo van Kemenade 2024-08-10 01:05:05 +0300
  • e938283eb9 Allow docs to build without lcms2 Andrew Murray 2024-08-09 20:56:14 +1000
  • 8da4883234 Merge branch 'main' into type_hint_init Andrew Murray 2024-08-09 14:21:46 +1000
  • 082e3234a1
    Merge pull request #8295 from akx/ruff-enforce-parametrize-style Hugo van Kemenade 2024-08-08 15:12:43 +0300
  • 1c998d7f7c
    Update pyproject.toml Aarni Koskela 2024-08-08 14:10:18 +0300
  • c6867187bd
    Merge pull request #8290 from akx/parametrize-lut-tests Hugo van Kemenade 2024-08-07 15:12:56 +0300
  • 2e23dc5c03
    Merge pull request #8294 from radarhere/warning Hugo van Kemenade 2024-08-07 14:19:09 +0300
  • 8ca53b312d Enforce CSV parametrize names style Aarni Koskela 2024-08-07 12:17:49 +0300
  • a06529a3a8 Added channels parameter Andrew Murray 2024-08-07 18:28:51 +1000
  • 5c4aeaa329 Concatenate parameters into single string Andrew Murray 2024-08-07 18:24:50 +1000
  • 4fddc625f1 Corrected lut mode Andrew Murray 2024-08-07 18:26:24 +1000
  • 7581b48706 Fixed sign comparison warning Andrew Murray 2024-08-07 18:44:43 +1000