Hugo van Kemenade
|
1bc0e1bb9d
|
Merge pull request #5973 from radarhere/planar_configuration
|
2022-03-27 18:52:44 +03:00 |
|
Andrew Murray
|
ebdb47e693
|
Support reading I;16R TIFF images
|
2022-03-20 13:34:50 +11:00 |
|
Hugo van Kemenade
|
515957b2ac
|
Merge pull request #6097 from radarhere/bigtiff
|
2022-03-11 23:05:41 +02:00 |
|
Hugo van Kemenade
|
180c89f755
|
Merge pull request #6092 from radarhere/accept
|
2022-03-05 23:10:08 +02:00 |
|
Andrew Murray
|
72b7ab54bd
|
pre-commit autoupdate --freeze
|
2022-03-04 16:42:24 +11:00 |
|
Andrew Murray
|
fc7319318e
|
Added BigTIFF reading
|
2022-03-01 09:23:12 +11:00 |
|
Andrew Murray
|
56324c300d
|
Simplify code by using _accept
|
2022-02-27 14:48:36 +11:00 |
|
Andrew Murray
|
9a4106c14f
|
Merge branch 'main' into enum
|
2022-02-15 08:12:28 +11:00 |
|
mergify[bot]
|
89768e3d57
|
Merge pull request #6042 from radarhere/tiff_bits
Clarify code and comments
|
2022-02-10 21:20:22 +00:00 |
|
Hugo van Kemenade
|
f5fab326fa
|
Merge pull request #6030 from radarhere/photoshopblocks
Added get_photoshop_blocks() to parse Photoshop TIFF tag
|
2022-02-10 09:40:17 +02:00 |
|
Hugo van Kemenade
|
6520d44496
|
Merge pull request #6041 from mikhail-iurkov/tiff_bits
Drop excess values in BITSPERSAMPLE
|
2022-02-10 09:32:34 +02:00 |
|
Andrew Murray
|
2ae70f144f
|
Added get_photoshop_blocks() to parse Photoshop tag
|
2022-02-10 12:00:23 +11:00 |
|
Andrew Murray
|
1f82202998
|
Adjusted comments
|
2022-02-10 11:08:25 +11:00 |
|
Andrew Murray
|
b38a67fa12
|
Merge branch 'main' into enum
|
2022-02-10 09:52:24 +11:00 |
|
Mikhail Iurkov
|
bb5a090f60
|
Drop excess values in BITSPERSAMPLE
|
2022-02-09 16:40:43 +03:00 |
|
Hugo van Kemenade
|
601c9d8515
|
Fix return in docs
|
2022-02-09 14:28:43 +02:00 |
|
Andrew Murray
|
67944cedc7
|
Always save with contiguous planar configuration
|
2022-01-18 19:40:57 +11:00 |
|
Andrew Murray
|
f8e4e9c2dd
|
Added enums
|
2022-01-15 09:02:31 +11:00 |
|
Andrew Murray
|
6e5e45a9ec
|
Ensure duplicated file pointer is closed
|
2022-01-09 16:10:12 +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 |
|
Hugo van Kemenade
|
31a96b9c9b
|
Upgrade Python syntax with pyupgrade --py36-plus and format with Black
|
2021-10-19 15:34:52 +03:00 |
|
Andrew Murray
|
0b7fcbbc93
|
Merge branch 'master' into patch-2
|
2021-10-13 23:50:23 +11:00 |
|
Andrew Murray
|
8de429ecb9
|
Fixed Python errors when saving a (0, 0) TIFF image
|
2021-10-08 13:12:21 +11:00 |
|
Miloš Komarčević
|
63879f04b1
|
Make TIFF strip size configurable
|
2021-10-01 13:50:02 +02:00 |
|
Andrew Murray
|
8264aa81d9
|
Updated capitalisation
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
|
2021-09-11 19:48:43 +10:00 |
|
Andrew Murray
|
c39e545949
|
Updated docstring
|
2021-09-11 19:24:24 +10:00 |
|
Andrew Murray
|
3f3828040b
|
Merge branch 'master' into tiff_exif
|
2021-09-07 06:33:37 +10:00 |
|
Andrew Murray
|
9bf7dae03d
|
Allow saving L mode TIFF with PhotometricInterpretation 0
|
2021-08-06 23:50:52 +10:00 |
|
Andrew Murray
|
2dab52b8a8
|
Allow saving 1 mode TIFF with PhotometricInterpretation 0
|
2021-08-05 23:27:08 +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 |
|
Miloš Komarčević
|
01e423da00
|
Ensure TIFF RowsPerStrip is multiple of 8 for JPEG compression
|
2021-07-07 09:38:06 +02:00 |
|
Andrew Murray
|
9707d33ed9
|
Allow "exif" to also accept bytestring
|
2021-07-04 13:32:41 +10:00 |
|
Andrew Murray
|
c0f619384c
|
Added "exif" keyword argument to save Image.Exif instance
|
2021-07-04 12:33:55 +10:00 |
|
Hugo van Kemenade
|
861a031304
|
Merge pull request #5514 from kmilos/fix_tiff_rowsperstrip
|
2021-06-30 17:31:42 +03:00 |
|
Andrew Murray
|
d9d811ff21
|
Replaced xml.etree.ElementTree with defusedxml.ElementTree
|
2021-06-30 11:28:44 +10:00 |
|
Hugo van Kemenade
|
2251be1a6f
|
Merge pull request #5554 from radarhere/tag_group_data
|
2021-06-28 19:03:01 +03:00 |
|
Hugo van Kemenade
|
b5c4b9afe0
|
Merge pull request #5455 from radarhere/xmp
|
2021-06-28 18:43:04 +03:00 |
|
Hugo van Kemenade
|
9f28e4be26
|
Merge pull request #5412 from radarhere/ifdrational_eq_float
|
2021-06-28 18:33:46 +03:00 |
|
Andrew Murray
|
dd28af0dfa
|
Merge branch 'master' into tag_group_data
|
2021-06-27 12:06:11 +10:00 |
|
Andrew Murray
|
61c39074f5
|
Fixed undefined variable in logging
|
2021-06-25 19:46:58 +10:00 |
|
Andrew Murray
|
a2709be7f4
|
Added tag data for IFD groups
|
2021-06-24 19:56:01 +10:00 |
|
Andrew Murray
|
cd31dae0d1
|
Added getxmp() for PNG
|
2021-06-12 13:57:14 +10:00 |
|
Andrew Murray
|
ae3bdf87f0
|
Added getxmp() for TIFF
|
2021-06-12 12:17:38 +10:00 |
|
Miloš Komarčević
|
0ae2981957
|
Put upper limit on rows per strip
|
2021-06-12 11:49:20 +10:00 |
|
Miloš Komarčević
|
1c4deefe11
|
Make strip calculation more readable
|
2021-06-12 11:49:20 +10:00 |
|
Miloš Komarčević
|
c949d54605
|
Fix lint errors
|
2021-06-12 11:49:20 +10:00 |
|
Miloš Komarčević
|
7752fb5131
|
Limit TIFF strip size when saving with libtiff
|
2021-06-12 11:49:20 +10:00 |
|
Hugo van Kemenade
|
1ac7bd9f87
|
Merge pull request #5473 from radarhere/tiff_seek
Do not allow TIFF to seek to a past frame
|
2021-06-05 18:49:34 +03:00 |
|