nulano
|
9019af5f32
|
Merge branch 'master' into refs-const
|
2020-06-28 10:55:26 +01:00 |
|
Hugo van Kemenade
|
977094d4b5
|
Merge pull request #4735 from nulano/refs-type
|
2020-06-28 09:41:37 +03:00 |
|
Hugo van Kemenade
|
780294302d
|
Merge pull request #4734 from nulano/refs-missing
|
2020-06-28 09:29:31 +03:00 |
|
Andrew Murray
|
510307532e
|
Merge pull request #4737 from nulano/refs-image
Fix documentation references: omitted Image functions
|
2020-06-28 15:43:22 +10:00 |
|
Andrew Murray
|
4ae694cd7b
|
Merge pull request #4712 from cool-RR/2020-06-12-raise-from
Fix exception causes all over the codebase
|
2020-06-28 15:22:05 +10:00 |
|
nulano
|
4f1ee7a881
|
add missing and sort Image functions
(cherry picked from commit f31c786aa6 )
|
2020-06-27 15:40:43 +02:00 |
|
nulano
|
19dd5cbfab
|
fix some function references
(cherry picked from commit 9fb582940d )
|
2020-06-27 15:40:37 +02:00 |
|
nulano
|
3342270947
|
fix Image constants references
(cherry picked from commit 5511111f3b )
|
2020-06-27 15:39:55 +02:00 |
|
nulano
|
8b005dfe33
|
fix base Image attribute references
(cherry picked from commit 07cc74d38b )
|
2020-06-27 15:38:52 +02:00 |
|
nulano
|
5e4c3ae554
|
fix ImageMath creating false index entries
(cherry picked from commit eebecba3c2 )
|
2020-06-27 15:37:35 +02:00 |
|
nulano
|
bd2c705606
|
fix CmsProfile type references
(cherry picked from commit 6196695156 )
|
2020-06-27 15:37:29 +02:00 |
|
nulano
|
471f24f660
|
fix PyCMSError references
(cherry picked from commit 63d0fb4f70 )
|
2020-06-27 15:33:05 +02:00 |
|
nulano
|
e4210eb8d7
|
fix ImageFile references
(cherry picked from commit 6ac071782f )
|
2020-06-27 15:30:45 +02:00 |
|
Hugo van Kemenade
|
b4e7202dcb
|
Merge pull request #4698 from nulano/skips
|
2020-06-27 14:19:49 +03:00 |
|
Hugo van Kemenade
|
92561bdcdc
|
Merge pull request #4697 from nulano/docs-imageshow
|
2020-06-27 14:09:44 +03:00 |
|
Hugo van Kemenade
|
d641bdc504
|
Fix isort
|
2020-06-27 14:05:34 +03:00 |
|
Andrew Murray
|
685c0439b8
|
Updated CHANGES.rst [ci skip]
|
2020-06-26 18:47:34 +10:00 |
|
Hugo van Kemenade
|
f6cb5efa15
|
Merge pull request #4714 from radarhere/show
Deprecated _showxv
|
2020-06-25 23:15:51 +03:00 |
|
Hugo van Kemenade
|
7dd8837967
|
Merge pull request #4647 from radarhere/blocklist
Allow libtiff to write COLORMAP tag
|
2020-06-25 23:04:29 +03:00 |
|
Andrew Murray
|
ee06255ff0
|
Deprecated _showxv
|
2020-06-23 22:20:58 +10:00 |
|
Hugo van Kemenade
|
c9745f4b51
|
Merge pull request #4723 from radarhere/releasenotes
|
2020-06-23 15:18:21 +03:00 |
|
Hugo van Kemenade
|
71fadd5c67
|
Merge pull request #4722 from radarhere/line
|
2020-06-23 14:53:56 +03:00 |
|
Andrew Murray
|
d7b812fcb2
|
Added release notes for #4646 [ci skip]
|
2020-06-23 21:50:23 +10:00 |
|
Andrew Murray
|
824f293026
|
Updated CHANGES.rst [ci skip]
|
2020-06-23 19:57:02 +10:00 |
|
Andrew Murray
|
9979efff12
|
Merge pull request #4646 from nulano/show-command
Deprecate Image.show(command="...")
|
2020-06-23 19:47:57 +10:00 |
|
Andrew Murray
|
b042483baa
|
Replaced assert_image_similar with assert_image_similar_tofile
|
2020-06-23 19:17:41 +10:00 |
|
Andrew Murray
|
c1fe0b4e0c
|
Use hypot function
|
2020-06-23 19:17:00 +10:00 |
|
Andrew Murray
|
b667fd83cf
|
Merge pull request #4720 from radarhere/accept
Call _accept instead of duplicating code
|
2020-06-23 18:29:42 +10:00 |
|
Andrew Murray
|
6c2d575f9b
|
Simplified passing of data to _accept
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
|
2020-06-23 18:09:12 +10:00 |
|
Andrew Murray
|
9b6fdd719f
|
Call _accept instead of duplicating code
|
2020-06-23 17:41:13 +10:00 |
|
Hugo van Kemenade
|
2456601e6b
|
Merge pull request #4719 from radarhere/harfbuzz
Updated harfbuzz to 2.6.8
|
2020-06-23 10:10:37 +03:00 |
|
Andrew Murray
|
262e2aaabb
|
Updated harfbuzz to 2.6.8
|
2020-06-23 08:17:26 +10:00 |
|
Andrew Murray
|
03d4f31a34
|
Updated CHANGES.rst [ci skip]
|
2020-06-23 08:14:02 +10:00 |
|
Andrew Murray
|
926af72db3
|
Merge pull request #4707 from Cykooz/fix_jpeg_magic_number
Replaced primitive "magic number" inside of JpegImagePlugin._accept() function by more correct version
|
2020-06-23 08:11:34 +10:00 |
|
Kirill Kuzminykh
|
b7b4aaceeb
|
Merge pull request #2 from radarhere/fix_jpeg_magic_number
Updated _open check to match _accept
|
2020-06-22 17:35:34 +03:00 |
|
Andrew Murray
|
96d1a8b418
|
Updated _open check to match _accept
|
2020-06-23 00:25:59 +10:00 |
|
Kirill Kuzminykh
|
6d2fe429c2
|
Reformat code of `test_file_jpeg.py .
|
2020-06-22 12:20:57 +03:00 |
|
Andrew Murray
|
95ace8a39c
|
Merge branch 'master' into fix_jpeg_magic_number
|
2020-06-22 18:42:58 +10:00 |
|
Kirill Kuzminykh
|
cebaba1446
|
Merge pull request #1 from radarhere/fix_jpeg_magic_number
Fix JPEG magic number
|
2020-06-22 07:54:32 +03:00 |
|
nulano
|
224ef2fadd
|
require sphinx>=2.4
|
2020-06-22 05:18:51 +02:00 |
|
Hugo van Kemenade
|
1bc67c9f0f
|
Merge pull request #4700 from nulano/features-version
|
2020-06-21 21:36:46 +03:00 |
|
nulano
|
66eee05a37
|
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
|
2020-06-21 18:47:30 +01:00 |
|
nulano
|
24672a2f75
|
simplify output
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
|
2020-06-21 18:07:10 +01:00 |
|
nulano
|
12ddff729b
|
Merge branch 'master' into skips
|
2020-06-21 18:05:27 +01:00 |
|
Hugo van Kemenade
|
7b759e160a
|
Merge pull request #4615 from nulano/clipboard-png
|
2020-06-21 18:56:04 +03:00 |
|
Hugo van Kemenade
|
390b34c231
|
Merge pull request #4664 from nulano/ft-getsize-mode
|
2020-06-21 18:53:03 +03:00 |
|
nulano
|
c15dda4308
|
fix typo
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2020-06-21 12:16:27 +01:00 |
|
Andrew Murray
|
291d1d98e0
|
Merge pull request #4713 from radarhere/show
Removed comments suggesting users override functions
|
2020-06-21 20:57:57 +10:00 |
|
nulano
|
29dbabd544
|
improve wording
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2020-06-21 11:35:47 +01:00 |
|
Andrew Murray
|
34ba2ae139
|
Removed comments suggesting users override functions
|
2020-06-21 20:26:10 +10:00 |
|