Andrew Murray
|
a33dc56560
|
Merge pull request #6220 from nulano/deprecate-fill
Deprecate FreeTypeFont.getmask2 fill parameter
|
2022-04-18 08:05:10 +10:00 |
|
nulano
|
ab86bdda0a
|
fix deprecation test
|
2022-04-17 16:03:53 +02:00 |
|
nulano
|
b4b8249c9d
|
None is also not a valid value
|
2022-04-16 17:46:43 +02:00 |
|
nulano
|
a766b5b0d5
|
deprecate fill in imageFont
|
2022-04-16 17:07:32 +02:00 |
|
Andrew Murray
|
35fbf22250
|
Merge branch 'main' into cleanup-names
|
2022-04-16 19:49:40 +10:00 |
|
Andrew Murray
|
535c45717f
|
Merge pull request #6184 from hugovk/deprecations-helper
Add deprecations helper
|
2022-04-16 18:58:46 +10:00 |
|
Andrew Murray
|
92f96b44e1
|
Merge branch 'main' into cleanup-names
|
2022-04-15 20:45:44 +10:00 |
|
Andrew Murray
|
ae12b1d2dc
|
Removed unused function
|
2022-04-15 18:23:02 +10:00 |
|
Hugo van Kemenade
|
9951de08c0
|
[Test] argument name should be snake_case
|
2022-04-11 15:29:01 +03:00 |
|
Hugo van Kemenade
|
a715bf2d6f
|
[Test] function name should be snake_case
|
2022-04-11 15:29:01 +03:00 |
|
Hugo van Kemenade
|
fca64bc0d3
|
[Test] class names should be CamelCase
|
2022-04-11 15:29:01 +03:00 |
|
Hugo van Kemenade
|
7fa92c67b1
|
[Private] class names should be CamelCase
|
2022-04-10 23:55:16 +03:00 |
|
Hugo van Kemenade
|
d241e38120
|
[Private] function names should be snake_case
|
2022-04-10 23:55:16 +03:00 |
|
Hugo van Kemenade
|
d3c9a6504e
|
Variable in function should be snake_case
|
2022-04-10 23:55:16 +03:00 |
|
Hugo van Kemenade
|
63f64de8b5
|
Merge pull request #6188 from radarhere/point
|
2022-04-08 20:05:30 +03:00 |
|
Andrew Murray
|
e824558076
|
If removal version has arrived, raise an error
|
2022-04-08 21:22:31 +10:00 |
|
Andrew Murray
|
0b5cdba431
|
Load before getting size in resize()
|
2022-04-08 19:11:27 +10:00 |
|
Andrew Murray
|
42f67d184a
|
Round lut values where necessary
|
2022-04-07 08:58:57 +10:00 |
|
Hugo van Kemenade
|
aae38c55b2
|
Update raw strings
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2022-04-06 13:37:17 +03:00 |
|
Hugo van Kemenade
|
4cb8e4b3fa
|
Add deprecations helper
|
2022-04-06 13:19:52 +03:00 |
|
Andrew Murray
|
910a29fb92
|
Load image before performing size calculations in thumbnail()
|
2022-04-06 11:19:39 +10:00 |
|
Andrew Murray
|
ba5f2d75b5
|
Merge pull request #6167 from gmarkall/unpack-bgra16
Add support for unpacking 16-bit BGRA
|
2022-04-04 07:49:45 +10:00 |
|
Andrew Murray
|
a724be66be
|
Deprecated PhotoImage.paste() box parameter
|
2022-04-02 23:44:28 +11:00 |
|
Andrew Murray
|
698f52916e
|
Parametrized test
|
2022-03-31 22:13:17 +03:00 |
|
Andrew Murray
|
c3e0fd1a7a
|
Moved getvalue asserts outside of image context managers
|
2022-03-31 22:13:17 +03:00 |
|
scaramallion
|
b5a59d8860
|
Remove redundant im.load() in tests
|
2022-03-31 22:13:17 +03:00 |
|
scaramallion
|
462e3fdaa5
|
Remove duplicate test
|
2022-03-31 22:13:17 +03:00 |
|
scaramallion
|
4e7f041795
|
Rename parameter and add more tests
|
2022-03-31 22:13:17 +03:00 |
|
scaramallion
|
f8a74cbed1
|
Fix priority when selecting j2k kind
|
2022-03-31 22:13:17 +03:00 |
|
scaramallion
|
de26f78eb1
|
Add 'mct' and 'use_jp2' options for J2K saving
|
2022-03-31 22:13:17 +03:00 |
|
Graham Markall
|
e500dcfb97
|
Add support for unpacking 16-bit BGRA
|
2022-03-31 10:42:54 +01:00 |
|
Hugo van Kemenade
|
e60ca89721
|
Merge pull request #6150 from radarhere/gif
|
2022-03-30 23:23:59 +03:00 |
|
Hugo van Kemenade
|
4bc6483564
|
Merge pull request #6034 from radarhere/imageops
|
2022-03-30 16:16:57 +03:00 |
|
Andrew Murray
|
e22a4395d3
|
Renamed setting
|
2022-03-29 21:26:29 +11:00 |
|
Andrew Murray
|
ae8de77721
|
Raise ValueError when trying to save empty image
|
2022-03-28 21:18:53 +11:00 |
|
Hugo van Kemenade
|
1bc0e1bb9d
|
Merge pull request #5973 from radarhere/planar_configuration
|
2022-03-27 18:52:44 +03:00 |
|
Hugo van Kemenade
|
f7169f9c93
|
Merge pull request #5980 from radarhere/polygon
|
2022-03-27 18:51:10 +03:00 |
|
Hugo van Kemenade
|
57a5066d14
|
Merge pull request #6032 from radarhere/tk
|
2022-03-27 18:46:45 +03:00 |
|
Hugo van Kemenade
|
5ff4a137c7
|
Merge pull request #6147 from radarhere/webp
|
2022-03-26 19:51:32 +02:00 |
|
Hugo van Kemenade
|
aeba11db1b
|
Merge pull request #6148 from radarhere/gif_size
|
2022-03-26 19:48:08 +02:00 |
|
Hugo van Kemenade
|
8107098657
|
Merge pull request #6132 from radarhere/fillorder
|
2022-03-26 19:47:14 +02:00 |
|
Hugo van Kemenade
|
9134f07615
|
Merge pull request #6134 from radarhere/created_cleanup
If an error occurs after creating a file, remove the file
|
2022-03-24 08:08:36 +02:00 |
|
Hugo van Kemenade
|
e5ce1c8c57
|
Merge pull request #6128 from radarhere/gif_rgba
|
2022-03-23 18:36:03 +02:00 |
|
Hugo van Kemenade
|
c3d0dcda7a
|
Merge pull request #6122 from radarhere/ico
|
2022-03-23 17:07:00 +02:00 |
|
Hugo van Kemenade
|
3cce863ec8
|
Merge pull request #6124 from radarhere/exif
|
2022-03-23 17:01:22 +02:00 |
|
Hugo van Kemenade
|
a921fcbf75
|
Merge pull request #6102 from radarhere/bmp_rle8
|
2022-03-23 17:00:31 +02:00 |
|
Hugo van Kemenade
|
d0f1f663d3
|
Merge pull request #6141 from radarhere/imports
|
2022-03-22 23:27:03 +02:00 |
|
Andrew Murray
|
c5efe60c37
|
Reverted converting L with transparency to LA after first frame
|
2022-03-22 22:07:37 +11:00 |
|
Andrew Murray
|
ce8c682748
|
Added setting to convert to RGB only at a different palette
|
2022-03-22 20:28:49 +11:00 |
|
Andrew Murray
|
66bb2bd5e8
|
Added setting to convert first GIF frame to RGB
|
2022-03-22 20:20:38 +11:00 |
|