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 |
|
Antony Lee
|
51f3560dc4
|
Restore negative seeks for TIFF.
|
2015-06-08 00:40:23 +10:00 |
|
Antony Lee
|
1b80fe5507
|
Provide n_frames attribute to multi-frame formats.
cf #1190, #1192. Tests missing.
|
2015-06-08 00:40:23 +10:00 |
|
Andrew Murray
|
ed2cca1e71
|
Fixed Tiff handling of bad EXIF data
|
2015-06-07 00:09:54 +10:00 |
|
Hugo
|
b816c048ad
|
Merge pull request #1172 from radarhere/gif
Added duration and loop set to GifImagePlugin
|
2015-06-04 13:07:58 +03:00 |
|
Andrew Murray
|
77e2878734
|
Fixed redefining built-ins
|
2015-06-02 00:09:18 +10:00 |
|
Andrew Murray
|
26bcc443d1
|
Specified exception types
|
2015-05-30 09:18:27 +10:00 |
|
Hugo
|
022cebd723
|
Merge pull request #1232 from wiredfool/ico-bigendian
Ico files are little endian, ref #1204
|
2015-05-29 18:28:59 +03:00 |
|
Hugo
|
4aba749c3c
|
Merge pull request #1245 from radarhere/patch-1
Fixed various typos
|
2015-05-29 08:28:39 +03:00 |
|
Hugo
|
af6bf89096
|
Merge pull request #1226 from radarhere/olefileio_upgrade
OleFileIO Upgrade
|
2015-05-29 08:09:42 +03:00 |
|
Andrew Murray
|
a996033079
|
Fixed various typos
|
2015-05-29 14:59:54 +10:00 |
|
Andrew Murray
|
a662a94316
|
Updated i16 and i32 to be in sync with _binary
|
2015-05-28 23:11:51 +10:00 |
|
Andrew Murray
|
cfedc8093c
|
Fixed typo
|
2015-05-28 22:34:45 +10:00 |
|
Andrew Murray
|
29a3de6ccc
|
Doc cleanup from wiredfool
|
2015-05-28 22:34:38 +10:00 |
|
Andrew Murray
|
1b98b76bcf
|
Flake8 fixes
|
2015-05-28 22:34:23 +10:00 |
|
Andrew Murray
|
1208fe89cd
|
Renamed _raise_defect to avoid protected member warnings
|
2015-05-28 22:15:53 +10:00 |
|
Andrew Murray
|
f55f2d13cb
|
Various health fixes
|
2015-05-28 22:15:52 +10:00 |
|
Andrew Murray
|
b213f63c59
|
Removed pre-Python 2.3 workaround
|
2015-05-28 22:15:52 +10:00 |
|
Andrew Murray
|
0999ec95a0
|
Fixed typo in ImageEnhance.py
|
2015-05-28 17:20:33 +10:00 |
|
Hugo
|
b350a2ac95
|
Merge pull request #1239 from juztin/master
Setting transparency value to 0 when the tRNS contains only null byte(s)
|
2015-05-27 22:37:29 +03:00 |
|
Hugo
|
06c8d715f2
|
Merge pull request #1233 from radarhere/features
Separated out feature checking from selftest
|
2015-05-27 14:39:00 +03:00 |
|
Hugo
|
394b245a39
|
Merge pull request #1240 from radarhere/future
Correct future print imports
|
2015-05-27 14:37:38 +03:00 |
|
Andrew Murray
|
3c7e37d2d7
|
Replaced old-style classes
|
2015-05-27 00:07:21 +10:00 |
|
Andrew Murray
|
4e2de9d9ed
|
Added missing future print imports and removed unnecessary imports
|
2015-05-23 20:28:41 +10:00 |
|
Justin Wilson
|
e317a729f3
|
Setting transparency value to 0 when the tRNS contains only null byte(s)
|
2015-05-22 16:37:50 -06:00 |
|
Andrew Murray
|
98fa49ea37
|
Changed module and codec names
|
2015-05-14 20:57:01 +10:00 |
|
Andrew Murray
|
799e8312cb
|
Separated out feature checking from selftest
|
2015-05-14 19:43:28 +10:00 |
|
Andrew Murray
|
b1e8a68df8
|
When copying Image, copy ImagePalette as well
|
2015-05-14 09:57:56 +10:00 |
|
Eric Soroos
|
93461e6faa
|
Ico files are little endian, ref #1204
|
2015-05-13 03:05:45 -07:00 |
|
Andrew Murray
|
ca89d431ba
|
To avoid modifications, copy image when saving in GifImagePlugin
|
2015-05-13 16:39:25 +10:00 |
|
hugovk
|
98a8085d6c
|
Header width/height may have multiple underscores: file_name_width
|
2015-05-12 12:49:43 +03:00 |
|
Andrew Murray
|
1dd3bef615
|
Upgraded OleFileIO to 0.42b
|
2015-05-10 23:55:33 +10:00 |
|
Andrew Murray
|
dbd3415709
|
Removed pre-Python 2.3 workaround
|
2015-05-08 21:37:05 +10:00 |
|
Andrew Murray
|
9e00c77884
|
Fixed variable name in JpegImagePlugin
|
2015-05-08 14:28:49 +10:00 |
|
Andrew Murray
|
3d52e797f8
|
Adjusted ImageQt use of unicode() for 2/3 compatibility
|
2015-05-07 21:47:08 +10:00 |
|
Hugo
|
f21b45c976
|
Merge pull request #1184 from darkfeline/add-doc
Clarify docstring about mask values [ci skip]
|
2015-05-05 19:29:04 +03:00 |
|