Yay295
|
b606da7f0e
|
add missing word
|
2023-03-31 07:19:33 -05:00 |
|
Andrew Murray
|
485532c1f3
|
Mention available pixel types when converting from NumPy
|
2023-03-31 21:00:28 +11:00 |
|
Andrew Murray
|
e95b55acd4
|
Document loss of palette when converting to NumPy
|
2023-03-31 20:48:14 +11:00 |
|
Andrew Murray
|
6a931861fe
|
Load before getting size in __array_interface__
|
2023-03-23 10:12:18 +11:00 |
|
Andrew Murray
|
fcc59a4001
|
Use existing variable names from ImageFile
|
2023-02-25 16:31:26 +02:00 |
|
Aarni Koskela
|
b6b72170a8
|
Clarify variable names in Image
Co-authored-by: Yay295 <Yay295@users.noreply.github.com>
|
2023-02-24 09:59:54 +02:00 |
|
Andrew Murray
|
da38395396
|
Removed quotes from result in docstring
|
2023-02-12 21:56:23 +11:00 |
|
Andrew Murray
|
a8e03e4dab
|
Added Exif code examples
|
2023-02-10 20:11:50 +11:00 |
|
pre-commit-ci[bot]
|
074c6afdc7
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2023-02-09 04:41:00 +00:00 |
|
Vladimir
|
0eac4f1942
|
Fix syntax
|
2023-02-08 20:34:45 -08:00 |
|
Vladimir
|
1656753146
|
Add docstrings for getixif() and Exif
|
2023-02-07 22:48:33 -08: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
|
3e37a919b1
|
Prevent register_open from adding duplicates to ID
|
2023-01-28 22:43:04 +11:00 |
|
Andrew Murray
|
bf0abdca27
|
Do not retry past formats when loading all formats for the first time
|
2023-01-19 08:06:30 +11:00 |
|
Andrew Murray
|
5f9285eea6
|
Do not retry specified formats if they failed
|
2023-01-14 23:22:35 +11:00 |
|
Hugo van Kemenade
|
2df4865e42
|
Use 'key in mydict' instead of 'key in mydict.keys()'
|
2023-01-08 13:47:46 +02:00 |
|
Andrew Murray
|
d4d981dc9f
|
Updated size parameter descriptions
|
2023-01-02 08:41:50 +11:00 |
|
Andrew Murray
|
b4347daa3c
|
Merge branch 'main' into enum
|
2022-12-31 09:37:56 +11:00 |
|
Andrew Murray
|
68fdd2a9e7
|
Further improve exception traceback readability
|
2022-12-30 14:24:28 +11:00 |
|
Hugo van Kemenade
|
2ae55ccbda
|
Improve exception traceback readability
|
2022-12-30 00:07:52 +02:00 |
|
Andrew Murray
|
1e3f3ab596
|
Do not attempt to read IFD1 if absent
|
2022-12-29 21:52:09 +11:00 |
|
Hugo van Kemenade
|
1a93e84355
|
Merge pull request #6798 from radarhere/apply_transparency
|
2022-12-28 16:49:59 +02:00 |
|
Andrew Murray
|
bcdb208fe2
|
Restored Image constants, except for duplicate Resampling attributes
|
2022-12-28 09:44:53 +11:00 |
|
Hugo van Kemenade
|
0934c25686
|
Merge pull request #6762 from radarhere/exif_hide_offsets
|
2022-12-23 16:05:21 +02:00 |
|
Andrew Murray
|
9dfba1fe2b
|
Merge branch 'main' into exif_hide_offsets
|
2022-12-22 09:03:11 +11:00 |
|
Andrew Murray
|
c6d1fddba5
|
Merge branch 'main' into registered_extensions
|
2022-12-22 07:45:52 +11:00 |
|
Hugo van Kemenade
|
acdb882aae
|
Merge pull request #6793 from radarhere/tile
|
2022-12-21 16:56:41 +02:00 |
|
Andrew Murray
|
2a86d7353f
|
Always initialize all plugins in registered_extensions()
|
2022-12-19 08:19:15 +11:00 |
|
Andrew Murray
|
5301b86f1c
|
Use snake case
|
2022-12-14 06:48:36 +11:00 |
|
Andrew Murray
|
f6f622dcee
|
Clarify apply_transparency() docstring
|
2022-12-12 06:36:27 +11:00 |
|
Andrew Murray
|
4f0b83cc54
|
Only set tile in ImageFile __setstate__
|
2022-12-09 12:29:27 +11:00 |
|
Andrew Murray
|
c2a42655e1
|
Allow get_child_images to access JPEG thumbnails
|
2022-12-06 19:30:53 +11:00 |
|
Andrew Murray
|
8ada23ed04
|
Added IFD1 reading
|
2022-12-05 09:09:00 +11:00 |
|
Andrew Murray
|
a0326245a2
|
Removed typo
|
2022-11-28 08:40:04 +11:00 |
|
Andrew Murray
|
24a5405a9f
|
Added IFD enum
|
2022-11-28 08:39:56 +11:00 |
|
Andrew Murray
|
3473eb8e7f
|
Added Exif hide_offsets()
|
2022-11-26 15:44:03 +11:00 |
|
Hugo van Kemenade
|
bb2016794f
|
Merge pull request #6647 from radarhere/rgb2lab
|
2022-10-19 10:32:03 +02:00 |
|
Hugo van Kemenade
|
87a9d7197e
|
Merge pull request #6644 from radarhere/convert
|
2022-10-19 10:22:00 +02:00 |
|
Andrew Murray
|
a4b257269e
|
Image channel is used when converting PA with an RGBA palette
|
2022-10-13 20:21:39 +11:00 |
|
Hugo van Kemenade
|
c2efd60e22
|
Merge pull request #6594 from radarhere/numpy
|
2022-10-12 12:57:51 +02:00 |
|
Andrew Murray
|
fcd3eef594
|
Added conversion between RGB/RGBA/RGBX and LAB
|
2022-10-07 22:33:45 +11:00 |
|
Andrew Murray
|
b8cd3e72a6
|
Do not attempt normalization if image is already normal
|
2022-10-07 09:48:56 +11:00 |
|
Hugo van Kemenade
|
f73499e475
|
Merge pull request #6543 from radarhere/remap_palette
|
2022-09-21 12:45:26 +03:00 |
|
Andrew Murray
|
d02f91c6da
|
Raise a warning if NumPy will not raise an error during conversion
|
2022-09-17 20:11:55 +10:00 |
|
Hugo van Kemenade
|
9b53e3b581
|
Merge pull request #6539 from radarhere/thumbnail
Do not call load() before draft() in Image.thumbnail
|
2022-09-11 19:15:01 +03:00 |
|
Andrew Murray
|
a36b766d36
|
Simplified enum references
|
2022-09-03 20:53:22 +10:00 |
|
Andrew Murray
|
9fa421923c
|
Removed requirement for 256 palette entries
|
2022-08-28 15:58:30 +10:00 |
|
Andrew Murray
|
38b53a9fd7
|
Do not call load() before draft()
|
2022-08-26 20:33:51 +10:00 |
|
Andrew Murray
|
a37593f004
|
Allow RGB and RGBA values for PA image putpixel
|
2022-08-14 14:34:42 +10:00 |
|
Andrew Murray
|
f42e255206
|
Simplified code
|
2022-07-26 11:58:44 +10:00 |
|