Andrew Murray
baa5143394
Removed methods deprecated in 2.0
2015-09-19 21:06:12 +10:00
Andrew Murray
47366692d9
Removed ImagePalette methods, deprecated in 2.6
2015-09-19 21:06:12 +10:00
Andrew Murray
a3107af63f
Removed ImageFileIO, deprecated since PIL
2015-09-19 21:06:12 +10:00
Andrew Murray
3841a11fb5
Removed ImageFont filename param, deprecated in 2.1
2015-09-19 21:06:12 +10:00
Andrew Murray
3e47ddbeeb
Removed comment that Python 2 behaviour is deprecated
2015-09-19 21:06:11 +10:00
Andrew Murray
94ed100bb2
Removed ImageDraw methods deprecated in PIL 1.1.15
2015-07-13 17:41:26 +10:00
Ömer Kala
1b8b2dbf33
Update Image.py
2015-07-12 17:42:55 +03:00
Alex Clark
67d1541c6f
Merge pull request #1207 from anntzer/logger
...
Use logging instead of print.
2015-07-02 05:22:07 -04:00
Alex Clark
93eb15bec7
Commence 3.0.0.dev0
2015-07-02 05:20:15 -04:00
Alex Clark
80672b61e8
This is 2.9.0
...
Fixes #1174
2015-07-01 14:33:56 -04:00
Alex Clark
0d9d288a60
Merge pull request #1321 from radarhere/handler
...
Rearranged format handler fetching
2015-07-01 14:31:22 -04:00
Andrew Murray
abe25b7191
Rearranged format handler fetching
2015-07-01 09:19:28 +10:00
Andrew Murray
4fbea3e553
Added multiframe GIF test
2015-07-01 09:18:05 +10:00
Alex Clark
445a8c06fc
Bump
2015-06-30 08:04:35 -04:00
Alex Clark
be1df0f33c
Merge pull request #1320 from radarhere/gifmaker
...
Merged gifmaker into GifImagePlugin
2015-06-30 08:00:39 -04:00
Alex Clark
c489150602
Merge pull request #1319 from radarhere/is_animated
...
Added is_animated
2015-06-30 07:59:56 -04:00
Alex Clark
d29c3937ee
Merge pull request #1302 from hugovk/1301_integer_expected
...
DPI should be tuple of ints, not floats
2015-06-30 07:57:28 -04:00
Andrew Murray
2c4fe7281f
Merged gifmaker into GifImagePlugin
2015-06-30 18:02:48 +10:00
Andrew Murray
d20eef450b
Added is_animated
2015-06-30 13:25:00 +10:00
Alex Clark
75be4af068
Merge pull request #1282 from radarhere/eoferror
...
Frame position when seeking past the end of file
2015-06-29 20:16:15 -04:00
Antony Lee
983c4602b5
Also log plugin opening failures.
...
This allows obtaining tracebacks of failures by plugins to open files by
setting the log-level to DEBUG, rather than by having to uncomment the
"traceback.print_exc" lines in Image.open.
2015-06-29 12:39:50 -07:00
Antony Lee
4e754e9c55
Use logging instead of print.
...
cf. #1191 .
Only TiffImagePlugin and OLEFileIO still rely on (their own) DEBUG flag.
I left TiffImagePlugin as it is because I hope #1059 gets merged in
first, and OLEFileIO because it uses its own logic.
Untested, as usual.
2015-06-29 12:39:50 -07:00
Alex Clark
96944e2dd6
Bump
2015-06-29 08:57:55 -04:00
Andrew Murray
46fad0fd63
Fixed typo
2015-06-28 12:03:11 +10:00
Andrew Murray
afa4cadb23
Added width and height properties
2015-06-26 17:20:17 +10:00
hugovk
0564979cf9
Formatting
2015-06-25 23:19:07 +03:00
hugovk
3e6e50476b
DPI should be tuple of ints, not floats
2015-06-25 23:17:21 +03:00
wiredfool
cea766e980
Merge pull request #1217 from radarhere/qt-convert
...
Add functions to convert: Image <-> QImage; Image <-> QPixmap
2015-06-22 11:32:55 -07:00
Andrew Murray
b553ad7a70
Further fixes
2015-06-21 16:33:55 +10:00
Andrew Murray
c644bf9455
Do not import ImageQt until it is requested
2015-06-19 15:55:35 +10:00
Andrew Murray
33d51d4255
Flake8 and health fixes
2015-06-19 15:36:23 +10:00
Andrew Murray
43e2c92802
Removed unused imports
2015-06-19 15:35:56 +10:00
Andrew Murray
1111e9fb35
Fixed frame position when seeking past the end of file
2015-06-19 00:49:18 +10:00
Andrew Murray
77169b2fdb
Moved multiline split character to common functions
2015-06-18 13:21:39 +10:00
Alexander Schier
d626679c23
added support for multiline text drawing
2015-06-18 13:07:00 +10:00
Andrew Murray
fa1c4bffaf
Do not attempt to subclass QImage if Qt is not installed
2015-06-18 11:21:14 +10:00
Andrew Murray
b318595666
Re-added ImageQt class
2015-06-18 11:21:14 +10:00
Roman Inflianskas
2d706d74dc
add functions to convert: Image <-> QImage; Image <-> QPixmap (see #897 )
2015-06-18 11:21:14 +10:00
Andrew Murray
4c02ae4061
Fixed _binary handling in _accept methods
2015-06-18 10:12:12 +10:00
Hugo van Kemenade
c52616464a
Merge pull request #1277 from coldmind/bmp_mime
...
Register MIME type for BMP
2015-06-17 12:46:30 +03:00
wiredfool
d8c1add604
Merge pull request #1218 from radarhere/qt-compatibility
...
Adjusted ImageQt use of unicode() for 2/3 compatibility
2015-06-16 11:58:28 -07:00
wiredfool
9abedaab1d
Merge pull request #1248 from radarhere/health
...
Further health fixes
2015-06-16 11:54:03 -07:00
wiredfool
e567267784
Merge pull request #1230 from hugovk/1229_xbm
...
Identify XBM file created with filename including underscore
2015-06-16 11:51:35 -07:00
wiredfool
30631902d6
Merge pull request #1231 from radarhere/image_palette
...
Copy image when saving in GifImagePlugin
2015-06-16 11:49:41 -07:00
Andriy Sokolovskiy
fe18b039ca
Register MIME type for BMP
2015-06-16 20:33:27 +03:00
Andrew Murray
ecb1cef99b
Added background color index saving to GifImagePlugin
2015-06-11 11:10:05 +10:00
Andrew Murray
42d1aabcc4
Removed interlace flag from GifImagePlugin getdata
2015-06-09 20:21:00 +10:00
Andrew Murray
46f439604c
Added tests
2015-06-08 01:02:43 +10:00
Andrew Murray
0c51b7967e
Fixed seek bug in FliImagePlugin
2015-06-08 01:02:35 +10:00
Antony Lee
3ad70423ad
Fix typo in FliImagePlugin (seek -> _seek).
2015-06-08 00:40:23 +10:00