Commit Graph

6503 Commits

Author SHA1 Message Date
Jason Douglas
cd12a48fe0 - Support non-alpha modes with WebPAnimDecoder
- Support writing metadata chunks with WebPAnimEncoder
- Add XMP metadata support to legacy WebPEncode wrapper
- Cleanup unused mux code in legacy WebPDecode wrapper
- Fix some bugs present when compiled without WebP Mux support
- Fix conversion from L/P/PA modes when saving WebP files
- Update existing tests, and add new ones for WebP animation and metadata support
2017-09-26 20:27:40 -07:00
Jason Douglas
482d803717 Add support for reading animated WebP files 2017-09-26 02:58:54 -07:00
Jason Douglas
6e4766155d Add support for writing animated webp files 2017-09-25 18:53:31 -07:00
wiredfool
04c96f6030 Update CHANGES.rst [ci skip] 2017-09-22 16:02:44 +01:00
wiredfool
b8d6fd57fa Merge pull request #1860 from radarhere/register_extensions
Added register_extensions method
2017-09-22 15:59:04 +01:00
wiredfool
6198422383 Merge pull request #2748 from wiredfool/i16s
Fix TIFF support for I;16S, I;16BS, and I;32BS rawmodes
2017-09-22 15:57:56 +01:00
wiredfool
2fa09fe0e0 Merge pull request #2752 from radarhere/docs
Corrected docs syntax
2017-09-22 15:57:18 +01:00
Andrew Murray
7e980d4897 Corrected docs syntax 2017-09-22 20:29:20 +10:00
wiredfool
180342400a Merge pull request #2750 from wiredfool/docs
Install/Release notes update
2017-09-20 13:58:23 +01:00
Eric Soroos
6e2010e7fd speling 2017-09-20 11:17:46 +00:00
Eric Soroos
8172fa710b Updated release notes 2017-09-20 10:54:59 +00:00
Eric Soroos
dc327121f1 formatting 2017-09-20 10:49:47 +00:00
Eric Soroos
ba101e4e62 Fix docstring error 2017-09-20 10:49:14 +00:00
Eric Soroos
505eb799ba fixed doc formatting error 2017-09-20 10:47:35 +00:00
Eric Soroos
997e108946 Deprecated easy_install in instructions 2017-09-20 10:09:15 +00:00
Eric Soroos
0c248c68f2 platform changes 2017-09-20 10:08:53 +00:00
Eric Soroos
a89c4e455d Target mode is I, check pixels 2017-09-20 09:26:40 +00:00
Eric Soroos
60cbe9fe44 I;16(B)S and I;32BS aren't modes, they're rawmodes 2017-09-20 09:26:14 +00:00
Andrew Murray
4087479464 Added test image 2017-09-20 09:04:48 +00:00
wiredfool
fd67647901 Updage CHANGES.rst [ci skip] 2017-09-20 09:58:01 +01:00
wiredfool
2479019241 Merge pull request #2746 from wiredfool/msys2
Changes to cleanly compile on windows/msys2
2017-09-20 09:57:29 +01:00
Eric Soroos
5c77fbb29f test mingw 2017-09-19 21:19:18 +00:00
Eric Soroos
973787e240 flags to fix building on mingw 2017-09-19 21:19:03 +00:00
Alexander Karpinsky
e11b47858c Merge pull request #2737 from uploadcare/imaging-copy-palette-info
Rename ImagingCopyInfo to ImagingCopyPalette
2017-09-19 21:43:37 +03:00
Alexander
ecfc10d002 oops 2017-09-19 21:01:34 +03:00
Alexander
bca70a743d Merge branch 'master' into imaging-copy-palette-info 2017-09-19 20:51:52 +03:00
Alexander
bda6d1e588 rename ImagingCopyPaletteInfo to ImagingCopyPalette 2017-09-19 20:42:13 +03:00
wiredfool
bbf1c3a52c Updage CHANGES.rst [ci skip] 2017-09-19 14:27:25 +01:00
wiredfool
a0ce5740d5 Merge pull request #2719 from wiredfool/issue_2278
Fixes for Issues #2278 and #2006, value error in exif/tiff ifd
2017-09-19 14:26:29 +01:00
Eric Soroos
c12b9fb4dc added test for metadata count warning 2017-09-19 10:35:14 +00:00
wiredfool
e5513804a3 Merge pull request #2709 from uploadcare/alpha-composite-box
Alpha composite fixes
2017-09-19 11:13:19 +01:00
wiredfool
bcdc23c3ba Update CHANGES.rst [ci skip] 2017-09-19 11:12:57 +01:00
wiredfool
c786213b09 Merge pull request #2291 from asergi/pathlib2
Use pathlib2 for Path objects on Python < 3.4
2017-09-19 11:11:35 +01:00
wiredfool
03e5c63398 Updage CHANGES.rst [ci skip] 2017-09-19 11:09:55 +01:00
wiredfool
6f8d8bb4f3 Merge pull request #2740 from uploadcare/less-unsafe_ptrs
Export only required properties in unsafe_ptrs
2017-09-19 11:08:29 +01:00
wiredfool
7541755aa5 Merge pull request #2730 from uploadcare/fast-geometry
Faster Transposition
2017-09-19 10:58:47 +01:00
wiredfool
9f787f6e3d Merge pull request #2735 from uploadcare/deprecate-some-ops
Deprecate ImageOps undocumented functions
2017-09-19 10:46:22 +01:00
wiredfool
4dcfd969ee Merge pull request #2741 from radarhere/freetype
Updated freetype to 2.8.1
2017-09-19 10:41:40 +01:00
wiredfool
f3867f99f8 Merge pull request #2742 from radarhere/player
Fixed bug where player script was skipping the first image
2017-09-19 10:40:36 +01:00
Andrew Murray
269b50e7a8 Fixed bug where player script was skipping the first image 2017-09-17 13:36:32 +10:00
Andrew Murray
3852df109c Updated freetype to 2.8.1 2017-09-17 11:44:39 +10:00
Alexander
a6ed03c475 Export only required properties in unsafe_ptrs 2017-09-16 21:52:28 +03:00
Alexander Karpinsky
574a8e4793 Merge pull request #2739 from uploadcare/convert-tabs-to-spaces
Fix indention in Imaging.h
2017-09-16 21:26:50 +03:00
Alexander
763df3d90b Convert tabs to spaces in Imaging.h 2017-09-16 20:46:09 +03:00
Alexander
60f44c83df Add to release notes 2017-09-15 00:55:19 +03:00
Alexander
f6a05fd22c Rename ImagingCopyInfo to ImagingCopyPaletteInfo 2017-09-15 00:33:04 +03:00
Alexander
e3954aa4ea remove unnecessary ImagingCopyInfos 2017-09-15 00:30:49 +03:00
wiredfool
3d22e52a37 Release notes for metadata changes 2017-09-14 20:16:14 +01:00
Eric Soroos
56e490fe7c Test for issue #2278 2017-09-14 20:05:13 +01:00
Eric Soroos
843f8b2a6b Test for ImageJMetaDataByteCounts, #2006 2017-09-14 20:05:13 +01:00