Eric Soroos
60cbe9fe44
I;16(B)S and I;32BS aren't modes, they're rawmodes
2017-09-20 09:26:14 +00:00
Alexander
a78e92356f
Merge branch 'master' into block-storage
2017-09-19 21:08:21 +03: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
Andrew Murray
d8c088ed8b
If image is already in the destination mode and there is no matrix, do not convert
2017-09-19 21:11:04 +10:00
Andrew Murray
411765a69c
Added _mutable method for common code
2017-09-19 21:11:04 +10:00
Andrew Murray
23a51a35e9
Avoid potentially loading an image twice
2017-09-19 21:11:04 +10: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
5366a94725
clear cache at exit
2017-09-19 03:10:57 +03:00
Alexander
67e1e03c79
Set options from environment variables
2017-09-18 21:29:48 +03: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
stuertz
f92ede6d8c
Replaced annoying tabs within code
2017-08-29 16:11:23 +02:00
Alexander
ad4b42f5f4
Merge branch 'master' into fast-filters
2017-08-28 21:47:43 +03:00
Alexander
82c986dfab
Merge branch 'master' into 16-bit-rgb-tiff
2017-08-28 19:42:46 +03:00
Alexander Karpinsky
6b4b1dc3c5
Merge pull request #2694 from uploadcare/packing-tests
...
Packing tests
2017-08-28 19:42:06 +03:00
Alexander
4d56db3a34
Fix wrong formula for subsampling=2 while JPEG saving
2017-08-27 20:03:36 +03:00
Alexander
a78e45c3dc
Merge branch 'packing-tests' into 16-bit-rgb-tiff
2017-08-26 17:17:49 +03:00
neiljp (Neil Pilgrim)
9ec023503d
Image.__eq__: Add isinstance check.
2017-08-24 16:46:12 -07:00
neiljp (Neil Pilgrim)
58df924da6
Image.py: _conv_type_shape: refactor for clarity and type-safety.
2017-08-24 16:46:12 -07:00
neiljp (Neil Pilgrim)
470da1c6de
Image.rotate: Adjust variable use to avoid None & add comment re int/float.
2017-08-24 16:41:07 -07:00
neiljp (Neil Pilgrim)
6f69379fdc
Image.remap_palette: Tweak to improve typing.
2017-08-24 15:41:44 -07:00
neiljp (Neil Pilgrim)
72b3e6819d
Image._dump: Rewrite for clarity and type-safety.
2017-08-24 15:41:44 -07:00
neiljp (Neil Pilgrim)
ab6c60da1c
Image.merge: Rename loop variable for clarity and type-safety.
2017-08-24 15:41:44 -07:00
Alexander
ebb10e8e1a
Fix error in pypy
2017-08-24 01:45:24 +03:00
wiredfool
f5a8ece187
Merge pull request #2254 from uploadcare/resample-roi
...
Region of interest (box) for resampling
2017-08-22 22:35:12 +01:00
Alexander
21d1c4cef5
Merge branch 'master' into 16-bit-rgb-tiff
2017-08-21 22:43:30 +03:00
Alexander
de3f59d0a7
assume
2017-08-21 17:14:33 +03:00
Alexander
6422592196
Support invalid TIFF headers
2017-08-21 17:09:35 +03:00
Alexander
8c64275156
Load 16-bit RGB and RGBA TIFF image
2017-08-21 16:28:29 +03:00
Andrew Murray
ce999ff302
If n_frames is known, then use when determining is_animated
2017-08-18 20:20:27 +10:00
Alexander
b975f9db92
Merge branch 'master' into resample-roi
...
# Conflicts:
# libImaging/Resample.c
2017-08-17 15:43:30 +03:00
wiredfool
e1aba29f9b
Merge pull request #2683 from wiredfool/issue_2044
...
Test/fix for issue #2044
2017-08-17 11:52:07 +01:00
Alexander
e7cdb3718c
Merge branch 'master' into fast-filters
2017-08-17 02:50:18 +03:00
Alexander
9cf8f93c64
Merge branch 'master' into fast-merge
...
# Conflicts:
# _imaging.c
# libImaging/Bands.c
# libImaging/Imaging.h
2017-08-16 22:56:16 +03:00
wiredfool
300dfcf4a4
Test/fix for issue #2044
2017-08-16 11:46:27 -07:00
wiredfool
d3580451e2
Merge pull request #2676 from uploadcare/fast-split
...
Fast split()
2017-08-16 16:10:33 +01:00
wiredfool
c0f0268651
Merge pull request #2667 from vytisb/exif_zerodivision
...
Fix ZeroDivisionError when EXIF contains invalid DPI (0/0).
2017-08-16 15:39:20 +01:00
wiredfool
e2602452f4
Merge pull request #2661 from uploadcare/get-channel
...
New Image.getchannel method
2017-08-16 15:33:54 +01:00
wiredfool
680a7ac43b
Merge branch 'master' into fli
2017-08-16 11:46:55 +01:00
wiredfool
b56d533aea
Merge pull request #2650 from hugovk/fix-fli-seek-load
...
Test animated FLI file
2017-08-16 11:44:35 +01:00
wiredfool
a4e2dfd33e
Merge pull request #2646 from radarhere/sgi
...
Moved SgiImagePlugin save error to before the start of write operations
2017-08-16 11:39:08 +01:00
wiredfool
3967e00bcd
Merge pull request #2641 from hugovk/fix-unexpected-align
...
Fix unexpected keyword argument 'align'
2017-08-16 11:37:12 +01:00
wiredfool
c448db3170
Merge pull request #2640 from hugovk/version-newlines
...
Add newlines to error message for clarity
2017-08-16 11:36:11 +01:00
Andrew Murray
11399b18ce
Moved SgiImagePlugin save error to before the start of write operations
2017-08-13 11:55:37 +10:00
Alexander
b1c1a22401
turn on multiband filters for kernels and gaussian
2017-08-13 00:37:06 +03:00
Alexander
b11bba108e
accept multiband images in filter (noop)
2017-08-13 00:03:50 +03:00
Alexander
91b08b7daa
noop core.merge
2017-08-12 19:08:07 +03:00
Alexander
559836d97d
im.split method
...
ImagingSplit function without implementation
2017-08-12 15:26:00 +03:00
Alexander
e16ab0ad2e
add tests, fix implementation
2017-08-12 14:10:39 +03:00
Alexander
a1e2d42ea0
text fixes
2017-08-12 10:32:42 +03:00
Andrew Murray
25e467a756
Use frame count from FLI header
2017-08-12 12:11:36 +10:00
Alexander
b46b5c4e84
release notes
...
autodocs
fix docstring
note for `Image.split`
2017-08-12 01:24:53 +03:00
Alexander Karpinsky
09a2e1641b
Merge branch 'master' into resample-roi
2017-08-11 19:10:11 +03:00
Vytis Banaitis
7c8e0e4457
Fix ZeroDivisionError when EXIF contains invalid DPI (0/0).
2017-08-09 16:16:14 +03:00
Alexander
1a7cb317be
load image before getting channels
2017-08-09 02:39:53 +03:00
Alexander
349e300d7b
use getchannel where is possible
2017-08-09 02:36:07 +03:00
Alexander
0002e18c74
New Image.getchannel method
2017-08-09 01:58:22 +03:00
Hugo
d039be7cdd
Python 3 division fix
2017-08-04 14:51:02 +03:00
Andrew Murray
1df63eeb1a
Added file pointer save to SpiderImagePlugin
2017-07-29 10:20:13 +10:00
Hugo
90886a4e59
Merge pull request #2632 from wiredfool/issue_2628
...
Fix JPEG DPI when EXIF is invalid
2017-07-25 11:01:29 +03:00
Joe Hultgren
0272dc2736
Add targa version 2 footer
...
Add the footer that is part of the version 2 spec. Some applications don't like images without the footer. Such as perforce's p4merge tool.
2017-07-24 13:49:18 -07:00
Hugo
ff81201971
Fix unexpected keyword argument 'align'
2017-07-23 23:58:05 +03:00
Hugo
96abb60059
Add newlines to error message for clarity
2017-07-23 23:39:40 +03:00
Oliver Tonnhofer
9e7de70bac
Delete transparency info when convert'ing RGB/L to RGBA
...
info['transparency] was not removed when an RGB or L image
was converted to RGBA. This could result in unexpected behavior
when saving the resulting image.
Other image conversions already delete or update the transparency
info. There is a shortcut for RGB/L to RGBA which missed this.
2017-07-18 15:00:09 +02:00
wiredfool
7a8161162f
fix for https://github.com/python-pillow/Pillow/issues/2628#issuecomment-315962612
2017-07-18 00:54:11 -07:00
wiredfool
377bbc781e
Merge pull request #2626 from radarhere/imagedraw
...
Improved ImageDraw documentation
2017-07-16 16:27:47 +01:00
Andrew Murray
9406e8ea81
Corrected alpha_composite args documentation
2017-07-16 17:37:51 +10:00