Hugo van Kemenade
|
47750bf9c3
|
Merge pull request #8129 from radarhere/libtiff_version
|
2024-06-11 06:26:56 -06:00 |
|
Hugo van Kemenade
|
7928bebd65
|
Merge pull request #8124 from radarhere/imagedraw_getdraw
|
2024-06-11 06:26:27 -06:00 |
|
Andrew Murray
|
84b2847232
|
Accept 't' suffix for libtiff version
|
2024-06-11 07:15:47 +10:00 |
|
Andrew Murray
|
9afe9d2769
|
Added type hints
|
2024-06-11 06:52:14 +10:00 |
|
Andrew Murray
|
8e8ee1e4c4
|
Accept 't' suffix for libtiff version
|
2024-06-10 17:38:17 +10:00 |
|
Andrew Murray
|
e225f9f589
|
Deprecate ImageDraw.getdraw hints argument
|
2024-06-10 11:50:13 +10:00 |
|
Andrew Murray
|
923d4e5e1a
|
Added type hints
|
2024-06-05 22:27:23 +10:00 |
|
Andrew Murray
|
66ab7e0de2
|
Added type hints
|
2024-06-01 21:31:53 +10:00 |
|
Andrew Murray
|
afc7d8d0b0
|
Added type hints
|
2024-05-30 17:17:22 +10:00 |
|
Andrew Murray
|
e68cec640a
|
Added type hints
|
2024-05-30 12:00:50 +10:00 |
|
Andrew Murray
|
a6d1daeb4b
|
Added type hints
|
2024-05-29 22:51:02 +10:00 |
|
Andrew Murray
|
cac1a04329
|
Added test
|
2024-05-27 21:59:32 +10:00 |
|
Andrew Murray
|
db4714c280
|
Removed helper.py modes
|
2024-05-12 21:20:46 +10:00 |
|
Hugo van Kemenade
|
0c8be38878
|
Merge pull request #7999 from radarhere/accept
Added MPEG accept function
|
2024-05-11 23:02:51 +03:00 |
|
Andrew Murray
|
c6a3f0fdd8
|
Merge branch 'main' into accept
|
2024-05-08 18:45:10 +10:00 |
|
Andrew Murray
|
a3356879fd
|
Use f-string
|
2024-05-08 17:57:36 +10:00 |
|
Andrew Murray
|
7d81cbd0ed
|
Do not use percent format
|
2024-05-07 14:01:27 +10:00 |
|
Andrew Murray
|
b17f1e507b
|
Use f-strings
|
2024-05-07 14:01:08 +10:00 |
|
Andrew Murray
|
86fb383739
|
Corrected big-endian check
|
2024-04-27 14:08:36 +10:00 |
|
Andrew Murray
|
e932d9e3d7
|
Merge branch 'main' into lab
|
2024-04-26 09:08:43 +10:00 |
|
Andrew Murray
|
f7c9327264
|
Merge branch 'bgr' into bgr-helper
|
2024-04-26 08:13:38 +10:00 |
|
Andrew Murray
|
f56a2c9b7e
|
Merge branch 'main' into bgr
|
2024-04-26 07:11:04 +10:00 |
|
Hugo van Kemenade
|
1138ea5370
|
Merge pull request #7921 from Yay295/testing
Fix ImagingAccess for I;16N on big-endian
|
2024-04-25 21:36:38 +03:00 |
|
Yay295
|
a4080a7249
|
clean up comments in test_image_access.py
|
2024-04-25 08:51:33 -05:00 |
|
Hugo van Kemenade
|
0099de0ed9
|
Add deprecation helper for Image.new with BGR; modes
|
2024-04-25 16:00:14 +03:00 |
|
Andrew Murray
|
5faebadd56
|
BGR;16 does not fail on big-endian
|
2024-04-24 21:05:59 -05:00 |
|
Andrew Murray
|
49ce63d257
|
Merge branch 'main' into bgr
|
2024-04-25 09:13:20 +10:00 |
|
Andrew Murray
|
4af831e70c
|
Accept '.zlib-ng' suffix to zlib version
|
2024-04-24 23:45:25 +10:00 |
|
Andrew Murray
|
0df8796e19
|
Parametrized test
|
2024-04-22 18:45:41 +10:00 |
|
Andrew Murray
|
c7bb152ed9
|
support_custom_tags attribute is not present if libtiff is not supported
|
2024-04-22 18:30:00 +10:00 |
|
Andrew Murray
|
f690b7f691
|
Added MPEG accept function
|
2024-04-22 13:39:35 +10:00 |
|
Andrew Murray
|
745eb23a87
|
Use LAB hopper file if conversion is not supported
|
2024-04-22 09:23:59 +10:00 |
|
Andrew Murray
|
eee633cb21
|
Merge pull request #7975 from radarhere/libtiff
Corrected check for libtiff feature
|
2024-04-22 09:00:35 +10:00 |
|
Yay295
|
98510570e6
|
ignore BGR;15/16 test failure on big-endian
|
2024-04-20 10:13:38 -05:00 |
|
Andrew Murray
|
5c960d6abc
|
rename "image_mode_names" to "modes"
|
2024-04-20 09:03:19 -05:00 |
|
Andrew Murray
|
5573ec7490
|
use hopper() for test_getdata_putdata()
|
2024-04-20 09:02:49 -05:00 |
|
Yay295
|
fe79ae5653
|
get pixel size by counting bytes in 1x1 image
|
2024-04-20 09:01:46 -05:00 |
|
Yay295
|
5dabc6cf14
|
fix I;16N lib pack test
|
2024-04-20 09:01:38 -05:00 |
|
Yay295
|
0fed6a5fbc
|
use common image mode list for TestImageGetPixel tests
|
2024-04-20 09:01:38 -05:00 |
|
Yay295
|
5a4b771fb0
|
move image mode info variables to helper.py
|
2024-04-20 09:01:38 -05:00 |
|
Yay295
|
139245a3db
|
use namedtuple for image mode info
|
2024-04-20 09:01:37 -05:00 |
|
Andrew Murray
|
11ac0c1703
|
Combine tests through parametrization
|
2024-04-19 17:15:10 +10:00 |
|
Andrew Murray
|
533f78e0a2
|
Parametrize test
|
2024-04-19 07:47:14 +10:00 |
|
Andrew Murray
|
28f436c94d
|
Use monkeypatch to set READ_LIBTIFF and WRITE_LIBTIFF
|
2024-04-18 17:57:40 +10:00 |
|
Hugo van Kemenade
|
f8160b858a
|
Merge pull request #7936 from adamjstewart/types/fromarray
|
2024-04-17 16:43:57 +03:00 |
|
Andrew Murray
|
d431c97ba3
|
Deprecate BGR;15, BGR;16 and BGR;24
|
2024-04-15 19:28:52 +10:00 |
|
Andrew Murray
|
71029803e7
|
Corrected check for libtiff feature
|
2024-04-14 21:57:29 +10:00 |
|
Andrew Murray
|
22705d3da5
|
Merge pull request #7956 from Cirras/obscure-bitmap-headers
Add support for reading `BITMAPV2INFOHEADER` and `BITMAPV3INFOHEADER`
|
2024-04-13 16:25:26 +10:00 |
|
Yay295
|
c1f6abbd37
|
Fix test error message grammar
|
2024-04-11 14:07:07 -05:00 |
|
Andrew Murray
|
94fe670c0b
|
Test DIB header size
|
2024-04-10 23:18:31 +10:00 |
|