Commit Graph

6154 Commits

Author SHA1 Message Date
Mickael B
7ee29bfe1d change uint32_t to UINT32 since stdint.h is not defined in old Visual C++ versions 2017-07-29 13:35:07 -04:00
Mickael B
4994f64006 add stdint.h for uint32_t definition 2017-07-29 02:48:35 -04:00
Mickael B
8f83c3fa4a store SgiRleDecoder elements in SGISTATE struct 2017-07-29 02:39:37 -04:00
Mickael B
e3e0cad8d4 fix compiler warnings 2017-07-29 02:02:14 -04:00
Mickael Bonfill
325503320e add support of python 3's bytearray 2017-07-28 17:30:55 -04:00
Mickael Bonfill
dad56cb401 add unit tests 2017-07-28 17:12:46 -04:00
Mickael Bonfill
be9f0a938f Use file descriptor instead of chunks 2017-07-28 15:58:17 -04:00
Mickael Bonfill
0fdbb6a10c Fix RLE decompression by chunks 2017-07-27 18:51:10 -04:00
Mickael Bonfill
99079ab755 use UINT32 instead of ULONG 2017-07-26 17:01:45 -04:00
Mickael B
c352ef7e8a Avoid memory reallocation and support Y orientation in 16bits uncompressed read 2017-07-25 01:19:20 -04:00
Mickael B
3f5848c273 Add uncompressed 16bits read for SGI Images 2017-07-23 14:41:48 -04:00
Mickael B
1343f6c587 avoid divisions to keep integer 2017-07-22 11:00:15 -04:00
Mickael B
23a15c1ece fix integer for seek 2017-07-22 10:43:43 -04:00
Mickael B
ed4ee2f061 fix variable initialization in loops 2017-07-22 03:56:01 -04:00
Mickael B
f2240e8831 delete raise call 2017-07-22 03:42:55 -04:00
Mickael B
128d63892d add RLE decompression for SGI images 2017-07-22 03:34:06 -04:00
Mickael B
9af428a049 Revert Sgi Plugin 2017-07-21 21:43:31 -04:00
Mickael B
bf0d08e2be Updating fork 2017-07-21 21:25:59 -04:00
wiredfool
0cd84cf9b3 Update CHANGES.rst [ci skip] 2017-07-16 16:32:19 +01:00
wiredfool
c58dd9bcb3 Merge pull request #2624 from radarhere/getsize_emptystring
Added fix for font getsize on empty string
2017-07-16 16:30:15 +01:00
wiredfool
a28e89be83 Update CHANGES.rst [ci skip] 2017-07-16 16:28:29 +01:00
wiredfool
377bbc781e Merge pull request #2626 from radarhere/imagedraw
Improved ImageDraw documentation
2017-07-16 16:27:47 +01:00
wiredfool
8bf9de3310 Update CHANGES.rst [ci skip] 2017-07-16 16:23:57 +01:00
wiredfool
730cf93c32 Merge pull request #2627 from radarhere/alpha_composite
Corrected alpha_composite args documentation
2017-07-16 16:22:52 +01:00
Andrew Murray
9406e8ea81 Corrected alpha_composite args documentation 2017-07-16 17:37:51 +10:00
wiredfool
d2b3e60bbb test for issue #2614 2017-07-16 17:23:08 +10:00
Andrew Murray
3dd3a90646 Added fix for font getsize on empty string 2017-07-16 17:23:08 +10:00
Hugo
5bd8cdfe5c Merge pull request #2623 from radarhere/2585_debug_fix
Removed debugging code
2017-07-16 09:16:26 +02:00
Andrew Murray
a05c2cf7ff Improved ImageDraw documentation 2017-07-16 15:22:46 +10:00
Andrew Murray
f33976f81d Corrected class name in ImageDraw docs 2017-07-16 15:21:26 +10:00
Andrew Murray
844b812ebd Removed debugging code 2017-07-15 17:12:33 +10:00
wiredfool
a99ce5a2a3 Update CHANGES.rst [ci skip] 2017-07-14 23:04:51 +01:00
wiredfool
7466355887 Merge pull request #2616 from radarhere/libimagequant
Updated libimagequant to 2.10.1
2017-07-14 23:04:21 +01:00
wiredfool
353e26432f Update CHANGES.rst [ci skip] 2017-07-14 23:02:53 +01:00
Jani Šumak
f8fb58f925 Added the description of the filename attribute to images.rst
Images created with `open` have a filename attribute, but the documentation does not mention it. This lead to a short, but interesting discussion on [Stackoverflow](https://stackoverflow.com/questions/45087638/get-image-filename-from-image-pil/).
2017-07-14 22:57:31 +01:00
Andrew Murray
79f25384e1 Updated libimagequant to 2.10.1 2017-07-09 21:18:31 +10:00
wiredfool
b1d0965c75 Release notes for 4.2.1 2017-07-06 07:53:48 -07:00
wiredfool
f76aa0b999 Update CHANGES.rst [ci skip] 2017-07-06 11:03:39 +01:00
wiredfool
dff842d51d Merge pull request #2605 from radarhere/libimagequant
Updated libimagequant to 2.10.0
2017-07-06 11:02:20 +01:00
wiredfool
6389a2aec6 Update CHANGES.rst [ci skip] 2017-07-06 11:01:31 +01:00
wiredfool
912b0f077a Merge pull request #2612 from kijeong/request
Don't shadow built-in dict.
2017-07-06 10:59:01 +01:00
wiredfool
0d3712afe4 4.3.0.dev0 version bump 2017-07-06 02:57:44 -07:00
kijeong kim
580b6fbc06 [etc] Changed parameter name from dict_ to dictionary. 2017-07-06 17:31:55 +09:00
kijeong kim
afce29ea74 [etc] Fix built-in name. 2017-07-06 14:23:06 +09:00
wiredfool
27122e9008 Update Changes.rst [ci skip] 2017-07-04 09:10:13 +01:00
Hugo
683b32d48b Update CHANGES.rst
[CI skip]
2017-07-04 09:06:18 +03:00
Hugo
67de89c5b2 Merge pull request #2608 from wiredfool/appveyor-pypy
Fix 4.2.0 on Pypy/Windows
2017-07-04 09:02:32 +03:00
wiredfool
bc5f9a3e8b add pypy to appveyor 2017-07-03 23:05:25 +01:00
wiredfool
3f3eb99ff9 Fix version specification on pypy/windows 2017-07-03 23:05:25 +01:00
Andrew Murray
5aa91c3e5e Updated libimagequant to 2.10.0 2017-07-03 20:37:48 +10:00