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 |
|
Andrew Murray
|
2ae70f144f
|
Added get_photoshop_blocks() to parse Photoshop tag
|
2022-02-10 12:00:23 +11:00 |
|
Andrew Murray
|
e098481279
|
Combined width and height into size
|
2022-02-10 11:02:13 +11:00 |
|
Mikhail Iurkov
|
2bbf5f0981
|
Lint
|
2022-02-09 16:53:27 +03:00 |
|
Mikhail Iurkov
|
bb5a090f60
|
Drop excess values in BITSPERSAMPLE
|
2022-02-09 16:40:43 +03:00 |
|
nulano
|
a278e0aa65
|
issue warning if Raqm layout is requested, but Raqm is not available
|
2022-02-07 23:57:35 +00:00 |
|
Andrew Murray
|
ed283d15ca
|
Merge pull request #6010 from radarhere/show_file
In show_file, use os.remove to remove temporary images
|
2022-02-03 09:41:20 +11:00 |
|
Andrew Murray
|
8da80130db
|
In show_file, use os.remove to remove temporary images
|
2022-02-03 08:48:36 +11:00 |
|
Andrew Murray
|
dd46100bdc
|
Restrict builtins within lambdas for ImageMath.eval
|
2022-02-03 08:42:53 +11:00 |
|
Andrew Murray
|
fb7edfda68
|
Improved consistency of returning an image access object from load()
|
2022-02-02 11:49:31 +11:00 |
|
DWesl
|
1b6a8c6122
|
TST: Parametrize numpy roundtrip to find failing case
Segfaults are annoying to debug.
|
2022-01-29 13:07:27 +11:00 |
|
Andrew Murray
|
31aa2ad98c
|
Removed unused variables
|
2022-01-24 11:06:41 +11:00 |
|
Hugo van Kemenade
|
0a49ec1cc0
|
Merge pull request #5891 from shamrin/stable-jupyter-text-output
Keep IPython/Jupyter text/plain output stable
|
2022-01-23 10:29:50 +02:00 |
|
Andrew Murray
|
af90dd773b
|
Raise an error when performing a negative crop
|
2022-01-18 16:38:00 +11:00 |
|
Andrew Murray
|
ddb0a6393f
|
Added test
|
2022-01-18 11:46:29 +11:00 |
|
Andrew Murray
|
86944abbab
|
Deprecated show_file "file" argument in favour of "path"
|
2022-01-15 16:08:37 +11:00 |
|
Andrew Murray
|
2d9dfefe6e
|
Added specific error if coordinate type is incorrect
|
2022-01-08 13:47:51 +11:00 |
|
Hugo van Kemenade
|
5908ccc5ae
|
Merge pull request #5938 from radarhere/zero
Return an empty bytestring from tobytes() for an empty image
|
2022-01-07 08:34:50 +02:00 |
|
Andrew Murray
|
b5160591bc
|
Return an empty bytestring from tobytes() for an empty image
|
2022-01-07 16:29:38 +11:00 |
|
Andrew Murray
|
fbe396f22a
|
Removed duplicate check
|
2022-01-07 12:34:58 +11:00 |
|
pre-commit-ci[bot]
|
52f29a537d
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2022-01-03 17:11:34 +00:00 |
|
Andrew Murray
|
8531b01d6c
|
Restrict builtins for ImageMath.eval
|
2022-01-02 17:23:49 +11:00 |
|
Andrew Murray
|
1059eb5376
|
If appended EOI did not work, do not keep trying
|
2022-01-01 21:04:32 +11:00 |
|
Andrew Murray
|
525c840b0f
|
Updated path after pillow-wheels switched to libjpeg-turbo
|
2022-01-01 20:15:06 +11:00 |
|
Andrew Murray
|
5543e4e2d4
|
Merge pull request #5920 from radarhere/calloc
Fixed ImagePath.Path array handling
|
2022-01-01 19:16:11 +11:00 |
|
Andrew Murray
|
c48271ab35
|
Handle case where path count is zero
|
2022-01-01 15:44:04 +11:00 |
|
Andrew Murray
|
1e092419b6
|
Initialize coordinates to zero
|
2022-01-01 15:44:04 +11:00 |
|
Andrew Murray
|
7370a0b1cf
|
Remove consecutive duplicates that only differ by their offset
|
2022-01-01 14:54:23 +11:00 |
|
Andrew Murray
|
1998d12bb6
|
Added sys import
|
2021-12-30 00:11:20 +11:00 |
|
Andrew Murray
|
4d1d2c9855
|
Merge pull request #5807 from DWesl/tkimaging-on-cygwin
Use the Windows method to get TCL functions on Cygwin
|
2021-12-30 00:08:31 +11:00 |
|
Andrew Murray
|
d8f2fb50a4
|
Merge pull request #5404 from radarhere/feed
Changed error type to allow for incremental WebP parsing
|
2021-12-29 07:33:56 +11:00 |
|
Hugo van Kemenade
|
3c39be3bc2
|
Merge pull request #5901 from radarhere/i16
Improved I;16 operations on big endian
|
2021-12-28 10:12:00 +02:00 |
|
Hugo van Kemenade
|
fccc261386
|
Merge pull request #5899 from radarhere/bmp
Ensure that BMP pixel data offset does not ignore palette
|
2021-12-28 10:10:08 +02:00 |
|
Hugo van Kemenade
|
17ec8b5c98
|
Merge pull request #5879 from radarhere/quantize
Limit quantized palette to number of colors
|
2021-12-28 10:08:54 +02:00 |
|
Hugo van Kemenade
|
cc670c940e
|
Merge pull request #5869 from radarhere/quantize_palette
Fixed palette index for zeroed color in FASTOCTREE quantize
|
2021-12-28 10:05:58 +02:00 |
|
Hugo van Kemenade
|
f560707def
|
Merge pull request #5859 from radarhere/saving_rgba_gif
When saving RGBA to GIF, make use of first transparent palette entry
|
2021-12-28 10:04:10 +02:00 |
|
Hugo van Kemenade
|
1806cf5607
|
Merge pull request #5848 from radarhere/sampleformat
Pass SAMPLEFORMAT to libtiff
|
2021-12-28 10:03:16 +02:00 |
|
Hugo van Kemenade
|
e7b53259d1
|
Merge pull request #5824 from radarhere/l_macro
Added rounding when converting P and PA
|
2021-12-28 10:02:36 +02:00 |
|
Hugo van Kemenade
|
8e631e4cd9
|
Merge pull request #5910 from radarhere/putdata
Improved putdata() documentation and data handling
|
2021-12-28 09:53:33 +02:00 |
|
Andrew Murray
|
aeb549ef8f
|
Fixed unpacking I;16B to I;16 on big endian
|
2021-12-28 17:38:01 +11:00 |
|
Andrew Murray
|
4b7b07de70
|
Fixed JPEG2000 I;16 images on big endian
|
2021-12-28 17:06:05 +11:00 |
|
Hugo van Kemenade
|
dd8049363e
|
Use more specific regex chars to prevent ReDoS - exclude carriage return
|
2021-12-28 10:22:39 +11:00 |
|
Andrew Murray
|
e0d5417bcd
|
Raise an error if sequence is not flattened
|
2021-12-28 09:38:41 +11:00 |
|
Andrew Murray
|
e9294d890f
|
Accept float values for putdata() in Python 3.10
|
2021-12-28 09:38:41 +11:00 |
|
Andrew Murray
|
4222605442
|
Fixed freeing pointer
|
2021-12-27 13:39:37 +11:00 |
|
Andrew Murray
|
73ccda9cd1
|
Do not compare properties to themselves
|
2021-12-26 13:27:41 +11:00 |
|
Andrew Murray
|
ff723e45ab
|
Ensure that pixel data offset does not ignore palette
|
2021-12-21 12:43:50 +11:00 |
|
Andrew Murray
|
768c189a29
|
Correct image by scaling pixels
|
2021-12-15 06:39:05 +11:00 |
|
Christopher Bruns
|
e87745d9ec
|
Check if installed Qt version supports Format_Grayscale16
|
2021-12-15 06:39:05 +11:00 |
|