Commit Graph

  • d0ae5bc75e added check to prevent arcs > 360 degrees wiredfool 2016-06-16 01:05:41 -0700
  • b0ec525976 extraneous space wiredfool 2016-06-16 00:52:12 -0700
  • dc5c0d303c Merge pull request #1956 from python-pillow/radarhere-patch-1 Hugo 2016-06-15 13:59:44 +0300
  • 5b20e23e4c Fixed typo [ci skip] Andrew Murray 2016-06-15 20:55:40 +1000
  • 3eb7eb4788 Fixed typo [ci skip] Andrew Murray 2016-06-15 20:50:26 +1000
  • 78fad0f819 Do not make unnecessary passes on resizing homm 2016-06-15 00:55:57 +0300
  • 2801b425fc working on test Micah Chambers 2016-06-12 19:12:43 -0700
  • b3591351f6 Updated release notes [ci skip] wiredfool 2016-06-11 15:45:00 +0100
  • f3f3d3c40b Updated Changes.rst [ci skip] wiredfool 2016-06-11 15:43:53 +0100
  • ff584b926d Updated Changes.rst [ci skip] wiredfool 2016-06-11 15:43:35 +0100
  • 501cb3f17d Merge pull request #1947 from wiredfool/revert_1883 wiredfool 2016-06-11 15:42:48 +0100
  • e26cb747d2 Revert "docs for new setup.py option" wiredfool 2016-06-11 07:35:31 -0700
  • e2302bb0c9 Updated Changes.rst [ci skip] wiredfool 2016-06-11 15:32:11 +0100
  • eb28cc9d0f Merge pull request #1932 from matthew-brett/run-time-tcl-tk wiredfool 2016-06-11 15:27:29 +0100
  • ebd3c35de5 Merge pull request #1941 from uploadcare/cleanup-transforms wiredfool 2016-06-11 15:25:34 +0100
  • 6b59c4a28d Added catch for UnsupportedOperation in ImageFile load Andrew Murray 2016-06-11 15:56:55 +1000
  • c6489e6fb7 bytearray as preferred palette storage wiredfool 2016-06-09 22:32:16 +0100
  • 3c2e374824 Added test Andrew Murray 2015-12-30 09:37:50 +1100
  • 4f6f5f9182 Changed int conversion in ImagePalette to ord for Python 2 Andrew Murray 2015-12-30 09:37:24 +1100
  • 78242e4acd remove stale comment homm 2016-06-08 16:47:26 +0300
  • 92a13d975d Malloc check merge/rebase wiredfool 2016-05-30 03:28:32 -0700
  • 76605634e6 MSVC doesn't define UINT32_MAX wiredfool 2016-05-24 05:50:10 -0700
  • 5369d8edd7 Replace SIZE_MAX with type specific _MAX wiredfool 2016-05-21 07:31:19 -0700
  • 54a979749c Rework block allocator wiredfool 2016-05-21 07:24:20 -0700
  • 768936fa33 overflow check for im->linesize wiredfool 2016-05-21 07:23:54 -0700
  • d48e5cd500 Convert xsize/ysize to ints in function declarations to match all other uses of xsize/ysize wiredfool 2016-05-21 07:23:03 -0700
  • 49566b287e added cleanup to free dictionary memory in ZipEncode, fixes old comment about leaking memory from prior to when we had the cleanup mechanisim wiredfool 2016-04-15 08:48:57 -0700
  • 4b4ef5f1e2 Malloc check, realloc, #1715 wiredfool 2016-03-16 09:01:25 -0700
  • 52d60cd096 Malloc check, #1715 wiredfool 2016-03-16 04:47:18 -0700
  • c589ae6bcf Change return type of PyPath_Flatten to Py_ssize_t to match PyObject_Length wiredfool 2016-03-16 04:37:49 -0700
  • b1a190ad78 mixed 8c tabs+spaces -> spaces wiredfool 2016-03-16 04:23:45 -0700
  • ac6e86765d Updated Changes.rst [ci skip] wiredfool 2016-06-08 14:17:56 +0100
  • 3d622d60cf make perspecive transform arguments order more common homm 2016-06-02 23:47:45 +0300
  • 2b77b1cec7 make affine transform arguments order more common homm 2016-06-02 21:58:42 +0300
  • 4cfc791a5b remove unused filter_data homm 2016-06-02 18:33:17 +0300
  • bc51928171 move ImagingCopyInfo after affine_fixed homm 2016-06-02 16:23:42 +0300
  • 9902d2e1c5 move transform dispatcher into libImaging homm 2016-06-02 15:47:27 +0300
  • 2e914af758 unused homm 2016-06-02 15:21:38 +0300
  • 6be3df2a43 remove internal ImagingTransform from headers rename to ImagingGenericTransform homm 2016-06-02 14:20:41 +0300
  • 1f8c2527ba internal rotating functions not used anymore homm 2016-06-02 11:44:10 +0300
  • 709078efd1 use one self.transform for rotation homm 2016-06-02 11:36:41 +0300
  • 7687ce829e round results of sin and cos functions because there is no possible float-point value of radians which cos will exactly 0. homm 2016-06-02 11:24:45 +0300
  • 8203a43d26 Fast paths for rotation homm 2016-06-02 10:57:55 +0300
  • f680b5417b one code style for all methods homm 2016-06-02 10:06:49 +0300
  • 3fa3b48ae9 ImagingTransposeToNew not used anymore homm 2016-06-02 09:56:50 +0300
  • e5b2cbe4ad undef local defines add section cookie for affine_fixed homm 2016-06-02 09:55:06 +0300
  • a18325afe1 remove WITH_FILTERS homm 2016-06-02 09:34:23 +0300
  • a83ae6caee Merge pull request #1936 from wiredfool/unref_error wiredfool 2016-06-08 14:16:42 +0100
  • 45b28a2a4b Merge pull request #1937 from wiredfool/alpine-setup wiredfool 2016-06-08 14:15:33 +0100
  • 62551a8b49 Merge pull request #1933 from uploadcare/resample-vertical-pass wiredfool 2016-06-08 14:14:41 +0100
  • 12c8cf94f2 replace calloc with remaining values emptying homm 2016-06-08 03:45:08 +0300
  • 1d47ff5f4d Fix for program importing PyQt4 when PyQt5 also installed Hugo 2016-06-07 16:17:20 +0300
  • e9733c2349 Merge pull request #33 from radarhere/libpng Alex Clark 2016-06-05 08:07:32 -0400
  • 9d664e48fa Updated libpng to 1.6.22 Andrew Murray 2016-06-05 11:38:13 +1000
  • c8262660f0 add RGBa to ImageMode.getmode() as a temporary homm 2016-06-03 13:01:24 +0300
  • 3b7923c09f add calloc explanation homm 2016-06-03 12:51:58 +0300
  • e3ad94e17e undid rebase error Micah Chambers 2016-06-02 21:00:32 -0700
  • 7be944f66a lots of refactoring, need to write tests Micah Chambers 2016-05-30 12:18:45 -0700
  • 033661c17f PEP8'ing Micah Chambers 2016-05-24 15:57:34 +0000
  • 2defce3431 issue-1660 Text positioning fixes for odd fonts Micah Chambers 2016-05-19 23:31:22 +0000
  • 4cca857b1e Updated Changes.rst [ci skip] wiredfool 2016-05-31 14:41:08 +0100
  • 6fe8d0f15b Merge pull request #1914 from uploadcare/box-blur-alpha wiredfool 2016-05-31 14:40:25 +0100
  • 4bc75e4088 RF: try finding tkinter in Python rather than C Matthew Brett 2016-05-29 00:29:01 -0700
  • 187c0f48d7 imagequant build wiredfool 2016-05-30 07:18:23 -0700
  • d316c185b3 Main git repo, on master. Will fail till PR is merged wiredfool 2016-05-30 07:02:06 -0700
  • d81c016052 Sample dockerfile for alpine linux wiredfool 2016-05-30 06:51:45 -0700
  • ac51f1ee37 Fixes to run cleanly on alpine linux wiredfool 2016-05-30 06:28:08 -0700
  • ffb61968f0 Initialize ptr and guard call to free wiredfool 2016-05-30 03:56:28 -0700
  • 72c45e6f5d Fix Fatal Python error: UNREF invalid object in debug builds wiredfool 2016-05-30 03:16:16 -0700
  • f09067e45e add La mode (2 bands) to the test homm 2016-05-27 10:27:10 +0300
  • 34afabbf18 return malloc where clearing is not required homm 2016-05-27 07:24:53 +0300
  • 6968c0c712 BF: make sure tkinter loaded for check Matthew Brett 2016-05-27 19:34:21 -0400
  • 659e294676 RF: run-time loading of Tcl / Tk functions Matthew Brett 2016-05-26 18:05:53 -0400
  • 2af16a7b58 Typos Hugo 2016-05-27 08:52:46 +0300
  • 034c5fe8cb Merge pull request #1931 from wiredfool/pngquant-docs Hugo 2016-05-27 08:51:28 +0300
  • 4ea0c83450 do not rotate image between passes homm 2016-05-27 07:24:22 +0300
  • c051f1d79d ImagingResampleVertical_32bpc implementation homm 2016-05-27 07:20:38 +0300
  • 5cd8c35c82 complete ImagingResampleVertical_8bpc implementation homm 2016-05-27 07:12:01 +0300
  • a1b12f792a improve CoreResampleAccuracy test. Use all bands configurations homm 2016-05-27 07:09:49 +0300
  • 8180b0f4c3 ResampleVertical first implementation homm 2016-05-27 06:52:19 +0300
  • edc9880b61 accept RGBa and La modes for blur homm 2016-05-19 19:16:34 +0300
  • 74547b5251 Notes on EPS reading CMYK and returning RGB wiredfool 2016-05-26 22:25:37 +0100
  • 13b8c1c70b test the output for a CMYK EPS image wiredfool 2016-04-19 08:20:15 -0700
  • 241c54e5a0 more detailed docs for libimagequant wiredfool 2016-05-26 21:55:36 +0100
  • 15586c5b59 Update CHANGES.rst [ci skip] wiredfool 2016-05-26 21:13:09 +0100
  • 3657bc10a6 Merge pull request #1889 from rr-/libpngquant wiredfool 2016-05-26 21:12:25 +0100
  • 4416873904 Update CHANGES.rst [ci skip] wiredfool 2016-05-26 21:08:39 +0100
  • 761f470b92 Merge pull request #1912 from uploadcare/premultiplied-luminosity wiredfool 2016-05-26 21:03:26 +0100
  • db989ad99b Add perceptive comparisons to quantization tests rr- 2016-05-26 17:23:43 +0200
  • b56d8f3f1f speedup La -> LA conversion in most cases homm 2016-05-26 15:22:01 +0300
  • d1272b9b8a speedup RGBa -> RGBA conversion in most cases homm 2016-05-10 20:52:46 +0200
  • c4b92d09b7 support for La mode homm 2016-05-10 20:46:40 +0200
  • 1ed5c59f23 tests for LA modes homm 2016-05-10 16:26:39 +0200
  • 8947485e71 test dirty pixels homm 2016-05-09 22:06:34 +0200
  • 05d1022e99 test for levels homm 2016-05-09 21:13:44 +0200
  • d8c4ef349c Updated Changes.rst [ci skip] wiredfool 2016-05-26 10:05:45 +0100
  • 0cfcc9e6ed Merge pull request #1881 from uploadcare/fpi-resample wiredfool 2016-05-26 10:04:52 +0100
  • 5ffd9e53bc use calloc and INT_MAX homm 2016-05-26 02:28:35 +0300
  • 1c3def1d5a return malloc homm 2016-05-16 15:45:20 +0300
  • 555d2ace49 add test for L homm 2016-05-09 19:29:05 +0200