Commit Graph

14946 Commits

Author SHA1 Message Date
Hugo van Kemenade
64f29247c2
Merge pull request #6834 from radarhere/i16n 2023-03-13 12:25:57 +02:00
Andrew Murray
9e6ae98362 Dropped support for BGR;32 mode 2023-03-13 17:31:12 +11:00
Andrew Murray
023d4349e4 Added release notes for #6834 2023-03-13 17:00:07 +11:00
Andrew Murray
f8d93267e1 Merge branch 'main' into i16n 2023-03-13 14:33:26 +11:00
Andrew Murray
079caf6711 Update CHANGES.rst [ci skip] 2023-03-13 08:26:31 +11:00
mergify[bot]
264b19b266
Merge pull request #6852 from radarhere/qoi
Added QOI reading
2023-03-12 14:43:19 +00:00
mergify[bot]
d0f316718c
Merge pull request #6925 from radarhere/pdf
Added saving RGBA images as PDFs
2023-03-12 14:25:26 +00:00
Andrew Murray
5b3d39c116
Merge pull request #6935 from radarhere/path
Do not raise an error if os.environ does not contain PATH
2023-03-13 00:19:38 +11:00
Andrew Murray
da2083fb8d List modes that can be used when saving PDFs 2023-03-13 00:07:53 +11:00
Andrew Murray
56f9b85ad9
Removed unnecessary line
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2023-03-13 00:03:08 +11:00
Andrew Murray
4e5e7e0975 Added release notes for #6925 2023-03-12 23:49:06 +11:00
Hugo van Kemenade
28c89b1b0a
Merge pull request #6919 from radarhere/tiff
Moved tests that require libtiff
2023-03-12 14:41:31 +02:00
Andrew Murray
36ee817329 Merge branch 'main' into pdf 2023-03-12 23:31:26 +11:00
Andrew Murray
cdb9ca9ea1 Removed class 2023-03-12 23:28:29 +11:00
Andrew Murray
0a6092b0e6
Use full name of format
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2023-03-12 23:25:38 +11:00
Andrew Murray
7670736e18
Use type hint
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2023-03-12 23:17:39 +11:00
Andrew Murray
28b8b6088e Update CHANGES.rst [ci skip] 2023-03-12 22:58:49 +11:00
Andrew Murray
2fc7cfb6b2
Added spaces between parameter arguments
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2023-03-12 22:32:38 +11:00
Andrew Murray
90c226c69a
Merge branch 'main' into tiff 2023-03-12 22:30:15 +11:00
Hugo van Kemenade
be244b5070
Merge pull request #7005 from radarhere/unclosed_file 2023-03-12 13:12:28 +02:00
Hugo van Kemenade
258cb8d8bf
Merge pull request #6998 from radarhere/ifdrational 2023-03-12 13:09:44 +02:00
Hugo van Kemenade
436ebdb191
Merge pull request #7002 from radarhere/setup_module 2023-03-12 13:09:03 +02:00
Hugo van Kemenade
8ef6503801
Merge pull request #6914 from radarhere/default 2023-03-12 12:39:45 +02:00
Hugo van Kemenade
14e0128873
Merge pull request #6866 from radarhere/lcms2 2023-03-12 12:39:07 +02:00
Hugo van Kemenade
bfcea9d718
Merge pull request #6988 from radarhere/memoryview 2023-03-11 22:42:09 +02:00
Andrew Murray
b3d7823740 Decrement reference count 2023-03-12 00:11:48 +11:00
Andrew Murray
f9cbc2e084 Close OleFileIO instance when closing or exiting FPX or MIC 2023-03-11 23:11:43 +11:00
Andrew Murray
096a8ea99e Fix unclosed file warnings 2023-03-11 22:39:11 +11:00
Andrew Murray
c63b0ca210 Decrement reference count 2023-03-11 18:32:43 +11:00
Andrew Murray
347dea12a9 Moved potential error earlier 2023-03-10 23:13:15 +11:00
Hugo van Kemenade
6b71090828
Merge pull request #7000 from radarhere/imagequant 2023-03-10 14:12:04 +02:00
Andrew Murray
a334bb6524 Updated libimagequant to 4.1.1 2023-03-10 20:24:34 +11:00
Andrew Murray
929dbba834 Handle failure from PyDict_New or PyList_New 2023-03-10 17:37:06 +11:00
Andrew Murray
6932562974 Added __int__ to IFDRational for Python >= 3.11 2023-03-09 22:21:37 +11:00
Andrew Murray
cbde5b2626 Added reading of JPEG2000 comments 2023-03-09 13:36:22 +11:00
Andrew Murray
2d01875e7c Added QOI reading 2023-03-09 13:34:44 +11:00
Andrew Murray
459f0d8352 Round duration when saving animated WebP 2023-03-07 18:07:46 +11:00
Andrew Murray
cdf5fd439c
Merge pull request #6993 from nulano/dll-docs
Restore link anchor
2023-03-07 08:33:20 +11:00
Andrew Murray
f7436e447f
Merge pull request #6994 from radarhere/cifuzz
Run CIFuzz tests when GitHub Actions file changes
2023-03-06 22:14:09 +11:00
Andrew Murray
d93d0a3772 Run CIFuzz tests when GitHub Actions file changes 2023-03-06 21:02:18 +11:00
Andrew Murray
4ca3fc0601
Merge pull request #6991 from hugovk/gha-docs-only
Build docs in own workflow
2023-03-06 21:01:28 +11:00
Hugo van Kemenade
29b6db4f8a
Add GHA_PYTHON_VERSION
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2023-03-06 10:26:30 +02:00
nulano
1690592d8b
correct minimum CMake version 2023-03-06 02:24:00 +00:00
Andrew Murray
494a3bcf2b
Release buffer on error
Co-authored-by: Ondrej Baranovič <nulano@nulano.eu>
2023-03-06 10:00:51 +11:00
nulano
52cce5293d
restore link anchor 2023-03-05 19:51:14 +00:00
Hugo van Kemenade
eccc1e9afb
Merge pull request #6992 from radarhere/anchor
Removed missing anchor from link
2023-03-05 15:43:18 +02:00
Andrew Murray
a7f836187d Removed missing anchor from link 2023-03-05 21:51:46 +11:00
Andrew Murray
eda95342ae
Merge pull request #6986 from fcarron/fix_libtiff_file_pointer
Close file pointer copy in the libtiff encoder if still open
2023-03-05 16:24:19 +11:00
Hugo van Kemenade
61fecdb50e
Merge pull request #95 from radarhere/gha-docs-only
Run valgrind tests when GitHub Actions file changes
2023-03-05 00:25:21 +02:00
fcarron
bf27074bdf
Merge pull request #1 from radarhere/fix_libtiff_file_pointer
Added test
2023-03-04 22:17:40 +01:00