Commit Graph

1838 Commits

Author SHA1 Message Date
wiredfool
e9a115ff46
Merge pull request #2753 from wiredfool/dynamic-raqm
Dynamically link libraqm
2017-12-28 14:24:32 +00:00
wiredfool
49bd3232e5
Merge pull request #2899 from wiredfool/pr_2882
Run all compressed tiffs through libtiff
2017-12-27 20:39:51 +00:00
wiredfool
eab851c61b semicolons 2017-12-27 15:33:30 +00:00
wiredfool
ff13d184d8
Merge pull request #2902 from wiredfool/pr_2388
Add disposal option when saving GIFs
2017-12-27 12:15:00 +00:00
wiredfool
bbe8076d67
Merge pull request #2903 from radarhere/eps
Allow for an empty line in EPS header data
2017-12-27 12:13:54 +00:00
wiredfool
bd5f99f19d
Merge pull request #2898 from wiredfool/pr_2790
Add support for sRGB and cHRM chunks, permit sRGB when no iCCP chunk
2017-12-27 12:12:57 +00:00
Andrew Murray
e107ed6fcf Allow for an empty line in EPS header data 2017-12-24 21:12:48 +11:00
wiredfool
378f74672c Added per-frame disposal, tests 2017-12-21 22:26:58 +00:00
linnil1
364a7b895e Thanks @wiredfool sugguest for disposal 2017-12-21 22:06:59 +00:00
linnil1
4d8d59534f Add disposal option 2017-12-21 22:06:59 +00:00
wiredfool
97ee3dd12b
Merge pull request #2583 from wiredfool/decompression_bomb_error
Decompression bomb error
2017-12-20 20:31:38 +00:00
Eric Soroos
a4b7a6d215 Dynamically load libraqm, now an optional runtime dependency 2017-12-20 15:37:37 +00:00
Eric Soroos
4b3bdcd9df removing internal tiff_lzw support (buggy) 2017-12-20 14:40:58 +00:00
Eric Soroos
cbcb51c524 removing internal tiff jpeg decompression support (buggy) 2017-12-20 14:40:58 +00:00
Eric Soroos
768668c1d7 Added RGB*;16N Unpackers 2017-12-20 13:53:14 +00:00
Eric Soroos
27bc13df7b typos 2017-12-20 12:34:42 +00:00
Eric Soroos
4877552581 Read all compressed files through libtiff. 2017-12-20 11:55:40 +00:00
Tomasz Jezierski
ca0be9ca87 Add value in TiffImagePlugin in compression list 2017-12-20 11:54:26 +00:00
Eric Soroos
e5ff9db407 typo 2017-12-20 11:46:01 +00:00
Eric Soroos
25d961238c Added sRGB and cHRM chunks to PngInfo, added tests for #2782 2017-12-20 11:35:11 +00:00
Roland Netzsch
1cf2deba3b Fix #2782 2017-12-20 11:31:23 +00:00
wiredfool
d42b57cf1e
Merge pull request #2873 from radarhere/debugging
Removed debugging code
2017-12-19 15:52:49 +00:00
wiredfool
09c8b06f4c
Merge pull request #2890 from jdufresne/add-text-bool
Make PngImagePlugin.add_text() zip argument type bool
2017-12-19 15:50:01 +00:00
Jon Dufresne
c5a0d72c10 Remove unnecessary bool() calls throughout project
Can use truthy values in boolean expressions without first coercing to a
bool. Removes unnecessary call to bool().
2017-12-16 09:34:12 -08:00
Jon Dufresne
8844e2dd71 Make PngImagePlugin.add_text() zip argument type bool
Always used as a bool, but was previously defined as 0/1. Use modern
idiomatic Python by using the bool type for bool arguments.
2017-12-16 09:13:45 -08:00
wiredfool
9ed4ea9e47
Merge pull request #2883 from uploadcare/tiff-wrong-bitspersample
Fix count of BITSPERSAMPLE items in broken TIFF files
2017-12-09 14:32:47 +00:00
wiredfool
588944c4a8
Merge pull request #2852 from wiredfool/issue_2837
Fillcolor parameter for Transform
2017-12-09 14:15:41 +00:00
Alexander
f0ae36080c fix comments 2017-12-08 15:37:21 +03:00
Alexander
c4cd036dd8 Fix count of BITSPERSAMPLE items in broken TIFF files 2017-12-07 18:43:22 +03:00
wiredfool
3438273971
Merge pull request #2861 from robin-norwood/fix-imagefont-docs
Update docs to reflect that font can be loaded from a stream, not jus…
2017-11-25 10:54:15 +00:00
Andrew Murray
f6e4997919 Removed debugging code 2017-11-24 21:34:58 +11:00
Hugo
09f3fbe9b4
Reorder/refactor for consistency 2017-11-22 12:13:13 +02:00
Robin Norwood
e3e6da5e35 Change wording from 'stream' to 'file-like object. 2017-11-20 09:00:23 -06:00
NafisFaysal
3a1f532acf add eog support for Ubuntu Image Viewer 2017-11-19 02:08:46 +06:00
NafisFaysal
2bb78e54f3 add eog support for Ubuntu Image Viewer 2017-11-19 02:00:57 +06:00
NafisFaysal
929d165d8d add eog support for Ubuntu Image Viewer 2017-11-18 21:25:58 +06:00
Robin Norwood
8293fe0aa7 Update docs to reflect that font can be loaded from a stream, not just by filename 2017-11-17 12:41:05 -06:00
wiredfool
68b960ca2f Use different parameter than the existing interface 2017-11-13 10:02:13 +00:00
wiredfool
dce04b680b Pass in fill color to transform. 2017-11-11 16:47:31 +00:00
Andrew Murray
04d9ce29a9 Changed TIFF saving to use single frame save if given a single frame image and an empty generator 2017-11-06 20:11:29 +11:00
Andrew Murray
bfaa0a1f07 Added support for generators when using append_images for WEBP 2017-11-06 20:06:50 +11:00
Hugo
abe1975e00 Replace PIL.OleFileIO warning with descriptive ImportError 2017-11-05 19:25:52 +02:00
wiredfool
a3a9faf3a2
Merge pull request #2761 from monolithlabs/animated_webp
Add support for animated WebP files
2017-11-05 15:34:50 +00:00
wiredfool
52079cb297
Merge pull request #2805 from ixio/fix-#2804
Fix #2804: sets encoderinfo for images when saving multi-page PDF
2017-11-05 15:18:22 +00:00
wiredfool
dbe043a9c5
Merge pull request #2831 from wiredfool/pr_2820
PPM: Use fixed list of whitespace, rather relying on locale
2017-11-05 15:00:28 +00:00
Andrew Murray
bc255c97ff Added support for generators when using append_images 2017-11-04 10:46:15 +11:00
Eric Soroos
2f04ee5e48 whitespace tuple 2017-11-02 21:32:33 +00:00
markmiscavage
fb19834d21 fix for #272 on SmartOS. Stripping whitespace from string.whitespace. 2017-10-31 09:31:02 -07:00
Ixio
5dfe5f0fa6 Fix #2804 : sets encoderinfo for images when saving multi-page PDF 2017-10-19 13:30:34 +02:00
wiredfool
7d8c0d9e39 Merge pull request #2793 from radarhere/contextmanager
Added context manager support
2017-10-14 14:08:39 +01:00