Commit Graph

  • 51b46e00c2 Refactor out passed in palette handling, add ImagePalette as an option, document palette format wiredfool 2017-03-06 14:46:55 -0800
  • 6559674032 Test passing in an I mode image wiredfool 2017-03-03 08:38:30 -0800
  • b7689627e8 Add tests for passing in a separate palette while saving a gif wiredfool 2017-03-03 08:25:01 -0800
  • f6b22bf0ab moved normalise_ functions together wiredfool 2017-03-03 15:51:31 +0000
  • abb7b7342e Added function docstring wiredfool 2017-03-03 15:51:07 +0000
  • 770c423181 Regroup methods, add docstring comments wiredfool 2017-02-25 02:29:54 -0800
  • 46287eb62a Renamed _get_local_header to _write_local_header wiredfool 2017-02-25 02:24:53 -0800
  • ab7e07c54d Added comment that getdata is legacy Andrew Murray 2017-02-25 13:50:49 +1100
  • 9a36a51916 Test from #2375, 0ebb4cd1c0 Andrew Murray 2017-01-26 19:39:59 +1100
  • aea2a4ca8d legacy getheader mutates the image wiredfool 2017-02-23 07:59:06 -0800
  • 872bce552f Docstring Comments on methods wiredfool 2017-02-23 07:58:30 -0800
  • f5e836b442 removed extra param from _get_global_header wiredfool 2017-02-23 07:41:42 -0800
  • 321c6165c9 removed extra params from _get_palette_bytes wiredfool 2017-02-23 07:38:46 -0800
  • b315b6ecf3 Don't requantize 'P' images wiredfool 2017-02-23 07:37:14 -0800
  • 26e145c8a3 Refactor _convert_mode -> _normalize_mode wiredfool 2017-02-23 06:58:37 -0800
  • b9618b3ce7 Encoderinfo fix wiredfool 2017-02-23 06:57:10 -0800
  • cee397ab00 Refactor get_palette to do one thing, and not mutate the image in place wiredfool 2017-02-23 06:14:04 -0800
  • 1e9afb3ecb Refactor out the palette remapping to Image.Image wiredfool 2017-02-23 04:25:04 -0800
  • 24285fdc28 Remove support for PIL plus external encoder wiredfool 2017-02-23 03:25:05 -0800
  • 87a14ce6de Created _write_single_frame and _write_multiple_frames from _save Andrew Murray 2017-02-18 21:23:42 +1100
  • d45f1d835b Removed second return value from _get_palette_bytes Andrew Murray 2017-02-18 19:03:44 +1100
  • 26cfa8cc62 Extracted core of getheader into _get_global_header Andrew Murray 2017-02-18 19:02:52 +1100
  • a43295c3dd Extracted core of getdata into _write_frame_data Andrew Murray 2017-02-18 19:09:10 +1100
  • af57ff8d45 Simplified code Andrew Murray 2017-01-28 11:45:59 +1100
  • bc8cd5fabf Added test Andrew Murray 2016-12-29 11:28:58 +1100
  • b06669f670 Resolved GifImagePlugin FIXME Andrew Murray 2016-12-29 11:04:41 +1100
  • f28084ae3e Removed unnecessary copy operation Andrew Murray 2016-12-29 10:23:43 +1100
  • ce87310026 Merged _get_used_palette_colors into _get_optimize Andrew Murray 2017-01-26 14:17:20 +1100
  • 4df1305073 Only call _get_used_palette_colors when necessary Andrew Murray 2017-01-26 15:27:43 +1100
  • bf0b4cf279 Minor code cleanup in GifImagePlugin Andrew Murray 2016-12-28 09:48:16 +1100
  • 562458cdd3 Added _save_netpbm comment Andrew Murray 2017-01-26 13:51:20 +1100
  • 49ae1ea608 Update CHANGES.rst [ci skip] wiredfool 2017-03-06 18:56:59 +0000
  • c0ca5c184d Merge pull request #2443 from hugovk/test-containerio wiredfool 2017-03-06 18:54:38 +0000
  • 9f88a55fa3 Merge pull request #2442 from hugovk/test-xvthumb wiredfool 2017-03-06 18:53:58 +0000
  • 1a8f88986d Merge pull request #2441 from hugovk/test-bufrstub wiredfool 2017-03-06 18:53:13 +0000
  • 9da968fc0e Merge pull request #2440 from hugovk/test-gribstub wiredfool 2017-03-06 18:52:36 +0000
  • 3e6d867ae8 Compare to a Hopper image with a similar XV palette Hugo 2017-03-06 17:33:47 +0200
  • d69e252eb8 Remove unnecessary lambda hugovk 2017-03-05 09:14:44 +0200
  • 83252ca4b1 Test ContainerIO for correctness hugovk 2017-03-05 00:46:30 +0200
  • a03a6e2049 Test unexpected EOF hugovk 2017-03-04 23:33:43 +0200
  • dc3233d52c Created by editing hopper.p7 in a text editor hugovk 2017-03-04 23:31:49 +0200
  • 94c07f68fb Python 3 fix hugovk 2017-03-04 23:28:08 +0200
  • 052905bf5c Remove unnecessary lambda hugovk 2017-03-04 23:19:41 +0200
  • 5cf56e796f Refactor to reuse _accept hugovk 2017-03-04 20:03:34 +0200
  • a0f50d7305 Get integers, not single-item lists of integers hugovk 2017-03-04 19:58:49 +0200
  • c79204bf08 Test XVThumbImagePlugin for correctness hugovk 2017-03-04 19:54:06 +0200
  • 7371e813f6 pngtopam hopper.png | pamtoxvmini > hopper.p7 hugovk 2017-03-04 19:52:49 +0200
  • 277d8123a4 Only need to read 4 bytes hugovk 2017-03-04 16:39:03 +0200
  • 35e6cb1d09 Test BufrStubImagePlugin for correctness hugovk 2017-03-04 16:35:54 +0200
  • f09427c8bd From http://www.ftp.ncep.noaa.gov/data/nccf/com/gfs/prod/gfs.2017030406/ hugovk 2017-03-04 16:25:28 +0200
  • 5d2e4f48dd Reorder tests to match others hugovk 2017-03-04 16:10:52 +0200
  • 4ece1ae78a Python 3 fix hugovk 2017-03-04 13:52:14 +0200
  • 0abfa08ff7 Test GribStubImagePlugin for correctness hugovk 2017-03-04 13:07:48 +0200
  • adda419ad6 From http://www.globalmarinenet.com/free-grib-file-downloads/ hugovk 2017-03-04 13:04:50 +0200
  • c578237630 Merge pull request #2436 from radarhere/support wiredfool 2017-03-03 15:49:19 +0000
  • bf9112ce0f Update CHANGES.rst wiredfool 2017-03-03 15:48:53 +0000
  • 5071ea2a0e Merge pull request #2425 from radarhere/tests wiredfool 2017-03-03 15:44:33 +0000
  • 6c34e8ace1 [CI skip] Hugo 2017-03-03 13:35:41 +0200
  • d03dde989d Merge pull request #2437 from radarhere/health Hugo 2017-03-03 13:34:25 +0200
  • 7467d1e010 Changed comment to be 80 characters or less Andrew Murray 2017-03-03 21:57:30 +1100
  • 798fde57ca Removed unused imports Andrew Murray 2017-03-03 21:32:31 +1100
  • 0b93853fd8 Removed duplicate imports Andrew Murray 2017-03-03 21:31:58 +1100
  • 24eb48e9e0 Removed unnecessary lambdas Andrew Murray 2017-03-03 21:28:58 +1100
  • 4a6e8d7e92 Removed unnecessary pass Andrew Murray 2017-03-03 21:27:16 +1100
  • 18fea70b51 Removed unused variable Andrew Murray 2017-03-03 21:05:41 +1100
  • 1fcdf6a2db Removed duplicate test Andrew Murray 2017-03-03 21:00:04 +1100
  • bef530cb09 Changed None comparison to is Andrew Murray 2017-03-03 21:06:49 +1100
  • 3f5ac14003 Rearranged operating systems in Platform Support [ci skip] Andrew Murray 2017-03-03 20:11:21 +1100
  • 257bc8bd4f Added tests Andrew Murray 2017-03-01 20:20:18 +1100
  • d92b1678fe Corrected ImageDraw floodfill exception type Andrew Murray 2017-02-25 19:35:29 +1100
  • 5ce44d07ed Merge pull request #2434 from python-pillow/rm-commented-badge Hugo 2017-03-02 07:32:25 +0200
  • e35a447ad8 Remove commented download-count badge Hugo 2017-03-02 07:30:15 +0200
  • 5e715c9080 Merge pull request #2432 from python-pillow/rm-pypi-downloads-badge wiredfool 2017-03-01 09:40:03 +0000
  • 5364abbae3 Comment out broken PyPI downloads badge Hugo 2017-03-01 11:28:53 +0200
  • b29ce5c8d7 Update CHANGES.rst [ci skip] wiredfool 2017-03-01 09:20:05 +0000
  • 2fb9c1a337 Merge pull request #2431 from hugovk/test-hdf5stub wiredfool 2017-03-01 09:15:53 +0000
  • 820a7e1c9f Merge pull request #2430 from hugovk/test-fitstub wiredfool 2017-03-01 09:12:55 +0000
  • 0489e38a0e Test Hdf5StubImagePlugin for correctness hugovk 2017-02-28 22:23:05 +0200
  • 48f6be40cc Created via http://stackoverflow.com/a/29736206/724176 hugovk 2017-02-28 22:21:47 +0200
  • a7a3bcda84 Test FitsStubImagePlugin for correctness hugovk 2017-02-28 21:44:26 +0200
  • 76cde2fafb convert hopper.png hopper.fits hugovk 2017-02-28 21:40:58 +0200
  • 91450ef83c Updated Changes.rst [ci skip] wiredfool 2017-02-28 10:34:21 +0000
  • e824aa4e86 Merge pull request #2428 from hugovk/test-pixar wiredfool 2017-02-28 10:33:38 +0000
  • 5777fa99ce Merge pull request #2429 from radarhere/changes Hugo 2017-02-28 12:19:49 +0200
  • 052cb99ad4 Changed reference to issue in changelog to a reference to the relevant PR [ci skip] Andrew Murray 2017-02-28 20:36:27 +1100
  • 6be2fa3c6a Merge 69e8d95cc0 into 358ccfb80b Andrew Murray 2017-02-28 06:29:11 +0000
  • ff163141dc Merge 0ebb4cd1c0 into 358ccfb80b Andrew Murray 2017-02-28 06:29:11 +0000
  • 49815f8d4a Test pixar for similarity Hugo 2017-02-28 08:27:53 +0200
  • c9e139e260 Image created with Photoshop Hugo 2017-02-28 08:22:03 +0200
  • 358ccfb80b Update CHANGES.rst [ci skip] wiredfool 2017-02-27 21:13:07 +0000
  • 8fe87412b6 Merge pull request #2427 from hugovk/test-psd wiredfool 2017-02-27 21:11:13 +0000
  • df2a031941 Test PSD with and without ICC profile Hugo 2017-02-27 17:21:27 +0200
  • 1a607bfd56 Resave hopper.psd with ICC profile, using Photoshop Hugo 2017-02-27 16:45:31 +0200
  • 921a25d144 Test PSD seek Hugo 2017-02-27 16:09:05 +0200
  • 5c3b10ee87 Test PSD for similarity Hugo 2017-02-27 15:41:28 +0200
  • 3918dd4efd Merge pull request #2426 from python-pillow/releasenotes-version Hugo 2017-02-27 14:48:12 +0200
  • 2486f48d40 Merge c02b25720c into 4c932e0661 Andrew Murray 2017-02-27 08:53:34 +0000
  • f66e93bb4b Fix version in notes Alexander Karpinsky 2017-02-27 02:04:12 +0300
  • 4c932e0661 Update CHANGES.rst Hugo 2017-02-26 10:09:01 +0200
  • cb34b686a5 Merge pull request #1822 from radarhere/unused Hugo 2017-02-26 10:05:19 +0200