Andrew Murray
|
5cdcc2cf64
|
Added tags when saving YCbCr TIFF
|
2021-07-10 01:20:36 +10:00 |
|
Andrew Murray
|
a39cb04f3e
|
Consider I;16 pixel size when drawing text
|
2021-07-09 21:23:43 +10:00 |
|
Hugo van Kemenade
|
be30792714
|
Merge pull request #5596 from radarhere/harfbuzz
Updated harfbuzz to 2.8.2
|
2021-07-09 09:12:34 +03:00 |
|
Andrew Murray
|
4c76ed03a7
|
Updated harfbuzz to 2.8.2
|
2021-07-09 10:08:29 +10:00 |
|
Andrew Murray
|
fdfa9e8521
|
If default conversion from P is RGB with transparency, convert to RGBA
|
2021-07-08 17:08:11 +10:00 |
|
Andrew Murray
|
abb192c9b3
|
Added test
|
2021-07-07 11:34:15 +02:00 |
|
Miloš Komarčević
|
01e423da00
|
Ensure TIFF RowsPerStrip is multiple of 8 for JPEG compression
|
2021-07-07 09:38:06 +02:00 |
|
Andrew Murray
|
5fe583598f
|
Added release notes for 8.3.1
|
2021-07-07 00:03:45 +10:00 |
|
Andrew Murray
|
b6111065de
|
Update CHANGES.rst [ci skip]
|
2021-07-06 17:57:16 +10:00 |
|
Hugo van Kemenade
|
f6c91c3db9
|
Merge pull request #5585 from radarhere/stdout
Catch OSError when checking if fp is sys.stdout
|
2021-07-06 09:05:46 +03:00 |
|
Hugo van Kemenade
|
340adc5f0e
|
Merge pull request #5584 from radarhere/exif_transpose
Handle removing orientation from alternate types of EXIF data
|
2021-07-06 09:03:49 +03:00 |
|
Andrew Murray
|
f962b18f69
|
Catch OSError when checking if fp is sys.stdout
|
2021-07-06 11:00:03 +10:00 |
|
Andrew Murray
|
917a598615
|
Handle removing orientation from alternate types of EXIF data
|
2021-07-06 10:37:28 +10:00 |
|
Hugo van Kemenade
|
b057f5f40f
|
Merge pull request #5579 from radarhere/simplified
|
2021-07-05 17:19:17 +03:00 |
|
Andrew Murray
|
9688507193
|
Removed variable
|
2021-07-05 23:02:26 +10:00 |
|
Andrew Murray
|
d43d446997
|
Merge pull request #5572 from t-vi/__array__-dtype
Make Image.__array__ take optional dtype argument
|
2021-07-05 22:05:37 +10:00 |
|
Andrew Murray
|
9707d33ed9
|
Allow "exif" to also accept bytestring
|
2021-07-04 13:32:41 +10:00 |
|
Andrew Murray
|
c0f619384c
|
Added "exif" keyword argument to save Image.Exif instance
|
2021-07-04 12:33:55 +10:00 |
|
Andrew Murray
|
94ecb27903
|
Merge pull request #5570 from hugovk/add-3.10
3.10: Add Trove classifier and to tox.ini, update setup.py version check and Python support table
|
2021-07-02 23:43:12 +10:00 |
|
Hugo van Kemenade
|
a1132f8cf8
|
Merge pull request #70 from radarhere/add-3.10
Used line block in table heading
|
2021-07-02 16:09:38 +03:00 |
|
Andrew Murray
|
8996b9ff9a
|
Used line block in table heading
|
2021-07-02 22:18:18 +10:00 |
|
Hugo van Kemenade
|
38fa78fe30
|
Merge pull request #69 from radarhere/add-3.10
|
2021-07-02 12:41:46 +03:00 |
|
Andrew Murray
|
9aab18c5e9
|
Removed bottom gap in table headings
|
2021-07-02 18:59:48 +10:00 |
|
Andrew Murray
|
45d5848c30
|
Use line blocks instead of blank lines
|
2021-07-02 18:59:12 +10:00 |
|
Thomas Viehmann
|
8d1b433c76
|
Use numpy.array with dtype
Thank you @radarhere.
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2021-07-01 14:08:51 +02:00 |
|
Thomas Viehmann
|
73f6cf22f3
|
Use numpy.float64 instead of numpy.float to avoid deprecation (thank you radarhere)
|
2021-07-01 14:06:13 +02:00 |
|
Thomas Viehmann
|
1c03526b65
|
Make Image.__array__ take optional dtype argument
This is required by the numpy protocol.
|
2021-07-01 13:09:40 +02:00 |
|
Hugo van Kemenade
|
95cf343df4
|
Split support table to fit on page
|
2021-07-01 13:30:19 +03:00 |
|
Hugo van Kemenade
|
26c5eb4bbc
|
Add th headers to tables, newlines, fix typo
|
2021-07-01 13:29:44 +03:00 |
|
Hugo van Kemenade
|
e7d1b2f4cb
|
Add support for Python 3.10
|
2021-07-01 13:29:44 +03:00 |
|
Andrew Murray
|
53ce23c749
|
8.4.0.dev0 version bump
|
2021-07-01 16:55:53 +10:00 |
|
Andrew Murray
|
51591a80a4
|
8.3.0 version bump
|
2021-07-01 13:53:49 +10:00 |
|
Andrew Murray
|
8041c0405d
|
Update CHANGES.rst [ci skip]
|
2021-07-01 13:32:27 +10:00 |
|
Andrew Murray
|
d254e581a1
|
Added release notes for #5567
|
2021-07-01 13:32:20 +10:00 |
|
Andrew Murray
|
31c473898c
|
Merge pull request #5567 from radarhere/sprintf
Limit sprintf modes to 10 characters
|
2021-07-01 12:57:13 +10:00 |
|
Andrew Murray
|
23b21511b4
|
Update CHANGES.rst [ci skip]
|
2021-07-01 00:38:47 +10:00 |
|
Hugo van Kemenade
|
861a031304
|
Merge pull request #5514 from kmilos/fix_tiff_rowsperstrip
|
2021-06-30 17:31:42 +03:00 |
|
Andrew Murray
|
f6683683c8
|
Update CHANGES.rst [ci skip]
|
2021-07-01 00:30:00 +10:00 |
|
Hugo van Kemenade
|
06f88ddff4
|
Merge pull request #4526 from newpanjing/master
|
2021-06-30 17:13:43 +03:00 |
|
Andrew Murray
|
518ee3722a
|
Use snprintf instead of sprintf
|
2021-06-30 23:52:56 +10:00 |
|
Roger Baumgartner
|
5f4653d0b4
|
Attempt to read dpi information from JPEG2000's resc header box
|
2021-06-30 06:43:33 -07:00 |
|
Roger Baumgartner
|
7f275c1bfc
|
Create BoxReader helper class to parse JPEG2000 header
|
2021-06-30 06:43:33 -07:00 |
|
Andrew Murray
|
43f5a5f80b
|
Combined sizes and types into dictionary
|
2021-06-30 23:30:59 +10:00 |
|
Andrew Murray
|
6fd4c6e82d
|
Update CHANGES.rst [ci skip]
|
2021-06-30 23:05:26 +10:00 |
|
mergify[bot]
|
914950959b
|
Merge pull request #4989 from gofr/4962-jpeg-zigzag
De-zigzag JPEG's DQT when loading; deprecate convert_dict_qtables
|
2021-06-30 12:37:26 +00:00 |
|
Andrew Murray
|
dfeb49c107
|
Documented deprecation
|
2021-06-30 21:47:41 +10:00 |
|
Andrew Murray
|
1b74bddfde
|
Merge pull request #5564 from radarhere/getcolor
Do not use background or transparency index for new color
|
2021-06-30 21:45:21 +10:00 |
|
Andrew Murray
|
afb6ad27d7
|
Sorted deprecations by removal date
|
2021-06-30 20:57:21 +10:00 |
|
Andrew Murray
|
d11c794997
|
Merge branch 'master' into 4962-jpeg-zigzag
|
2021-06-30 20:54:55 +10:00 |
|
Andrew Murray
|
8f5762ec5f
|
Parametrized test
|
2021-06-30 20:32:48 +10:00 |
|