Andrew Murray
|
f61828acdc
|
Promote P images to PA in putalpha
|
2019-03-19 11:13:58 +11:00 |
|
Hugo
|
b8ea8814f0
|
Merge pull request #3683 from radarhere/exclusive
Only close original fp in __del__ and __exit__ if original fp is exclusive
|
2019-03-18 20:37:21 +02:00 |
|
Andrew Murray
|
9bdab56689
|
Replaced hasattr conditions with getattr and default
|
2019-03-18 09:15:37 +11:00 |
|
Andrew Murray
|
fa8ecffff2
|
Corrected seek documentation
|
2019-03-17 00:00:10 +11:00 |
|
Andrew Murray
|
406d1d4b9a
|
Merge pull request #3551 from hugovk/rm-quanthash-destroy-funcs
Remove unused C hashtable functions
|
2019-03-16 21:48:49 +11:00 |
|
Hugo
|
87ddd07359
|
Merge pull request #3717 from radarhere/ico_condition
Removed condition that was always true
|
2019-03-16 12:04:11 +02:00 |
|
Andrew Murray
|
3749a55234
|
Removed condition that was always true
|
2019-03-15 10:46:34 +11:00 |
|
Andrew Murray
|
0ad09f7386
|
Merge branch 'master' into mime-types
|
2019-03-15 07:06:59 +11:00 |
|
Hugo
|
e3eac00b1f
|
Merge pull request #3566 from radarhere/i16
Added I;16 PNG save
|
2019-03-12 12:25:53 +02:00 |
|
Hugo
|
b3587f0fb7
|
Merge pull request #3705 from radarhere/bmp
Add support for BMP RGBA bitfield compression
|
2019-03-12 11:36:04 +02:00 |
|
Andrew Murray
|
ce9dd67540
|
Added I;16 PNG save
|
2019-03-12 17:28:42 +11:00 |
|
Ben Yang
|
8bd4bbb808
|
implemented language parameter for multiline ImageDraw methods, updated release notes
|
2019-03-11 20:21:52 -07:00 |
|
Ben Yang
|
d5bbf01254
|
moved 'language' parameter to last parameter in relevant functions
|
2019-03-11 18:56:22 -07:00 |
|
Ben Yang
|
c174c90ac1
|
fixed for python2
|
2019-03-11 18:56:22 -07:00 |
|
Ben Yang
|
1a075bed52
|
added language parameter to ImageFont.FreeTypeFont.getmask()
|
2019-03-11 18:56:22 -07:00 |
|
Ben Yang
|
8624efd283
|
added ability to set language for text rendering
|
2019-03-11 18:55:46 -07:00 |
|
Andrew Murray
|
22b0110f89
|
Only close original fp in __del__ and __exit__ if original fp is exclusive
|
2019-03-12 08:54:43 +11:00 |
|
Hugo
|
125a001b66
|
Merge pull request #3698 from radarhere/context
Only close exclusive fp on Image __exit__
|
2019-03-11 21:41:44 +02:00 |
|
Hugo
|
77d1c609f3
|
Merge pull request #3635 from radarhere/eps
Changed EPS subprocess stdout from devnull to None
|
2019-03-11 21:15:18 +02:00 |
|
Konstantin Kopachev
|
28c6f555a2
|
Merge remote-tracking branch 'remotes/upstream/master' into tiff-old-jpeg
|
2019-03-11 10:38:02 -07: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 |
|
Andrew Murray
|
5277eec027
|
Added support for RGBA bitfield compression
|
2019-03-09 11:11:32 +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 |
|
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
|
b1cc7df7ba
|
Only close exclusive fp on Image __exit__
|
2019-03-06 21:55:32 +11:00 |
|
Andrew Murray
|
1bdb5dc917
|
Added DIB saving and loading through Image open
|
2019-03-06 13:59:07 +11:00 |
|
Andrew Murray
|
319d6f2af9
|
Restored newline at end of file
|
2019-03-06 08:06:19 +11:00 |
|
Andrew Murray
|
7d3b8e8cea
|
Merge branch 'master' into mime-types
|
2019-03-06 07:08:00 +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 |
|
pirate486743186
|
1d63703c54
|
removing dib extension
|
2019-03-04 15:05:14 +01:00 |
|
Andrew Murray
|
4be51c46eb
|
Added mime types
|
2019-03-04 18:17:12 +11:00 |
|
pirate486743186
|
a62c825922
|
adding some missing mime types and extensions
for reference
https://en.wikipedia.org/wiki/BMP_file_format
https://en.wikipedia.org/wiki/ICO_(file_format)
https://en.wikipedia.org/wiki/Pcx
https://en.wikipedia.org/wiki/Netpbm_format
https://en.wikipedia.org/wiki/.tga
|
2019-03-04 15:44:39 +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 |
|