Commit Graph

1756 Commits

Author SHA1 Message Date
Mickael Bonfill
1ba6ff8a33 add support of python 3's bytearray 2017-09-29 09:15:26 +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
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
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
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
60cbe9fe44 I;16(B)S and I;32BS aren't modes, they're rawmodes 2017-09-20 09:26:14 +00: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
wiredfool
e5513804a3 Merge pull request #2709 from uploadcare/alpha-composite-box
Alpha composite fixes
2017-09-19 11:13:19 +01:00
wiredfool
c786213b09 Merge pull request #2291 from asergi/pathlib2
Use pathlib2 for Path objects on Python < 3.4
2017-09-19 11:11:35 +01:00
wiredfool
6f8d8bb4f3 Merge pull request #2740 from uploadcare/less-unsafe_ptrs
Export only required properties in unsafe_ptrs
2017-09-19 11:08:29 +01:00
wiredfool
7541755aa5 Merge pull request #2730 from uploadcare/fast-geometry
Faster Transposition
2017-09-19 10:58:47 +01:00
Alexander
a6ed03c475 Export only required properties in unsafe_ptrs 2017-09-16 21:52:28 +03:00
Eric Soroos
83c57a8063 Specific change for issue #2006, ImageJ Metadata counts are incorrect in TiffTags 2017-09-14 20:05:13 +01:00
Eric Soroos
488691bda4 General fix for issue #2278, #2006, ValueError with out of spec metadata 2017-09-14 20:05:13 +01:00
Eric Soroos
1f4699ca5b Specific fix for issue #2278, save fails with PhotoshopInfo tag 2017-09-14 20:05:13 +01:00
Alexander
6900a7707f ImageFilter.BoxBlur 2017-09-14 01:59:25 +03:00
Alexander
d5f069472d Deprecate ImageOps undocumented functions 2017-09-14 01:48:27 +03:00
Alexander
5bc72dbc10 Merge branch 'master' into alpha-composite-box 2017-09-11 23:34:45 +03:00
Alexander
b6b3b004d8 tests for transverse, add to docs 2017-09-11 23:00:35 +03:00
Alexander
29515f59bb rename TRANSPOSE_ROTATE_180 to TRANSVERSE 2017-09-11 22:58:22 +03:00
Alexander
a2a2d8d716 Implement ImagingTransposeRotate180 2017-09-11 01:47:47 +03:00
wiredfool
3b5c2c30be Merge pull request #2679 from uploadcare/fast-filters
Fast filters
2017-09-10 17:22:00 +01:00
Alexander
98ee46827c MultibandFilter 2017-09-10 12:59:51 +03:00
Samuele Kaplun
c07ce878d7 Fix EPS import
Fixes EPS import by adding the missing "showpage" Postscript command
to the end of the gs call.

See: https://bugs.ghostscript.com/show_bug.cgi?id=698272

Signed-off-by: Samuele Kaplun <samuele.kaplun@cern.ch>
2017-09-09 12:01:38 +00:00
wiredfool
66a9a916e0 Merge pull request #2703 from kkopachev/patch-1
Fix comment about palette class in quantize method
2017-09-09 10:29:59 +01:00
wiredfool
04052e85c9 Merge pull request #2647 from radarhere/spider
Added file pointer save to SpiderImagePlugin
2017-09-09 10:23:45 +01:00
wiredfool
a223122d28 Merge pull request #2713 from radarhere/tga
Add targa version 2 footer
2017-09-09 10:21:23 +01:00
Andrew Murray
5628b7a9ad Removed unnecessary line 2017-09-06 11:22:13 +10:00
Andrew Murray
e02f828358 Combined duplicate lines 2017-09-06 11:21:50 +10:00
Andrew Murray
2840905efe Changed string to bytes 2017-09-06 09:13:31 +10:00
Andrew Murray
567351f632 Added register_extensions method 2017-09-04 20:32:07 +10:00
wiredfool
2611b2caa5 Merge pull request #2689 from radarhere/tests
Added tests
2017-09-04 11:15:28 +01:00
Andrew Murray
6602c7cec4 Removed debugging lines 2017-09-01 21:06:22 +10:00
Alexander
62ece989dc Accept lists as well 2017-09-01 13:36:25 +03:00
Alexander
d4b2fa7348 Fix erroneous condition which was never true 2017-09-01 13:32:37 +03:00
Andrew Murray
dcddc71dea Removed debugging interface for Image.core.grabclipboard 2017-09-01 20:02:55 +10:00
wiredfool
2ad43c4eeb Merge pull request #2704 from wiredfool/issue_2702
Remove palettes from non-palette modes in _new #2702
2017-08-31 15:09:37 +01:00
wiredfool
f4c56a7179 Merge pull request #2633 from olt/delete-rgb-transparency
Delete transparency info when img.convert'ing RGB/L to RGBA
2017-08-31 15:08:52 +01:00
wiredfool
e422f92e52 Remove palettes from non-palette modes in _new #2702 2017-08-31 06:18:59 -07:00
wiredfool
8600f1840d Merge pull request #2690 from neiljp/typing_patches
[WIP] Code alteration supplementing annotation in #2687
2017-08-31 13:36:04 +01:00
wiredfool
32d14e382a Merge pull request #2698 from uploadcare/jpeg-subsampling
Fix sampling factor for subsampling=2 while JPEG saving
2017-08-31 13:23:48 +01:00
Andrew Murray
751a6d1c2d Fixed WMF save handler check 2017-08-31 21:47:39 +10:00
Konstantin Kopachev
cee122ca88 Fix comment about palette class in quantize method 2017-08-30 22:47:27 -07:00