Andrew Murray
|
cdc498e6f3
|
Added type hints
|
2024-02-07 19:16:28 +11:00 |
|
Hugo van Kemenade
|
4a4b90c365
|
Autotype tests (#7756)
* autotyping: --none-return
* autotyping: --scalar-return
* autotyping: --int-param
* autotyping: --float-param
* autotyping: --str-param
* autotyping: --annotate-named-param tmp_path:pathlib.Path
|
2024-01-31 20:12:58 +11:00 |
|
Hugo van Kemenade
|
53c3cd9f8e
|
isort Tests
|
2024-01-20 13:23:03 +02:00 |
|
Hugo van Kemenade
|
43b2f61e79
|
Add 'from __future__ import annotations' using Ruff/isort
|
2023-12-21 13:13:31 +02:00 |
|
Andrew Murray
|
d0abab7997
|
When orientation is applied, delete TIFF tag
|
2023-09-08 15:05:53 +10:00 |
|
Andrew Murray
|
e195e60ce2
|
Ensure TIFF has transposed on load before checking orientation
|
2023-09-08 15:05:48 +10:00 |
|
Andrew Murray
|
b1b0353d17
|
Corrected passing TIFF_LONG to libtiff
|
2023-04-01 12:21:16 +11:00 |
|
Andrew Murray
|
aa9ecac032
|
Added ImageSourceData to TAGS_V2
|
2023-04-01 10:27:39 +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 |
|
Andrew Murray
|
e953978b31
|
Added test
|
2023-03-04 11:44:45 +11:00 |
|
pre-commit-ci[bot]
|
24183d652e
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2023-02-06 19:27:19 +00:00 |
|
Andrew Murray
|
412f5a5233
|
Moved test_wrong_bits_per_sample to test_file_libtiff.py
|
2023-01-29 17:33:51 +11:00 |
|
Andrew Murray
|
510de501ea
|
Moved test_get_child_images to test_file_libtiff.py
|
2023-01-29 17:33:46 +11:00 |
|
Hugo van Kemenade
|
d0ad0a0d3d
|
Merge pull request #6562 from nulano/winbuild-update
|
2022-10-27 14:10:16 +03:00 |
|
Mark Mayo
|
69baeccf2e
|
some pylint warnings
Fixed some pylint issues
|
2022-10-13 15:20:11 +13:00 |
|
Andrew Murray
|
7242a8a9ff
|
Merge branch 'main' into winbuild-update
|
2022-10-11 16:32:22 +11:00 |
|
Andrew Murray
|
1735872442
|
Enabled test
|
2022-10-03 17:48:27 +11:00 |
|
Andrew Murray
|
c259ac492f
|
Parametrized tests
|
2022-10-03 16:57:42 +11:00 |
|
nulano
|
b22c66eeb8
|
skip libtiif webp test when libtiff is too old
|
2022-09-05 14:06:50 +02:00 |
|
nulano
|
ffedfe034a
|
test libtiff with webp compression
|
2022-09-05 12:41:59 +02:00 |
|
nulano
|
9699a0e1d6
|
test libtiff with lzma
|
2022-09-05 10:13:52 +02:00 |
|
Andrew Murray
|
0ed03d4a58
|
Parametrize tests
|
2022-08-23 21:41:32 +10:00 |
|
Hugo van Kemenade
|
ae14255c34
|
Merge pull request #6470 from radarhere/pdf_ccittfaxdecode
Save 1 mode PDF using CCITTFaxDecode filter
|
2022-08-07 19:11:37 +03:00 |
|
Andrew Murray
|
101f115853
|
Increased tolerance to allow for libtiff with libjpeg-turbo
|
2022-08-04 20:03:24 +10:00 |
|
Andrew Murray
|
2b14d83549
|
Added strip_size as TIFF encoder argument
|
2022-08-01 21:41:17 +10:00 |
|
Andrew Murray
|
1c0bc81a65
|
Revert "Skip test_realloc_overflow unless libtiff 4.0.4 or higher"
|
2022-06-08 17:51:44 +10:00 |
|
Hugo van Kemenade
|
55d3c07e1d
|
Merge pull request #6232 from radarhere/colormap
|
2022-06-01 23:12:13 +03:00 |
|
Andrew Murray
|
1a286627b4
|
Skip test_realloc_overflow unless libtiff 4.0.4 or higher
|
2022-05-17 13:17:01 +03:00 |
|
Andrew Murray
|
1e3fdb3055
|
Pad COLORMAP to 768 items
|
2022-04-21 11:29:17 +10:00 |
|
Andrew Murray
|
ca3bc290e3
|
Record resolution instead of requiring ctypes
|
2022-03-19 14:45:40 +11:00 |
|
Andrew Murray
|
72b7ab54bd
|
pre-commit autoupdate --freeze
|
2022-03-04 16:42:24 +11:00 |
|
Andrew Murray
|
f8e4e9c2dd
|
Added enums
|
2022-01-15 09:02:31 +11:00 |
|
Andrew Murray
|
2e9193a485
|
Pass SAMPLEFORMAT to libtiff
|
2021-11-23 08:10:18 +11:00 |
|
Andrew Murray
|
7d4a8668b1
|
Block tile TIFF tags when saving
|
2021-11-18 22:01:53 +11:00 |
|
pre-commit-ci[bot]
|
dbb0a41600
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2021-10-13 21:10:23 +00:00 |
|
Andrew Murray
|
1140f6538d
|
Ensure reset after test failure
Co-authored-by: Ondrej Baranovič <nulano@nulano.eu>
|
2021-10-14 08:09:36 +11:00 |
|
Andrew Murray
|
0b7fcbbc93
|
Merge branch 'master' into patch-2
|
2021-10-13 23:50:23 +11:00 |
|
Andrew Murray
|
b5d6a73da9
|
Added test
|
2021-10-13 11:39:31 +02:00 |
|
Andrew Murray
|
8de429ecb9
|
Fixed Python errors when saving a (0, 0) TIFF image
|
2021-10-08 13:12:21 +11:00 |
|
Andrew Murray
|
98aa0f10ad
|
pre-commit autoupdate --freeze
|
2021-08-12 21:50:09 +10:00 |
|
Hugo van Kemenade
|
4e4d580dfd
|
Merge pull request #5597 from radarhere/ycbcr_tiff
Added tags when saving YCbCr TIFF
|
2021-07-28 13:08:54 +03:00 |
|
Andrew Murray
|
5cdcc2cf64
|
Added tags when saving YCbCr TIFF
|
2021-07-10 01:20:36 +10:00 |
|
Andrew Murray
|
abb192c9b3
|
Added test
|
2021-07-07 11:34:15 +02:00 |
|
Miloš Komarčević
|
100299a838
|
Add multiple strip saving test
|
2021-06-12 11:49:20 +10:00 |
|
Hugo van Kemenade
|
f02739715d
|
Merge pull request #5452 from radarhere/missing_samplesperpixel
Updated default value for SAMPLESPERPIXEL TIFF tag
|
2021-05-14 16:17:34 +03:00 |
|
Andrew Murray
|
6fc039a21c
|
Updated default value for SAMPLESPERPIXEL tag
|
2021-05-04 16:50:12 +10:00 |
|
Andrew Murray
|
fd299e36ce
|
Reset handle when seeking backwards as well
|
2021-04-29 22:47:20 +10:00 |
|
Eric Soroos
|
1c872a9eda
|
lint stuff
|
2021-04-10 16:58:01 +02:00 |
|
Eric Soroos
|
a3a69c8385
|
conditional mark for valgrind ignore
|
2021-04-09 23:53:24 +02:00 |
|