wiredfool
|
4a90e8f75b
|
Merge pull request #2024 from uploadcare/fix-empty-exif-tags
Skip empty values in ImageFileDirectory
|
2016-09-29 08:24:44 -07:00 |
|
wiredfool
|
d906b08849
|
Update CHANGES.rst
|
2016-09-29 16:20:57 +01:00 |
|
wiredfool
|
0902120f09
|
Merge pull request #2139 from SemanticsOS/lambdafu/multipage-tiff-palette
Force reloading palette when using mmap in ImageFile.
|
2016-09-29 08:20:25 -07:00 |
|
Marcus Brinkmann
|
92c7337df0
|
Add TIFF save_all writer.
|
2016-09-29 17:05:33 +02:00 |
|
Marcus Brinkmann
|
c74e45e87c
|
Force reloading palette when using mmap in ImageFile.
|
2016-09-29 14:54:25 +02:00 |
|
wiredfool
|
8f49022ac5
|
Update CHANGES.rst [ci skip]
|
2016-09-29 05:51:38 -07:00 |
|
wiredfool
|
cbc94cdf62
|
Merge pull request #2136 from timgraham/escape-sequences
Fix "invalid escape sequence" warning in Python 3.6
|
2016-09-29 05:50:34 -07:00 |
|
wiredfool
|
24e6c7e1f6
|
Update CHANGES.rst
|
2016-09-29 05:42:13 -07:00 |
|
wiredfool
|
e0b153364b
|
Merge pull request #2137 from radarhere/docs
Documentation notes
|
2016-09-29 05:40:55 -07:00 |
|
Andrew Murray
|
3e99ef8a43
|
Added import to docs [ci skip]
|
2016-09-29 20:11:38 +10:00 |
|
Andrew Murray
|
5c0580adc2
|
Added note to docs regarding draft mode formats [ci skip]
|
2016-09-29 20:11:19 +10:00 |
|
Andrew Murray
|
f51595546a
|
Updated PCD description in docs [ci skip]
|
2016-09-29 20:10:58 +10:00 |
|
Tim Graham
|
0c66b80a95
|
Fix "invalid escape sequence" warning in Python 3.6
http://bugs.python.org/issue27364
|
2016-09-27 19:26:57 -04:00 |
|
Hugo
|
0a0fe292ec
|
Merge pull request #2134 from madphysicist/patch-1
Typo in doc
|
2016-09-27 20:08:45 +03:00 |
|
Hugo
|
351e5fe8b4
|
Merge pull request #2135 from madphysicist/patch-2
Missing backtick
|
2016-09-27 20:07:50 +03:00 |
|
Joseph Fox-Rabinovitz
|
c4b9927b0a
|
Missing backtick
[ci skip]
|
2016-09-27 12:46:19 -04:00 |
|
Joseph Fox-Rabinovitz
|
dcad278865
|
Typo in doc
|
2016-09-27 12:42:18 -04:00 |
|
wiredfool
|
bc66e2b34a
|
py3 fix
|
2016-09-26 15:15:43 -07:00 |
|
wiredfool
|
1d068b6e0a
|
Check type of items passed into to ImageCms.ImageCmsProfile, fixes #2037
|
2016-09-26 14:56:00 -07:00 |
|
wiredfool
|
a51d3bcdba
|
Speed up Gif save optimization step: don't do it as often and do it in C. Fixes #2093
|
2016-09-26 14:51:28 -07:00 |
|
wiredfool
|
4129c6e0eb
|
Updated Changes.rst [ci skip]
|
2016-09-26 14:29:18 +01:00 |
|
wiredfool
|
2401150ce9
|
Merge pull request #2129 from radarhere/truth
Use truth value when checking for optimize option on save
|
2016-09-26 14:28:23 +01:00 |
|
Hugo
|
2178da8ec2
|
Update CHANGES.rst [CI skip]
|
2016-09-26 13:48:05 +03:00 |
|
Hugo
|
8bdac29b50
|
Merge pull request #2130 from radarhere/macos
Renamed reference to OS X to macOS
|
2016-09-26 13:46:08 +03:00 |
|
Andrew Murray
|
6c59119dcb
|
Renamed reference to OS X to macOS
|
2016-09-26 19:04:11 +10:00 |
|
Andrew Murray
|
4c6b12df00
|
Updated documentation
|
2016-09-25 21:22:38 +10:00 |
|
Andrew Murray
|
d3d29ab2e3
|
Use truth value when checking for optimize option on save
|
2016-09-25 21:20:54 +10:00 |
|
wiredfool
|
508763aa25
|
Update CHANGES.rst [ci skip]
|
2016-09-25 09:37:08 +01:00 |
|
wiredfool
|
324a91a25c
|
Merge pull request #2021 from radarhere/doc-warnings
Converted documentation parameter format, comments to docstrings.
|
2016-09-25 09:34:12 +01:00 |
|
wiredfool
|
21d1fd6be0
|
Merge pull request #2125 from radarhere/macos
Renamed references to OS X to macOS
|
2016-09-25 09:31:01 +01:00 |
|
wiredfool
|
a1ee6f0eb7
|
Merge pull request #2128 from radarhere/typo
Fixed typo
|
2016-09-25 09:29:51 +01:00 |
|
Andrew Murray
|
ea3be60c03
|
Converted documentation
|
2016-09-24 19:10:46 +10:00 |
|
Andrew Murray
|
b56cb2bae3
|
Fixed typo
|
2016-09-24 11:49:32 +10:00 |
|
wiredfool
|
54520b10ac
|
Merge pull request #2127 from radarhere/imagefile
Removed outdated comment
|
2016-09-23 15:42:15 +01:00 |
|
wiredfool
|
d2840b0336
|
Updated Changes.rst [ci skip]
|
2016-09-23 15:41:43 +01:00 |
|
wiredfool
|
a490b66335
|
Merge pull request #2115 from radarhere/progressive
Read value when checking for JPEG progressive key
|
2016-09-23 15:40:08 +01:00 |
|
wiredfool
|
ac9f0403d9
|
Merge pull request #2126 from radarhere/docs
Added release notes and improved documentation for append_images
|
2016-09-23 15:27:18 +01:00 |
|
Andrew Murray
|
ba0e26ae84
|
Removed outdated comment
|
2016-09-24 00:18:31 +10:00 |
|
Andrew Murray
|
9a54442303
|
Added release notes and improved documentation for append_images [ci skip]
|
2016-09-23 22:00:31 +10:00 |
|
Andrew Murray
|
b58f76dc4f
|
Renamed references to OS X to macOS
|
2016-09-23 21:12:03 +10:00 |
|
Andrew Murray
|
de6158f5f1
|
Read value when checking for JPEG progressive key
|
2016-09-23 20:32:21 +10:00 |
|
wiredfool
|
e5fd6d519e
|
Updated Changes.rst [ci skip]
|
2016-09-22 11:01:42 +01:00 |
|
wiredfool
|
9415fb7e3c
|
Merge pull request #2102 from radarhere/dpi
Convert DPI to ints when saving as JPEG
|
2016-09-22 11:00:41 +01:00 |
|
Andrew Murray
|
051a410859
|
Convert DPI to ints when saving as JPEG
|
2016-09-22 19:41:32 +10:00 |
|
wiredfool
|
50ab008c91
|
Updated Changes.rst [ci skip]
|
2016-09-22 10:22:06 +01:00 |
|
wiredfool
|
25797b2baa
|
Merge pull request #2103 from radarhere/append_images
Added append_images parameter to GIF saving
|
2016-09-22 10:21:31 +01:00 |
|
wiredfool
|
4b6c728971
|
Updated Changes.rst [ci skip]
|
2016-09-22 10:13:02 +01:00 |
|
wiredfool
|
69ee1e35b8
|
Merge pull request #2015 from uploadcare/paste-speedup
Speedup paste with masks up to 80%
|
2016-09-22 10:10:56 +01:00 |
|
wiredfool
|
9c4c16df75
|
Merge pull request #2068 from Mischanix/dxtc
Move DDS decoders to C, add DXT3, BC7 Decoders
|
2016-09-22 10:04:23 +01:00 |
|
wiredfool
|
97ddacb29b
|
Merge pull request #2070 from arjennienhuis/pyargparselonglong
Fix PyArg_ParseTuple format in getink()
|
2016-09-22 09:26:13 +01:00 |
|