Commit Graph

6660 Commits

Author SHA1 Message Date
Eric Soroos
15e24547f2 Use != to make long 2017-10-02 08:49:48 +00:00
wiredfool
1b12310126 Merge pull request #2774 from cgohlke/patch-3
Use correct Windows handle type
2017-10-02 09:25:51 +01:00
wiredfool
e4619d0ae5 Merge pull request #2773 from cgohlke/patch-2
Fix bulletproof code from libc
2017-10-02 09:23:24 +01:00
wiredfool
bcb50636e5 Merge pull request #2764 from radarhere/warning
Fix expression result unused warning
2017-10-02 09:21:40 +01:00
Christoph Gohlke
417dfe4a7b Return bool from isblock function 2017-10-01 23:39:57 -07:00
Andrew Murray
0af6d75d00 Fix expression result unused warning 2017-10-02 17:19:25 +11:00
Christoph Gohlke
5ec351e980 Use correct Windows handle type 2017-10-01 23:11:39 -07:00
Christoph Gohlke
b2a4aa2959 Fix size_t not defined in PyPy 2017-10-01 22:16:13 -07:00
Christoph Gohlke
9e650ec713 Fix bulletproof code from libc 2017-10-01 20:07:00 -07:00
Andrew Murray
007adc3134 Corrected CHANGES.rst [ci skip] 2017-10-02 08:31:09 +11:00
wiredfool
0d1e44dc2f Merge pull request #2769 from wiredfool/pr_2638
Update to #2638, add 16bit/rle support to SgiImageFile
2017-10-01 20:56:18 +01:00
wiredfool
4f06a712a8 Update CHANGES.rst [ci skip] 2017-10-01 20:56:03 +01:00
wiredfool
957223d2ff Update CHANGES.rst [ci skip] 2017-10-01 20:41:54 +01:00
wiredfool
c82f9fe1bb Merge pull request #2738 from uploadcare/block-storage
Block & array hybrid storage
2017-10-01 20:41:08 +01:00
wiredfool
e0a0601392 Update CHANGES.rst [ci skip] 2017-10-01 20:21:00 +01:00
wiredfool
3051178749 Merge pull request #1849 from radarhere/frames
Common seek frame position check
2017-10-01 20:20:30 +01:00
wiredfool
0531dd1fb5 Update CHANGES.rst 2017-10-01 20:17:39 +01:00
wiredfool
0f17f0e5c0 Merge pull request #2281 from wilsonge/patch-1
Add note about aspect ratio to documentation
2017-10-01 20:16:00 +01:00
wiredfool
87a7471ab8 Update CHANGES.rst [ci skip] 2017-10-01 20:03:59 +01:00
wiredfool
74d4940954 Merge pull request #2771 from cgohlke/patch-1
Fix ValueError: invalid version number '1.0.0rc1'
2017-10-01 20:02:59 +01:00
Christoph Gohlke
3ad73ff447 Fix ValueError: invalid version number '1.0.0rc1' 2017-09-30 22:15:28 -07:00
Alexander
5a1cdfc72c rename arena->blocks to arena->blocks_pool
fix comments
2017-09-30 15:03:28 +03:00
Andrew Murray
c8b65f4efd Added _min_frame property 2017-09-30 13:33:13 +10:00
Andrew Murray
f61b70aa8f Changed EOFError tests 2017-09-30 13:33:06 +10:00
Andrew Murray
78c62727d3 Moved seek frame position check into ImageFile 2017-09-30 13:32:43 +10:00
Alexander
83530975e9 rename lines_remaining 2017-09-30 04:16:12 +03:00
wiredfool
281698796b Update CHANGES.rst [ci skip] 2017-09-29 15:43:02 +01:00
wiredfool
c052280b26 Merge pull request #2766 from hugovk/unfreeze-requirements.txt
Unfreeze requirements.txt
2017-09-29 15:40:17 +01:00
wiredfool
efe98726cf Merge pull request #2756 from hugovk/ResourceWarning-cherrypicked
ResourceWarning tests
2017-09-29 15:36:16 +01:00
wiredfool
fa8cef4208 Updage CHANGES.rst 2017-09-29 15:27:22 +01:00
wiredfool
fd8ee8437b Merge pull request #2315 from radarhere/is_animated
If n_frames is known, then use when determining is_animated
2017-09-29 15:26:22 +01:00
wiredfool
a8f750bd0a Update CHANGES.rst [ci skip] 2017-09-29 15:16:09 +01:00
wiredfool
684246d254 Merge pull request #2768 from radarhere/params
Corrected parameters in documentation
2017-09-29 15:15:36 +01:00
Eric Soroos
a4d48b6cf5 use raw pack/unpack instead of python math 2017-09-29 13:41:39 +00:00
Eric Soroos
7c629d7814 Added L;16/B pack functions 2017-09-29 13:41:39 +00:00
Eric Soroos
6816a9d4ce Removed test for YCbCr != 3 channels 2017-09-29 13:34:49 +00:00
Andrew Murray
1856d106ea Corrected parameters in documentation 2017-09-29 21:08:49 +10:00
Eric Soroos
779310a832 malloc checks, overflow and errors 2017-09-29 11:01:10 +00:00
Eric Soroos
2014cf69b8 16bpc write test 2017-09-29 10:41:42 +00:00
Eric Soroos
f699e0c716 removed debugging 2017-09-29 10:39:25 +00:00
Eric Soroos
4d50f2852c merge error 2017-09-29 09:41:26 +00:00
wiredfool
93f3a01dca Update CHANGES.rst [ci skip] 2017-09-29 10:22:05 +01:00
wiredfool
d727fdabe2 Merge pull request #2767 from wiredfool/pr_1891
Pr 1891
2017-09-29 10:17:57 +01:00
Mickael B
9e179c027c change uint32_t to UINT32 since stdint.h is not defined in old Visual C++ versions 2017-09-29 09:15:51 +00:00
Mickael B
e308adb9d6 add stdint.h for uint32_t definition 2017-09-29 09:15:45 +00:00
Mickael B
7fe23b39b9 store SgiRleDecoder elements in SGISTATE struct 2017-09-29 09:15:39 +00:00
Mickael B
c55b3aa402 fix compiler warnings 2017-09-29 09:15:32 +00:00
Mickael Bonfill
1ba6ff8a33 add support of python 3's bytearray 2017-09-29 09:15:26 +00:00
Mickael Bonfill
a422a28bb7 add unit tests 2017-09-29 09:15:21 +00:00
Mickael Bonfill
4b755d43ec Use file descriptor instead of chunks 2017-09-29 09:15:16 +00:00