Commit Graph

7013 Commits

Author SHA1 Message Date
Eric Soroos
0bbfb3b290 Typing: Image.frombuffer 2018-01-05 14:32:39 +00:00
Eric Soroos
18f5f2c21b Typing: Image.frombytes 2018-01-05 14:32:39 +00:00
Eric Soroos
95cf0a6e9f Typing: additional imports 2018-01-05 12:51:44 +00:00
Eric Soroos
a5c66e456b Typing: Image.transform 2018-01-05 12:46:30 +00:00
Eric Soroos
404d6f31c7 Whitespace 2018-01-05 12:38:54 +00:00
Eric Soroos
e220e00386 Typing: Image.getchannel 2018-01-05 12:36:52 +00:00
Eric Soroos
4b47177634 Typing: Image.save 2018-01-05 10:58:04 +00:00
Eric Soroos
864e953136 Typing: Image.transform 2018-01-05 10:42:31 +00:00
Eric Soroos
83124c5ca8 Typing: resize -- ignore tuple manipulations 2018-01-05 10:34:41 +00:00
Eric Soroos
3ee774ede0 Typing: Ignore py2/py3 differences 2018-01-05 10:34:31 +00:00
Eric Soroos
02e10805e0 Typing: Image.putalpha 2018-01-05 10:34:31 +00:00
Eric Soroos
42086c3a35 Typing: Image.alphacomposite 2018-01-05 10:08:35 +00:00
Eric Soroos
1f1b90f513 Ignore that which mypy gets wrong 2018-01-04 14:18:07 +00:00
Eric Soroos
6e45d8d577 Typing: UNDONE-- Mostly complete paste with working type annotations 2018-01-04 14:09:13 +00:00
Eric Soroos
a0bdadf012 Typing: Clarify that this is a single band extrema 2018-01-04 12:10:29 +00:00
Eric Soroos
bebece4672 Typing: relaxed type for MultiChannelExtrema
This allows for the existence of (currently not implemented)
multichannel floating point images
2018-01-04 11:58:39 +00:00
Eric Soroos
13e1902d5c Tabs->spaces 2018-01-04 11:50:14 +00:00
Eric Soroos
4d06d70613 Typing: Additional extrema types 2018-01-04 11:49:53 +00:00
Eric Soroos
2ce902a7f6 Typing: Image.getextrema 2018-01-03 12:33:49 +00:00
Eric Soroos
9a0c10e10a Typing: Image.getcolors 2018-01-03 12:11:33 +00:00
Eric Soroos
00fef4b5f5 Typing: ImageFilter Image.filter.
Also renamed filter parameter to not shadow builtin
2018-01-03 12:02:55 +00:00
Eric Soroos
6e79536e09 Typing: quantize 2018-01-03 11:45:04 +00:00
Eric Soroos
4aaa3cb171 Added mypy cache to gitignore 2018-01-03 11:43:58 +00:00
Eric Soroos
3697f87be1 Typing: *args to _getencoder, _getdecoder, tobytes, frombytes 2018-01-03 11:38:28 +00:00
Eric Soroos
a0666ccb7c Typing: __array_interface__ 2018-01-03 11:27:03 +00:00
Eric Soroos
e33706bc33 Typing, return required 2018-01-03 11:17:53 +00:00
Eric Soroos
90a7414e06 Fix PyAccess type error 2018-01-03 11:10:51 +00:00
Eric Soroos
f55c6eb23f Type tags for TiffTags 2018-01-03 11:02:07 +00:00
Eric Soroos
3ebc0f2455 Don't reassign crc on close 2018-01-03 10:56:17 +00:00
Eric Soroos
d4604bb62b Remove case for when _imaging module is not present 2018-01-03 10:48:36 +00:00
Eric Soroos
352c4d0cf9 make target for typecheck 2018-01-03 10:38:16 +00:00
Eric Soroos
79a09a27e5 src reorg 2018-01-03 10:37:11 +00:00
wiredfool
b2b035fb32 Use Color type for fillcolor 2018-01-03 10:31:58 +00:00
Eric Soroos
2e94a2e649 Move fp handling into ImageFile 2018-01-03 10:31:58 +00:00
Eric Soroos
af9c0a1cfd clarifying type annotations 2018-01-03 10:31:58 +00:00
neiljp (Neil Pilgrim)
be22cc3165 Type annotations: aliases.py: Remove Any. 2018-01-03 10:31:58 +00:00
neiljp (Neil Pilgrim)
9f011aafe3 Type annotations: _imaging.pyi: Amend Image.resize after API change. 2018-01-03 10:31:58 +00:00
neiljp (Neil Pilgrim)
f4765c9750 Type annotations: _imaging.pyi: Add preliminary merge() stub. 2018-01-03 10:31:58 +00:00
neiljp (Neil Pilgrim)
6353c153f9 Type annotations: Image.py: Add _show and _showxv annotations. 2018-01-03 10:31:58 +00:00
neiljp (Neil Pilgrim)
c23c755acc Type annotations: Image.py: Annotation for not-installed handler. 2018-01-03 10:31:58 +00:00
neiljp (Neil Pilgrim)
d6f89c103c Type annotations: Image.py: Amend Image.resize given new parameter. 2018-01-03 10:31:58 +00:00
neiljp (Neil Pilgrim)
8929e1e0c2 Type annotations: _imaging.pyi typo. 2018-01-03 10:31:58 +00:00
neiljp (Neil Pilgrim)
5ee809495c Type annotations: Image.py: Initial annotation for expression analyzer. 2018-01-03 10:31:58 +00:00
neiljp (Neil Pilgrim)
46cb90f568 Type annotations: Image.py: Correct _conv_type_shape & add _MODE_CONV. 2018-01-03 10:31:58 +00:00
neiljp (Neil Pilgrim)
72393d7703 Type annotations: _imaging.pyi: Many improvements. 2018-01-03 10:31:58 +00:00
neiljp (Neil Pilgrim)
8db8e3214f Type annotations: Image.py: Improve many annotations. 2018-01-03 10:31:58 +00:00
neiljp (Neil Pilgrim)
1c0acf8a04 Type annotations: aliases.py: Add Color type-alias (no Text). 2018-01-03 10:31:58 +00:00
neiljp (Neil Pilgrim)
1af865813d Type annotations: Label all obvious issues and label with 'FIXME TYPING'. 2018-01-03 10:31:58 +00:00
neiljp (Neil Pilgrim)
ab40a28c1c Type annotations: Switch open/save BytesIO->BinaryIO. 2018-01-03 10:31:58 +00:00
neiljp (Neil Pilgrim)
10e2908813 Type annotations: Image.rotate bool->int for a parameter. 2018-01-03 10:31:58 +00:00