Hugo van Kemenade
|
d734c8b702
|
Merge pull request #7888 from radarhere/convert_rgb
|
2024-03-28 18:11:12 +02:00 |
|
Hugo van Kemenade
|
6464d5cf91
|
Merge pull request #7894 from radarhere/fits_gzip
|
2024-03-28 18:09:55 +02:00 |
|
Yay295
|
0d86da54bc
|
add typing to "ims" in test_image_fromqimage.py
Co-authored-by: Ondrej Baranovič <ondreko.tiba@gmail.com>
|
2024-03-27 14:02:02 -05:00 |
|
pre-commit-ci[bot]
|
26a212126f
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2024-03-27 15:57:36 +00:00 |
|
Yay295
|
9c6b30560e
|
use setup_module() to open images so they aren't opened if skipped
|
2024-03-27 10:53:07 -05:00 |
|
Andrew Murray
|
6ca8bfb253
|
Merge pull request #7897 from hugovk/flake8-pyi
Type hints: Add PYI (flake8-pyi) to Ruff and fix errors
|
2024-03-27 19:58:53 +11:00 |
|
Andrew Murray
|
142473c7b4
|
Support GZIP_1 compression
|
2024-03-26 21:29:28 +11:00 |
|
Andrew Murray
|
e79d1746f2
|
Support conversion from RGB to La
|
2024-03-26 19:57:17 +11:00 |
|
Andrew Murray
|
ab8f465f1a
|
Use transparency info when converting from RGB to LA
|
2024-03-26 19:55:22 +11:00 |
|
scaramallion
|
7ca9bddf93
|
Update Tests/test_file_jpeg2k.py
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2024-03-25 20:13:45 +11:00 |
|
pre-commit-ci[bot]
|
901c13c4b1
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2024-03-24 04:47:28 +00:00 |
|
scaramallion
|
ce060a8e8b
|
Fix 9-bit JPEG 2000 images not using I;16
|
2024-03-24 15:40:11 +11:00 |
|
Hugo van Kemenade
|
20d8095439
|
Fix: PYI041 Use float instead of int | float
|
2024-03-23 20:52:50 +02:00 |
|
Hugo van Kemenade
|
6ed952b510
|
Fix: PYI024 Use typing.NamedTuple instead of collections.namedtuple
|
2024-03-23 20:52:50 +02:00 |
|
mergify[bot]
|
759630fbaf
|
Merge pull request #7891 from radarhere/kmeans
Raise ValueError if kmeans is negative
|
2024-03-22 22:02:42 +00:00 |
|
Andrew Murray
|
47040c7b35
|
Test positive and zero kmeans
|
2024-03-22 23:53:07 +11:00 |
|
Andrew Murray
|
3004c46683
|
Block saving TIFF tag OSUBFILETYPE using libtiff
|
2024-03-22 23:43:55 +11:00 |
|
Andrew Murray
|
171e497e05
|
Raise ValueError if kmeans is negative
|
2024-03-22 17:36:04 +11:00 |
|
Hugo van Kemenade
|
ca973709a0
|
Merge pull request #7882 from radarhere/ppm
|
2024-03-21 18:24:54 +02:00 |
|
Hugo van Kemenade
|
9d3c8d54b4
|
Merge pull request #7870 from radarhere/j2k_pclr
|
2024-03-21 18:24:45 +02:00 |
|
Hugo van Kemenade
|
3bbc865afc
|
Merge pull request #7872 from radarhere/webp_alpha_quality
|
2024-03-21 18:20:40 +02:00 |
|
Andrew Murray
|
8b6a182815
|
Support conversion from RGB to RGBa
|
2024-03-21 16:25:40 +11:00 |
|
Andrew Murray
|
3ba8eb3b7e
|
Raise a ValueError for negative values when loading P1-P3 PPM images
|
2024-03-16 12:29:21 +11:00 |
|
Andrew Murray
|
d2453250f1
|
Fixed joined corners for rounded_rectangle() non-integer dimensions
|
2024-03-15 23:58:07 +11:00 |
|
Andrew Murray
|
64c8c27271
|
Added alpha_quality argument when saving
|
2024-03-13 18:55:29 +11:00 |
|
Andrew Murray
|
f128d47e15
|
Added reading of JPEG2000 palettes
|
2024-03-12 19:30:23 +11:00 |
|
Andrew Murray
|
54d329b192
|
Merge branch 'main' into import
|
2024-03-12 12:01:50 +11:00 |
|
Hugo van Kemenade
|
9ad22fc96a
|
Merge pull request #7753 from radarhere/eps
|
2024-03-11 17:51:29 +02:00 |
|
Hugo van Kemenade
|
94f319cd35
|
Merge pull request #7706 from radarhere/psd
|
2024-03-11 17:51:06 +02:00 |
|
Hugo van Kemenade
|
93bf9912e2
|
Merge pull request #7788 from radarhere/gif_disposal
|
2024-03-11 17:48:13 +02:00 |
|
Hugo van Kemenade
|
1b6e68eaae
|
Merge pull request #7823 from radarhere/png_iccp
|
2024-03-11 17:42:22 +02:00 |
|
Hugo van Kemenade
|
4e92ee0818
|
Merge pull request #7840 from radarhere/write_undefined
|
2024-03-11 17:41:13 +02:00 |
|
Hugo van Kemenade
|
89d8be5b94
|
Merge pull request #7821 from radarhere/apng
|
2024-03-11 17:38:48 +02:00 |
|
Hugo van Kemenade
|
3cdd49f31f
|
Merge pull request #7801 from radarhere/codecs
|
2024-03-11 17:38:12 +02:00 |
|
Hugo van Kemenade
|
d8c8075061
|
Merge pull request #7797 from radarhere/tga_palette
|
2024-03-11 17:37:20 +02:00 |
|
Hugo van Kemenade
|
f543b034bd
|
Merge pull request #7798 from radarhere/ico
|
2024-03-11 17:36:31 +02:00 |
|
Hugo van Kemenade
|
e09366307c
|
Merge pull request #7748 from radarhere/test_font_leaks
|
2024-03-11 17:35:26 +02:00 |
|
Andrew Murray
|
91eb69c6b2
|
Fixed typo
|
2024-03-04 06:37:56 +11:00 |
|
Andrew Murray
|
b7f39076a1
|
Merge pull request #7846 from radarhere/type_hints
Added type hints to additional tests
|
2024-03-03 21:33:08 +11:00 |
|
Andrew Murray
|
d6a3f89e27
|
Open 16-bit grayscale PNGs as I;16
|
2024-03-02 15:39:43 +11:00 |
|
Andrew Murray
|
6d78d42769
|
Added type hints
|
2024-03-02 13:12:17 +11:00 |
|
Yay295
|
c4234800a0
|
parametrize test_seek_mode functions
|
2024-03-01 08:47:50 -06:00 |
|
Andrew Murray
|
a20abff5e4
|
Merge pull request #7709 from lajiyuan/main
Handle truncated chunks at the end of PNG images
|
2024-03-01 22:25:28 +11:00 |
|
Hugo van Kemenade
|
1b25019a27
|
Merge pull request #7779 from radarhere/gif
Match mask size to pasted image size in GifImagePlugin
|
2024-03-01 12:14:05 +02:00 |
|
Andrew Murray
|
b80b30d2fd
|
Merge branch 'main' into png_iccp
|
2024-02-29 22:58:15 +11:00 |
|
Andrew Murray
|
904b8e549c
|
Allow writing IFDRational to UNDEFINED tag
|
2024-02-28 21:07:15 +11:00 |
|
Yay295
|
e6785576b1
|
add typing to test_p_from_rgb_rgba()
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
|
2024-02-26 08:47:30 -06:00 |
|
Yay295
|
fe85947f16
|
use single string for parameter names instead of tuple of strings
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2024-02-26 07:47:13 -06:00 |
|
Yay295
|
ece34104cb
|
parametrize test_p_from_rgb_rgba()
|
2024-02-26 01:02:25 -06:00 |
|
Hugo van Kemenade
|
e08e1f8340
|
Merge pull request #7804 from twolife/fix_flc
|
2024-02-22 11:05:15 +02:00 |
|