Riley Lahd
|
85a07bb385
|
Linting changes
|
2019-03-14 14:51:13 -06:00 |
|
Riley Lahd
|
53cfd19a44
|
Check encoder info for disposal mode
|
2019-03-14 14:44:15 -06:00 |
|
Riley Lahd
|
8a36a15ebd
|
Force include colour table for disposal=2 gifs and pad colour table to be valid when flag is set
|
2019-03-14 14:41:10 -06:00 |
|
Riley Lahd
|
c57bfb9a7b
|
Merge branch 'master' of https://github.com/python-pillow/Pillow
|
2019-03-11 08:26:48 -06:00 |
|
Riley Lahd
|
583d731a96
|
Fix line indents for linting
|
2019-03-11 08:02:04 -06:00 |
|
Riley Lahd
|
3b74281a2f
|
Fix line lengths and init background out of loop
|
2019-03-11 07:55:37 -06:00 |
|
Riley Lahd
|
3b1a1fbfd2
|
Create background image for calculating gif deltas
|
2019-03-11 07:41:14 -06:00 |
|
Andrew Murray
|
8ddcc1de52
|
Load EXIF from PNG where eXIf chunk is after first IDAT chunk
|
2019-03-11 21:20:18 +11:00 |
|
Andrew Murray
|
365d5e541a
|
Added EXIF support
|
2019-03-11 21:19:36 +11:00 |
|
Hugo
|
63f31ee380
|
Merge pull request #3699 from glasnt/topic/quantize-dither
Add option to set dither param on quantize
|
2019-03-11 12:18:32 +02:00 |
|
Hugo
|
5da0d5beee
|
Merge pull request #3673 from radarhere/dds
Add reading of DDS uncompressed RGB data
|
2019-03-11 12:04:47 +02:00 |
|
Hugo
|
c88ada1dcd
|
Merge pull request #3672 from radarhere/tiff_tag_type
Corrected length of Tiff BYTE tags
|
2019-03-11 11:59:29 +02:00 |
|
Andrew Murray
|
878244bf38
|
Fixed typo
|
2019-03-11 11:13:39 +11:00 |
|
Katie McLaughlin
|
0b63579f39
|
Add option to set dither param on quantize
Default the option to `1`, as per original setting
|
2019-03-09 10:36:13 +11:00 |
|
Riley Lahd
|
4a2be2af2d
|
Create gif frame delta by subtracting 0x0 image if disposal is mode 2
|
2019-03-08 15:56:31 -07:00 |
|
Riley Lahd
|
1f6d1be7fc
|
Ensure disposal key exists before checking
|
2019-03-08 12:57:53 -07:00 |
|
Riley Lahd
|
ae194096d0
|
Allow correct delta generation for GIFs with disposal 2 (Fixes #3665)
|
2019-03-08 12:48:22 -07:00 |
|
Hugo
|
68adce2dd1
|
Merge pull request #3691 from radarhere/dib
Added DIB saving and loading through Image open
|
2019-03-08 14:56:29 +02:00 |
|
Andrew Murray
|
58e60510e6
|
Merge pull request #3549 from radarhere/mimetype
Improved get_format_mimetype logic
|
2019-03-08 10:06:47 +11:00 |
|
Andrew Murray
|
b29365e8a0
|
Updated list of Unix utilities used to show an image [ci skip]
|
2019-03-07 15:24:27 +11:00 |
|
Hugo
|
2edab165a1
|
Since #2527, macOS saves to a temp PNG before showing
|
2019-03-06 15:57:58 +02:00 |
|
Andrew Murray
|
1bdb5dc917
|
Added DIB saving and loading through Image open
|
2019-03-06 13:59:07 +11:00 |
|
Hugo
|
353d2a34ed
|
Update src/PIL/PpmImagePlugin.py
Co-Authored-By: radarhere <3112309+radarhere@users.noreply.github.com>
|
2019-03-06 00:01:56 +11:00 |
|
Andrew Murray
|
4be51c46eb
|
Added mime types
|
2019-03-04 18:17:12 +11:00 |
|
Hugo
|
571aca6610
|
Merge pull request #3685 from radarhere/file
Renamed file variable
|
2019-03-03 10:15:33 +02:00 |
|
Andrew Murray
|
525eaf7389
|
Renamed file variable
|
2019-03-03 13:02:00 +11:00 |
|
Frédéric Chapoton
|
e514fbbbb1
|
use the already import io
instead of importing again from io (lgtm suggestion)
|
2019-03-02 21:19:57 +01:00 |
|
Jon Dufresne
|
9296e4f3a2
|
Merge multiple isinstance() calls to one
|
2019-03-02 08:24:08 -08:00 |
|
Andrew Murray
|
57807e9ce2
|
Merge pull request #3624 from hugovk/rm-VERSION
Remove deprecated VERSION
|
2019-03-02 11:47:59 +11:00 |
|
Hugo
|
df6d429789
|
Merge pull request #3580 from jdufresne/bytes-warning
Fix 'BytesWarning: Comparison between bytes and string' in PdfDict
|
2019-02-27 23:38:45 +02:00 |
|
Hugo
|
d9f5f44799
|
Merge pull request #3632 from radarhere/thumbnail
Do not resize in Image.thumbnail if already the destination size
|
2019-02-27 23:37:20 +02:00 |
|
Hugo
|
b75210d824
|
Merge pull request #3572 from jdufresne/seek-constants
Replace .seek() magic numbers with io.SEEK_* constants
|
2019-02-27 23:30:27 +02:00 |
|
Hugo
|
2e374cf1ad
|
Merge pull request #3568 from jdufresne/isatty-bool
Make ContainerIO.isatty() return a bool, not int
|
2019-02-27 23:28:51 +02:00 |
|
Hugo
|
2f5f80f47e
|
Merge pull request #3563 from radarhere/transpose
Added support for I;16 modes for more transpose operations
|
2019-02-27 23:22:52 +02:00 |
|
Andrew Murray
|
148d320b40
|
Added reading of uncompressed RGB data
|
2019-02-23 06:44:06 +11:00 |
|
Andrew Murray
|
dd0e4ac0a1
|
Corrected length of Tiff BYTE tags
|
2019-02-22 23:17:26 +11:00 |
|
Hugo
|
d167f9e0bd
|
Merge pull request #3669 from radarhere/typo
Fixed typo
|
2019-02-21 18:24:15 +02:00 |
|
Andrew Murray
|
5d9898b686
|
Merge pull request #3655 from hugovk/deprecate-eol-qt
Deprecate support for PyQt4 and PySide
|
2019-02-21 19:22:34 +11:00 |
|
Hugo
|
cf08e21141
|
Merge pull request #3667 from radarhere/tifftags
Use constants for TIFF tag types
|
2019-02-20 22:29:21 +02:00 |
|
Hugo
|
78b7038a9b
|
Merge pull request #3555 from cgohlke/patch-1
Add TIFF compression codecs: LZMA, Zstd, WebP
|
2019-02-20 11:51:33 +02:00 |
|
Hugo
|
65c55402b9
|
Merge pull request #3537 from radarhere/pickle
Fixed pickling of iTXt class with protocol > 1
|
2019-02-20 11:50:30 +02:00 |
|
Hugo
|
8cd0432e65
|
Merge pull request #3616 from wbadart/master
_util.isPath returns True for pathlib.Path objects
|
2019-02-20 11:48:12 +02:00 |
|
Andrew Murray
|
dbc476255e
|
Fixed typo
|
2019-02-19 19:49:50 +11:00 |
|
Andrew Murray
|
9e52fb0fe4
|
Use constants for tag types
|
2019-02-19 19:45:53 +11:00 |
|
Andrew Murray
|
daa8b51339
|
Merge pull request #3630 from jdufresne/simplify-eq
Slightly simplify Image.__eq__
|
2019-02-16 14:03:48 +11:00 |
|
Hugo
|
3c088db7ba
|
Depreate support for EOL PyQt4 and PySide
|
2019-02-14 22:59:14 +02:00 |
|
Andrew Murray
|
1162b4cf83
|
Do not resize if already the destination size
|
2019-02-13 19:26:37 +11:00 |
|
Hugo
|
4ccdbf25cf
|
Merge pull request #3584 from radarhere/ifd_offset
Seek to IFD offset
|
2019-02-12 18:10:25 +02:00 |
|
Hugo
|
f7134f1c18
|
Merge pull request #3628 from jdufresne/dep-plugin-version
Deprecate PIL.*ImagePlugin.__version__ attributes
|
2019-02-12 15:39:43 +02:00 |
|
Andrew Murray
|
d1df192e81
|
Renamed "file" variable to "fp"
|
2019-02-05 20:30:44 +11:00 |
|