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 |
|
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 |
|
Mickael Bonfill
|
c5565fc7f0
|
Fix RLE decompression by chunks
|
2017-09-29 09:14:51 +00:00 |
|
Mickael Bonfill
|
9caf8c5889
|
use UINT32 instead of ULONG
|
2017-09-29 09:13:55 +00:00 |
|
Mickael B
|
f833cd7f38
|
Avoid memory reallocation and support Y orientation in 16bits uncompressed read
|
2017-09-29 09:13:45 +00:00 |
|
Mickael B
|
bec76fdb42
|
Add uncompressed 16bits read for SGI Images
|
2017-09-29 09:13:37 +00:00 |
|
Mickael B
|
e162963064
|
avoid divisions to keep integer
|
2017-09-29 09:13:32 +00:00 |
|
Mickael B
|
bb889a59d6
|
fix integer for seek
|
2017-09-29 09:13:27 +00:00 |
|
Mickael B
|
6869431c2b
|
fix variable initialization in loops
|
2017-09-29 09:13:22 +00:00 |
|
Mickael B
|
91c4c65693
|
delete raise call
|
2017-09-29 09:13:16 +00:00 |
|
Mickael B
|
a90dc49100
|
add RLE decompression for SGI images
|
2017-09-29 09:12:03 +00:00 |
|
Hugo
|
7c10f6341f
|
Merge pull request #2765 from radarhere/decoder
Corrected documentation
|
2017-09-28 14:23:12 +03:00 |
|
Andrew Murray
|
7f1e83aa39
|
Corrected documentation
|
2017-09-28 21:03:15 +10:00 |
|
Hugo
|
628137d415
|
Merge pull request #2757 from python-pillow/docs-readability
Docs: Spaces between versions for readability and consistency
|
2017-09-28 08:44:52 +03:00 |
|
Hugo
|
638e08c420
|
Docs: Spaces between versions for readability and consistency
|
2017-09-24 00:23:19 +03:00 |
|
wiredfool
|
04c96f6030
|
Update CHANGES.rst [ci skip]
|
2017-09-22 16:02:44 +01:00 |
|
wiredfool
|
b8d6fd57fa
|
Merge pull request #1860 from radarhere/register_extensions
Added register_extensions method
|
2017-09-22 15:59:04 +01:00 |
|
wiredfool
|
6198422383
|
Merge pull request #2748 from wiredfool/i16s
Fix TIFF support for I;16S, I;16BS, and I;32BS rawmodes
|
2017-09-22 15:57:56 +01:00 |
|
wiredfool
|
2fa09fe0e0
|
Merge pull request #2752 from radarhere/docs
Corrected docs syntax
|
2017-09-22 15:57:18 +01:00 |
|
Andrew Murray
|
7e980d4897
|
Corrected docs syntax
|
2017-09-22 20:29:20 +10:00 |
|
wiredfool
|
180342400a
|
Merge pull request #2750 from wiredfool/docs
Install/Release notes update
|
2017-09-20 13:58:23 +01:00 |
|
Eric Soroos
|
6e2010e7fd
|
speling
|
2017-09-20 11:17:46 +00:00 |
|
Eric Soroos
|
8172fa710b
|
Updated release notes
|
2017-09-20 10:54:59 +00:00 |
|
Eric Soroos
|
dc327121f1
|
formatting
|
2017-09-20 10:49:47 +00:00 |
|
Eric Soroos
|
ba101e4e62
|
Fix docstring error
|
2017-09-20 10:49:14 +00:00 |
|
Eric Soroos
|
505eb799ba
|
fixed doc formatting error
|
2017-09-20 10:47:35 +00:00 |
|
Eric Soroos
|
997e108946
|
Deprecated easy_install in instructions
|
2017-09-20 10:09:15 +00:00 |
|
Eric Soroos
|
0c248c68f2
|
platform changes
|
2017-09-20 10:08:53 +00:00 |
|
Eric Soroos
|
a89c4e455d
|
Target mode is I, check pixels
|
2017-09-20 09:26:40 +00:00 |
|
Eric Soroos
|
60cbe9fe44
|
I;16(B)S and I;32BS aren't modes, they're rawmodes
|
2017-09-20 09:26:14 +00:00 |
|
Andrew Murray
|
4087479464
|
Added test image
|
2017-09-20 09:04:48 +00:00 |
|
wiredfool
|
fd67647901
|
Updage CHANGES.rst [ci skip]
|
2017-09-20 09:58:01 +01:00 |
|
wiredfool
|
2479019241
|
Merge pull request #2746 from wiredfool/msys2
Changes to cleanly compile on windows/msys2
|
2017-09-20 09:57:29 +01:00 |
|
Eric Soroos
|
5c77fbb29f
|
test mingw
|
2017-09-19 21:19:18 +00:00 |
|
Eric Soroos
|
973787e240
|
flags to fix building on mingw
|
2017-09-19 21:19:03 +00:00 |
|
Alexander Karpinsky
|
e11b47858c
|
Merge pull request #2737 from uploadcare/imaging-copy-palette-info
Rename ImagingCopyInfo to ImagingCopyPalette
|
2017-09-19 21:43:37 +03:00 |
|
Alexander
|
ecfc10d002
|
oops
|
2017-09-19 21:01:34 +03:00 |
|
Alexander
|
bca70a743d
|
Merge branch 'master' into imaging-copy-palette-info
|
2017-09-19 20:51:52 +03:00 |
|
Alexander
|
bda6d1e588
|
rename ImagingCopyPaletteInfo to ImagingCopyPalette
|
2017-09-19 20:42:13 +03:00 |
|
wiredfool
|
bbf1c3a52c
|
Updage CHANGES.rst [ci skip]
|
2017-09-19 14:27:25 +01:00 |
|
wiredfool
|
a0ce5740d5
|
Merge pull request #2719 from wiredfool/issue_2278
Fixes for Issues #2278 and #2006, value error in exif/tiff ifd
|
2017-09-19 14:26:29 +01:00 |
|
Eric Soroos
|
c12b9fb4dc
|
added test for metadata count warning
|
2017-09-19 10:35:14 +00:00 |
|