Commit Graph

  • d4b2fa7348 Fix erroneous condition which was never true Alexander 2017-09-01 13:32:37 +0300
  • c59529d28d use PRECISION_BITS constant in ImagingAlphaComposite Alexander 2017-09-01 08:37:05 +0300
  • c10ad19a2b Changed file opening in tests to use with Andrew Murray 2017-08-26 10:20:30 +1000
  • dcddc71dea Removed debugging interface for Image.core.grabclipboard Andrew Murray 2017-09-01 20:02:55 +1000
  • 02241b4245 Type annotations: aliases.py: Remove Any. neiljp (Neil Pilgrim) 2017-08-31 16:34:04 -0700
  • 61b42e6a08 Type annotations: _imaging.pyi: Amend Image.resize after API change. neiljp (Neil Pilgrim) 2017-08-31 15:40:18 -0700
  • c5dbd89687 Type annotations: _imaging.pyi: Add preliminary merge() stub. neiljp (Neil Pilgrim) 2017-08-31 14:10:59 -0700
  • 3f9890cabe Type annotations: Image.py: Add _show and _showxv annotations. neiljp (Neil Pilgrim) 2017-08-31 14:10:08 -0700
  • 7f18d6e1eb Type annotations: Image.py: Annotation for not-installed handler. neiljp (Neil Pilgrim) 2017-08-31 11:54:05 -0700
  • 446c38ca19 Type annotations: Image.py: Amend Image.resize given new parameter. neiljp (Neil Pilgrim) 2017-08-31 11:52:36 -0700
  • 26bac897ff Type annotations: _imaging.pyi typo. neiljp (Neil Pilgrim) 2017-08-24 15:39:49 -0700
  • b94e8e16ae Type annotations: Image.py: Initial annotation for expression analyzer. neiljp (Neil Pilgrim) 2017-08-22 12:43:13 -0700
  • b52e0786eb Type annotations: Image.py: Correct _conv_type_shape & add _MODE_CONV. neiljp (Neil Pilgrim) 2017-08-22 12:35:07 -0700
  • 65b39e181c Type annotations: _imaging.pyi: Many improvements. neiljp (Neil Pilgrim) 2017-08-21 23:17:24 -0700
  • 67d353c15f Type annotations: Image.py: Improve many annotations. neiljp (Neil Pilgrim) 2017-08-21 14:04:02 -0700
  • 0303544f1a Type annotations: aliases.py: Add Color type-alias (no Text). neiljp (Neil Pilgrim) 2017-08-21 23:15:52 -0700
  • 27632d1a34 Type annotations: Label all obvious issues and label with 'FIXME TYPING'. neiljp (Neil Pilgrim) 2017-08-20 19:43:00 -0700
  • 8debf5d31c Type annotations: Switch open/save BytesIO->BinaryIO. neiljp (Neil Pilgrim) 2017-08-20 19:56:16 -0700
  • 42d3a3d036 Type annotations: Image.rotate bool->int for a parameter. neiljp (Neil Pilgrim) 2017-08-20 18:59:17 -0700
  • 8213ec01fa Type annotations: Amend Image.getdata to return ImagingCore. neiljp (Neil Pilgrim) 2017-08-20 17:26:39 -0700
  • d936e0f649 Type annotations: aliases.py: Amend Extrema to use float & int Tuples. neiljp (Neil Pilgrim) 2017-08-20 17:25:53 -0700
  • 8e90f33dda Type annotations: Clarify return type of Image.split. neiljp (Neil Pilgrim) 2017-08-20 14:16:26 -0700
  • 0ac87cc06b Type annotations: Allow Image.putpalette to accept ImagePalette. neiljp (Neil Pilgrim) 2017-08-20 11:19:31 -0700
  • 9112e3f4b1 Type annotations: _imaging.pyi: Significantly improve stubs. neiljp (Neil Pilgrim) 2017-08-20 11:18:15 -0700
  • a03eea1e9d Type annotations: Correct pixel_access & specify self.readonly. neiljp (Neil Pilgrim) 2017-08-20 10:44:43 -0700
  • 1270bebca5 Type annotations: Amend Image.point parameter types. neiljp (Neil Pilgrim) 2017-08-19 18:29:45 -0700
  • 8856c4a9a6 Type annotations: Enable Image.filter to also accept Callable returning Filter. neiljp (Neil Pilgrim) 2017-08-19 17:19:13 -0700
  • c2634c2640 Type annotations: Amend __setstate__ to accept Tuple. neiljp (Neil Pilgrim) 2017-08-19 17:11:11 -0700
  • 19e68bdfae Type annotations: Amend eq/ne to be (object)->bool. neiljp (Neil Pilgrim) 2017-08-19 17:03:33 -0700
  • 10e8cd60c2 Type annotations: Add Union & Any to aliases.py. neiljp (Neil Pilgrim) 2017-08-19 16:24:06 -0700
  • cbb9817aa9 Type annotations: Annotate self.tile & add FIXME. neiljp (Neil Pilgrim) 2017-08-19 13:36:18 -0700
  • dad7aef359 Type annotations: Annotate exclusive_fp. neiljp (Neil Pilgrim) 2017-08-19 13:35:39 -0700
  • 65fb9d8080 Type annotations: Correct Image/ImagingCore annotations. neiljp (Neil Pilgrim) 2017-08-19 13:07:42 -0700
  • e868aa9354 Type annotations: Explicitly mark some Image data types. neiljp (Neil Pilgrim) 2017-08-19 12:44:21 -0700
  • 3ce17dcc3c Type annotations: Improve imports in Image.py. neiljp (Neil Pilgrim) 2017-08-17 22:23:34 -0700
  • 9c350d86e3 Type annotations: Improve Image.getproject(). neiljp (Neil Pilgrim) 2017-08-19 11:05:24 -0700
  • 6d464c010b Type annotations: Add & use Extrema type alias. neiljp (Neil Pilgrim) 2017-08-19 11:04:28 -0700
  • af87bfe1ef Type annotations: Mark Image.draft to accept (Mode, Size). neiljp (Neil Pilgrim) 2017-08-18 22:02:29 -0700
  • dfce721538 Type annotations: Add stubs for _imaging; aliases into aliases.py. neiljp (Neil Pilgrim) 2017-08-18 10:48:25 -0700
  • 0fa2b7c498 Type annotations: Adjust __repr__ return & ignore ne/eq. neiljp (Neil Pilgrim) 2017-08-17 22:31:59 -0700
  • 1e29eef1f4 Type annotations: Adjust Filter import. neiljp (Neil Pilgrim) 2017-08-17 22:23:34 -0700
  • 1d1dcc2d15 Type annotations: Switch to type alias for Mode & add self.im annotation. neiljp (Neil Pilgrim) 2017-08-17 21:54:51 -0700
  • 5003d44069 Type annotations: Image.py. neiljp (Neil Pilgrim) 2017-08-16 23:01:27 -0700
  • a7cf91499a Regular comments instead of strings [ci skip] Alexander 2017-09-01 08:42:57 +0300
  • e6456643d4 Merge pull request #2707 from uploadcare/fix-box-resize Alexander Karpinsky 2017-09-01 00:53:46 +0300
  • 0acc2cea9c Fix need_horizontal and need_vertical conditions in resample Alexander 2017-09-01 00:23:02 +0300
  • edcbd3f67d Tests for skipping passes (are passed if disable the passes skipping) Alexander 2017-08-31 22:28:43 +0300
  • ee430550eb fix raqm with 0 length strings Eric Soroos 2017-08-31 19:31:05 +0000
  • 1e1f773f8a Rename variables Alexander 2017-08-31 19:25:25 +0300
  • 81c72bd297 Crop if box size matches requested size Alexander 2017-08-31 19:18:48 +0300
  • c3fbd9de01 test for issue #2666 wiredfool 2017-08-31 08:56:06 -0700
  • bb7124325e Don't return null on empty string wiredfool 2017-08-31 08:52:29 -0700
  • dc143f7833 Merge branch 'master' into new-dirty Alexander 2017-08-31 17:34:05 +0300
  • e9424b1997 Update CHANGES.rst [ci skip] wiredfool 2017-08-31 15:24:24 +0100
  • 367ce3c1bc Merge pull request #2693 from uploadcare/fast-unpacking wiredfool 2017-08-31 15:23:11 +0100
  • 27f31033c1 Update CHANGES.rst [ci skip] wiredfool 2017-08-31 15:15:26 +0100
  • 9797e7bbfa Merge pull request #1989 from uploadcare/jpeg-loading-without-convertion wiredfool 2017-08-31 15:10:38 +0100
  • 2ad43c4eeb Merge pull request #2704 from wiredfool/issue_2702 wiredfool 2017-08-31 15:09:37 +0100
  • f4c56a7179 Merge pull request #2633 from olt/delete-rgb-transparency wiredfool 2017-08-31 15:08:52 +0100
  • 4029998d4f Merge pull request #2699 from uploadcare/better-cmyk Alexander Karpinsky 2017-08-31 16:45:57 +0300
  • 240b1614b7 Update CHANGES.rst [ci skip] wiredfool 2017-08-31 14:19:30 +0100
  • e422f92e52 Remove palettes from non-palette modes in _new #2702 wiredfool 2017-08-31 06:18:59 -0700
  • 8600f1840d Merge pull request #2690 from neiljp/typing_patches wiredfool 2017-08-31 13:36:04 +0100
  • cd0705334c Merge pull request #2691 from wiredfool/putpalettealphas_type wiredfool 2017-08-31 13:26:11 +0100
  • 32d14e382a Merge pull request #2698 from uploadcare/jpeg-subsampling wiredfool 2017-08-31 13:23:48 +0100
  • 751a6d1c2d Fixed WMF save handler check Andrew Murray 2017-08-19 18:53:09 +1000
  • cee122ca88 Fix comment about palette class in quantize method Konstantin Kopachev 2017-08-30 22:47:27 -0700
  • e6115c87ab Merge pull request #2701 from stuertz/repltabs Hugo 2017-08-30 11:12:44 +0300
  • f92ede6d8c Replaced annoying tabs within code stuertz 2017-08-29 16:11:23 +0200
  • 6701828dfc Merge branch 'master' into fast-unpacking Alexander 2017-08-28 21:54:46 +0300
  • ad4b42f5f4 Merge branch 'master' into fast-filters Alexander 2017-08-28 21:47:43 +0300
  • e597ca1a59 Merge pull request #2700 from uploadcare/one-not-covered-mode Alexander Karpinsky 2017-08-28 21:46:21 +0300
  • eee3e2dd32 Missed not covered BGRa mode Alexander 2017-08-28 21:45:24 +0300
  • 2aa0d59d43 Merge pull request #2692 from uploadcare/16-bit-rgb-tiff Alexander Karpinsky 2017-08-28 21:39:17 +0300
  • b9f3fa4a28 increase coverage Alexander 2017-08-28 21:18:25 +0300
  • d8af3fc23a Merge branch 'master' into jpeg-loading-without-convertion Alexander 2017-08-28 19:45:19 +0300
  • 3f07f0291e Merge branch 'master' into fast-unpacking Alexander 2017-08-28 19:43:15 +0300
  • 82c986dfab Merge branch 'master' into 16-bit-rgb-tiff Alexander 2017-08-28 19:42:46 +0300
  • 6b4b1dc3c5 Merge pull request #2694 from uploadcare/packing-tests Alexander Karpinsky 2017-08-28 19:42:06 +0300
  • 8a7db8bbda no longer true Alexander 2017-08-28 19:34:23 +0300
  • 40fe1f721e unpacking tests for "I" and "F" modes Alexander 2017-08-28 19:22:59 +0300
  • aac0869ca7 Revert little-endian byte order for "I" and "F" rawmodes Alexander 2017-08-28 19:02:15 +0300
  • efb0915b19 Convert CMYK to RGB like Google Chrome Alexander 2017-08-28 17:11:08 +0300
  • 4d56db3a34 Fix wrong formula for subsampling=2 while JPEG saving Alexander 2017-08-27 20:03:36 +0300
  • b705df3b64 one div for blending Alexander 2017-08-27 12:40:53 +0300
  • 7b51d287a7 Update to latest multibuild Andrew Murray 2017-08-27 15:44:34 +1000
  • 12634c4524 Merge branch 'packing-tests' into fast-unpacking Alexander 2017-08-26 20:20:17 +0300
  • 5e9a69e0c5 Release notes for my changes Alexander 2017-08-26 18:19:04 +0300
  • 7f7b53447a Add tests for all new modes Alexander 2017-08-26 17:36:06 +0300
  • a78e45c3dc Merge branch 'packing-tests' into 16-bit-rgb-tiff Alexander 2017-08-26 17:17:49 +0300
  • 922407e7f3 fix py3, change test Alexander 2017-08-26 11:02:51 +0300
  • f43b9f396f Second part of pack tests Alexander 2017-08-26 10:49:28 +0300
  • 9ec023503d Image.__eq__: Add isinstance check. neiljp (Neil Pilgrim) 2017-08-22 14:39:00 -0700
  • 58df924da6 Image.py: _conv_type_shape: refactor for clarity and type-safety. neiljp (Neil Pilgrim) 2017-08-22 14:38:41 -0700
  • 470da1c6de Image.rotate: Adjust variable use to avoid None & add comment re int/float. neiljp (Neil Pilgrim) 2017-08-20 19:22:51 -0700
  • 6f69379fdc Image.remap_palette: Tweak to improve typing. neiljp (Neil Pilgrim) 2017-08-20 18:39:40 -0700
  • 72b3e6819d Image._dump: Rewrite for clarity and type-safety. neiljp (Neil Pilgrim) 2017-08-19 22:18:55 -0700
  • ab6c60da1c Image.merge: Rename loop variable for clarity and type-safety. neiljp (Neil Pilgrim) 2017-08-19 13:12:51 -0700
  • ebb10e8e1a Fix error in pypy Alexander 2017-08-24 01:45:24 +0300
  • 8cb9cba1e0 Packing tests, first part. Fix RGBX packers Alexander 2017-08-24 00:50:17 +0300