Commit Graph

13681 Commits

Author SHA1 Message Date
Yay295
1b53a02f7c
change loop increment to match others
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2022-09-25 22:17:38 -05:00
Yay295
4a889743b3
remove commented-out non-working modes for test
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2022-09-25 22:14:26 -05:00
Yay295
d1ff1bbed8
Merge branch 'python-pillow:main' into palala_pixelsize 2022-09-04 20:45:35 -05:00
Hugo van Kemenade
b6348d9b2d
Merge pull request #6546 from radarhere/tga_docs
Documented TGA save keyword arguments
2022-09-04 16:24:10 +03:00
Andrew Murray
3f960d9a94 Update CHANGES.rst [ci skip] 2022-09-01 08:37:15 +10:00
Hugo van Kemenade
7158816bc8
Merge pull request #6552 from radarhere/constants 2022-08-31 18:06:00 +03:00
Hugo van Kemenade
0b5c150805
Merge pull request #6497 from radarhere/convert 2022-08-31 17:09:38 +03:00
mergify[bot]
762c29c711
Merge pull request #6504 from radarhere/pyaccess_pa
Allow RGB and RGBA values for PA image putpixel
2022-08-31 13:12:06 +00:00
Andrew Murray
06660a5bad Update CHANGES.rst [ci skip] 2022-08-31 21:29:27 +10:00
Andrew Murray
d06cd7073d
Merge pull request #6551 from nulano/interp
Removed support for PyPy before Python 3.6
2022-08-31 21:27:58 +10:00
Andrew Murray
96c4f54012 Update CHANGES.rst [ci skip] 2022-08-31 21:03:21 +10:00
Andrew Murray
2eca2989a2 Merge branch 'main' into pyaccess_pa 2022-08-31 20:56:38 +10:00
Hugo van Kemenade
b953f73548
Merge pull request #6518 from radarhere/pdf_ccittfaxdecode 2022-08-31 13:55:46 +03:00
Hugo van Kemenade
b607e834a9
Merge pull request #6510 from radarhere/buffer 2022-08-31 13:50:35 +03:00
Hugo van Kemenade
6697de1160
Merge pull request #6493 from radarhere/bytes_ascii 2022-08-31 13:46:36 +03:00
Andrew Murray
b3dcf17886 Use constants 2022-08-31 20:09:05 +10:00
Andrew Murray
196210bc80 Update CHANGES.rst [ci skip] 2022-08-31 08:10:35 +10:00
Hugo van Kemenade
96441fb3b1
Merge pull request #6499 from radarhere/eps 2022-08-30 17:11:13 +03:00
Hugo van Kemenade
ee2a92f247
Merge pull request #6550 from radarhere/winbuild_readme 2022-08-30 16:32:19 +03:00
nulano
54c560f611
Removed support for PyPy before Python 3.6 2022-08-30 14:12:48 +02:00
Andrew Murray
172f1f3369 Updated environment list [ci skip] 2022-08-30 20:30:58 +10:00
Andrew Murray
d6e59bc750 Update CHANGES.rst [ci skip] 2022-08-30 19:41:14 +10:00
Hugo van Kemenade
9c72a6d9a4
Merge pull request #6549 from radarhere/interp 2022-08-30 11:02:35 +03:00
Andrew Murray
7b0e56bb21 Removed support for Python before interpaddr() 2022-08-30 09:21:24 +10:00
Andrew Murray
599637808c Documented TGA keyword arguments when saving 2022-08-29 13:22:09 +10:00
Hugo van Kemenade
ad7be550aa
Merge pull request #6542 from radarhere/typo
Fixed typo
2022-08-27 12:35:32 +03:00
Andrew Murray
e613271776 Fixed typo 2022-08-27 18:48:47 +10:00
Hugo van Kemenade
61fc5e1f05
Merge pull request #6541 from radarhere/permissions
Set top-level permissions for remaining GitHub Actions
2022-08-27 08:57:54 +03:00
Yay295
dc172ad183 compare colors as sets rather than lists 2022-08-26 23:46:41 -05:00
Yay295
b178d1621a prevent Valgrind errors about using uninitialized memory 2022-08-26 21:20:07 -05:00
Yay295
13e3120925 comment out I;16 modes for the linear and radial gradient tests 2022-08-26 16:05:02 -05:00
Andrew Murray
e58b1960c3 Set top-level permissions for remaining GitHub Actions 2022-08-26 22:48:12 +10:00
Hugo van Kemenade
74ceacf1da
Merge pull request #6538 from radarhere/numpy 2022-08-26 14:09:07 +03:00
Andrew Murray
ac83011fbf NumPy now supports Python 3.11 2022-08-26 18:09:18 +10:00
Yay295
41421875ca fix indentation 2022-08-26 00:13:24 -05:00
Yay295
cfb48672bd change list literals to tuple literals 2022-08-25 21:30:38 -05:00
Yay295
d5757c2906 Merge branch 'main' into palala_pixelsize 2022-08-25 21:28:19 -05:00
Yay295
875d59122a account for pixelsize=2 in ImagingExpand() 2022-08-25 19:55:21 -05:00
Yay295
25df706e67 account for pixel size in imaging filters 2022-08-25 19:45:13 -05:00
Yay295
632b96b2c2 update remaining functions to check pixelsize 2022-08-25 19:18:22 -05:00
Yay295
493515bfbf update ImagingReduce4x4() to check pixelsize 2022-08-25 10:55:26 -05:00
Yay295
22e0bb7100 remove unused variables 2022-08-25 10:46:20 -05:00
Yay295
f2e62179a6 add imOut line pointers 2022-08-25 10:35:48 -05:00
Yay295
0d56474150 fix pixelsize=2 imOut offsets in ImagingReduceCorners() 2022-08-25 10:11:42 -05:00
Yay295
87e9ab01fe update ImagingReduce5x5() to check pixelsize 2022-08-25 10:10:49 -05:00
Yay295
94c4ac1f34 make input pointers const 2022-08-25 09:29:46 -05:00
Yay295
ecbffaa5e9 check for bands=4 instead of using it by default
this should make it more apparent that something has failed if we ever add an image type with more than four bands
2022-08-25 08:59:37 -05:00
Yay295
c2ca63686d update ImagingReduceCorners() to switch on pixelsize and handle pixelsize=2 2022-08-25 08:46:03 -05:00
Yay295
485729884a use "image" instead of "image8" or "image32", and make variables const where possible 2022-08-25 07:54:09 -05:00
Hugo van Kemenade
ba98fe7829
Merge pull request #6535 from radarhere/imagequant
Updated libimagequant to 4.0.4
2022-08-25 10:05:11 +03:00