Commit Graph

  • a1e2d42ea0 text fixes Alexander 2017-08-12 10:32:42 +0300
  • 4744fc0584 Added test for ImImagePlugin tell() Andrew Murray 2017-08-12 15:54:54 +1000
  • 25e467a756 Use frame count from FLI header Andrew Murray 2017-08-12 12:11:36 +1000
  • b46b5c4e84 release notes autodocs fix docstring note for Image.split Alexander 2017-08-12 01:24:53 +0300
  • 5f5ac09158 Merge pull request #2671 from uploadcare/fix-compilation-warning Alexander Karpinsky 2017-08-11 19:59:07 +0300
  • 441eded3eb fix compilation warning Alexander 2017-08-11 19:46:31 +0300
  • 79eae6e3bf actually box can be empty, this is noop Alexander 2017-08-11 19:36:46 +0300
  • 09a2e1641b Merge branch 'master' into resample-roi Alexander Karpinsky 2017-08-11 19:10:11 +0300
  • 864a24e7b8 Release GIL in filters Alexander 2017-08-11 15:17:47 +0300
  • 3aea175141 use RGBX rawmode for JPEG encoding as well Alexander 2017-08-11 04:10:55 +0300
  • 7725d281a5 create separate ImagingJpegUseJCSExtensions function Alexander 2017-08-11 04:07:54 +0300
  • 83c4d90923 oops Alexander 2017-08-11 01:00:50 +0300
  • 1dcafb93a0 Merge branch 'master' into jpeg-loading-without-convertion Alexander 2017-08-11 00:40:21 +0300
  • e71f6217ad add runtime check for libjpeg_turbo_version Alexander 2017-08-11 00:22:01 +0300
  • 23716a57cf Updated openjpeg to 2.2.0 Andrew Murray 2017-08-11 00:01:38 +1000
  • 6c5eaf57e1 Updated Tk Tcl to 8.6.7 Andrew Murray 2017-08-10 19:09:30 +1000
  • 7c8e0e4457 Fix ZeroDivisionError when EXIF contains invalid DPI (0/0). Vytis Banaitis 2017-08-09 16:16:14 +0300
  • a1ebae255c basic support for termux (android) support (tested on chromeos/x86) Eric Soroos 2017-08-09 13:22:58 +0100
  • cae7789372 Merge pull request #2662 from uploadcare/fix-bands-module-indention Alexander Karpinsky 2017-08-09 04:15:54 +0300
  • ffe0c3b0af Fix Bands.c module indention Alexander 2017-08-09 03:48:24 +0300
  • 1a7cb317be load image before getting channels Alexander 2017-08-09 02:39:53 +0300
  • 349e300d7b use getchannel where is possible Alexander 2017-08-09 02:36:07 +0300
  • 0002e18c74 New Image.getchannel method Alexander 2017-08-09 01:58:22 +0300
  • 446e7b7bd4 Updated libimagequant to 2.10.2 Andrew Murray 2017-08-08 19:07:58 +1000
  • 5d5a2a3762 Added test for 1 dimensional L mode SGI save Andrew Murray 2017-08-07 21:57:59 +1000
  • 667fff7862 Added SGI test for an incorrect number of bands Andrew Murray 2017-08-07 20:10:39 +1000
  • e4927b8f2f Added SGI test for saving an image in an unsupported mode Andrew Murray 2017-08-07 19:21:54 +1000
  • b6638d8155 divide coefficients before applying Alexander 2017-08-07 01:11:05 +0300
  • e0f69cb2e1 Merge pull request #2658 from uploadcare/fix-filter-module-indention Alexander Karpinsky 2017-08-07 00:59:53 +0300
  • 557e89fcd3 Fix Filter.c module indention Alexander 2017-08-07 00:20:35 +0300
  • a519851903 ImagingNew2 is always Dirty Alexander 2017-08-06 20:08:07 +0300
  • 559249283b Remove unused im.copy2 and core.copy methods Alexander 2017-08-06 19:56:27 +0300
  • eb4096ffd5 create dirty images for cropping Alexander 2017-08-06 15:01:17 +0300
  • 19a8649589 create dirty images for some operations Alexander 2017-08-06 13:32:46 +0300
  • 7a1e70d997 new internal API function ImagingNewDirty Alexander 2017-08-06 01:50:55 +0300
  • 0649da02c6 fix tests on python 3 Alexander 2017-08-06 01:31:51 +0300
  • 0990dadd6d use accurate im->linesize instead of strlen(mode) approximation Alexander 2017-08-06 01:31:31 +0300
  • d55557152b rename ImagingNewBlock → ImagingAllocateBlock rename ImagingNewArray → ImagingAllocateArray new utility function with old name ImagingNewBlock call ImagingNewPrologue outside of ImagingAllocateBlock and ImagingAllocateArray Alexander 2017-08-06 01:20:00 +0300
  • eafa258bd1 destroy image and set MemoryError on overflow check failure Alexander 2017-08-06 00:50:56 +0300
  • 6b50ba07fd add tests for Image.new modes Alexander 2017-08-05 21:58:31 +0300
  • ab92adf7c9 move ImagingNewEpilogue functionality to ImagingNewPrologueSubtype Alexander 2017-08-05 20:39:14 +0300
  • fd9cf03d01 FIX memory leak Alexander 2017-08-05 20:25:57 +0300
  • 152104bba3 check args before allocate memory Alexander 2017-08-05 18:59:16 +0300
  • 430c53707f no reasons to release GIL for one calloc Alexander 2017-08-05 18:54:27 +0300
  • 2f09ced5f2 Merge 0f17356d46 into 1922a0deac Alexander Karpinsky 2017-08-06 06:03:58 +0000
  • 1922a0deac Merge pull request #2653 from radarhere/landscape Hugo 2017-08-06 08:56:36 +0300
  • af4d830ce9 Remove Landscape/health badge [ci skip] Andrew Murray 2017-08-06 12:39:04 +1000
  • 0f17356d46 fix tests on python 3 Alexander 2017-08-06 01:31:51 +0300
  • 1ae089072b use accurate im->linesize instead of strlen(mode) approximation Alexander 2017-08-06 01:31:31 +0300
  • 0e70e6cb40 rename ImagingNewBlock → ImagingAllocateBlock rename ImagingNewArray → ImagingAllocateArray new utility function with old name ImagingNewBlock call ImagingNewPrologue outside of ImagingAllocateBlock and ImagingAllocateArray Alexander 2017-08-06 01:20:00 +0300
  • 2750d7bac3 destroy image and set MemoryError on overflow check failure Alexander 2017-08-06 00:50:56 +0300
  • da453d085f add tests for Image.new modes Alexander 2017-08-05 21:58:31 +0300
  • 40676cb1fc move ImagingNewEpilogue functionality to ImagingNewPrologueSubtype Alexander 2017-08-05 20:39:14 +0300
  • 7da62d5a97 FIX memory leak Alexander 2017-08-05 20:25:57 +0300
  • 7c67911ea4 check args before allocate memory Alexander 2017-08-05 18:59:16 +0300
  • 79bd456db0 no reasons to release GIL for one calloc Alexander 2017-08-05 18:54:27 +0300
  • d039be7cdd Python 3 division fix Hugo 2017-08-04 14:51:02 +0300
  • 382db4442c Test animated FLI Hugo 2017-08-04 14:41:28 +0300
  • 47aa59a046 Add from https://samples.libav.org/fli-flc/ Hugo 2017-08-04 12:39:19 +0300
  • 0477278c68 Fixed bc5 decoding Istvan Fehervari 2017-08-03 11:07:51 +0200
  • 7ee29bfe1d change uint32_t to UINT32 since stdint.h is not defined in old Visual C++ versions Mickael B 2017-07-29 13:35:07 -0400
  • 4994f64006 add stdint.h for uint32_t definition Mickael B 2017-07-29 02:48:35 -0400
  • 8f83c3fa4a store SgiRleDecoder elements in SGISTATE struct Mickael B 2017-07-29 02:39:37 -0400
  • e3e0cad8d4 fix compiler warnings Mickael B 2017-07-29 02:02:14 -0400
  • eaffb1414a Added test Andrew Murray 2017-07-29 10:20:19 +1000
  • 1df63eeb1a Added file pointer save to SpiderImagePlugin Andrew Murray 2017-07-29 10:20:13 +1000
  • 325503320e add support of python 3's bytearray Mickael Bonfill 2017-07-28 17:30:55 -0400
  • dad56cb401 add unit tests Mickael Bonfill 2017-07-28 17:12:46 -0400
  • be9f0a938f Use file descriptor instead of chunks Mickael Bonfill 2017-07-28 15:58:17 -0400
  • 0fdbb6a10c Fix RLE decompression by chunks Mickael Bonfill 2017-07-27 18:51:10 -0400
  • 8400660083 Move so isn't installed globally Hugo 2017-07-27 14:12:28 +0300
  • 99079ab755 use UINT32 instead of ULONG Mickael Bonfill 2017-07-26 17:01:45 -0400
  • 2512400d6d Update CHANGES.rst Hugo 2017-07-25 11:03:36 +0300
  • 90886a4e59 Merge pull request #2632 from wiredfool/issue_2628 Hugo 2017-07-25 11:01:29 +0300
  • c352ef7e8a Avoid memory reallocation and support Y orientation in 16bits uncompressed read Mickael B 2017-07-25 01:19:20 -0400
  • 0272dc2736 Add targa version 2 footer Joe Hultgren 2017-07-24 13:49:18 -0700
  • ff81201971 Fix unexpected keyword argument 'align' Hugo 2017-07-23 23:58:05 +0300
  • 10c7e20045 Test for #2639 Hugo 2017-07-23 23:56:02 +0300
  • 96abb60059 Add newlines to error message for clarity Hugo 2017-07-23 23:39:40 +0300
  • 3f5848c273 Add uncompressed 16bits read for SGI Images Mickael B 2017-07-23 14:41:48 -0400
  • 1343f6c587 avoid divisions to keep integer Mickael B 2017-07-22 11:00:15 -0400
  • 23a15c1ece fix integer for seek Mickael B 2017-07-22 10:43:43 -0400
  • ed4ee2f061 fix variable initialization in loops Mickael B 2017-07-22 03:56:01 -0400
  • f2240e8831 delete raise call Mickael B 2017-07-22 03:42:55 -0400
  • 128d63892d add RLE decompression for SGI images Mickael B 2017-07-22 03:34:06 -0400
  • 7397c23292 Updated redirect URL [ci skip] Andrew Murray 2017-07-22 14:22:50 +1000
  • 9af428a049 Revert Sgi Plugin Mickael B 2017-07-21 21:43:31 -0400
  • bf0d08e2be Updating fork Mickael B 2017-07-21 21:25:59 -0400
  • 89780f3dfb Fix EPS import Samuele Kaplun 2017-07-19 21:54:16 +0200
  • 9e7de70bac Delete transparency info when convert'ing RGB/L to RGBA Oliver Tonnhofer 2017-07-18 15:00:09 +0200
  • 908fffdd2c Test for https://github.com/python-pillow/Pillow/issues/2628#issuecomment-315962612 wiredfool 2017-07-18 01:06:54 -0700
  • 7a8161162f fix for https://github.com/python-pillow/Pillow/issues/2628#issuecomment-315962612 wiredfool 2017-07-18 00:54:11 -0700
  • 4deb447f59 travis runs for fedora 24 and 26 in docker Eric Soroos 2017-07-17 14:43:13 -0700
  • 619d706eba Corrected alpha_composite args documentation 4.2.x Andrew Murray 2017-07-16 17:37:51 +1000
  • 0cd84cf9b3 Update CHANGES.rst [ci skip] wiredfool 2017-07-16 16:32:19 +0100
  • c58dd9bcb3 Merge pull request #2624 from radarhere/getsize_emptystring wiredfool 2017-07-16 16:30:15 +0100
  • a28e89be83 Update CHANGES.rst [ci skip] wiredfool 2017-07-16 16:28:29 +0100
  • 377bbc781e Merge pull request #2626 from radarhere/imagedraw wiredfool 2017-07-16 16:27:47 +0100
  • 8bf9de3310 Update CHANGES.rst [ci skip] wiredfool 2017-07-16 16:23:57 +0100
  • 730cf93c32 Merge pull request #2627 from radarhere/alpha_composite wiredfool 2017-07-16 16:22:52 +0100