You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added setup.py file (tested on Unix and Windows). You still
5586
5586
need to build libImaging/imaging.lib in the traditional way,
@@ -5593,7 +5593,7 @@ was last updated, see the repository revision history:
5593
5593
buffer wasn't properly allocated).
5594
5594
5595
5595
1.1.3c1
5596
-
----------------
5596
+
-------
5597
5597
5598
5598
- Added ANTIALIAS downsampling filter for high-quality "resize"
5599
5599
and "thumbnail" operations. Also added filter option to the
@@ -5670,7 +5670,7 @@ was last updated, see the repository revision history:
5670
5670
for normal image operations.
5671
5671
5672
5672
1.1.2c1 and 1.1.2 final
5673
-
------------------------
5673
+
-----------------------
5674
5674
5675
5675
- Adapted to Python 2.1. Among other things, all uses of the
5676
5676
"regex" module have been replaced with "re".
@@ -5711,7 +5711,7 @@ was last updated, see the repository revision history:
5711
5711
- Changed ImageChops operators to copy palette and info dictionary from the first image argument.
5712
5712
5713
5713
1.1.1
5714
-
--------------
5714
+
-----
5715
5715
5716
5716
- Additional fixes for Python 1.6/2.0, including TIFF "save" bug.
5717
5717
@@ -5729,14 +5729,14 @@ was last updated, see the repository revision history:
5729
5729
- To make it easier to distribute prebuilt versions of PIL, the tkinit binding stuff has been moved to a separate extension module, named "_imagingtk".
5730
5730
5731
5731
0.3b2 to 1.0 final
5732
-
-------------------
5732
+
------------------
5733
5733
5734
5734
- If there's no 16-bit integer (like on a Cray T3E), set INT16 to the smallest integer available. Most of the library works just fine anyway (from Bill Crutchfield)
5735
5735
5736
5736
- Tweaks to make drawing work on big-endian platforms.
5737
5737
5738
5738
1.0c2
5739
-
-------
5739
+
-----
5740
5740
5741
5741
- If PIL is built with the WITH_TKINTER flag, ImageTk can automatically hook into a standard Tkinter build. You no longer need to build your own Tkinter to use the ImageTk module.
5742
5742
@@ -5747,7 +5747,7 @@ was last updated, see the repository revision history:
5747
5747
- ImageFont "load_path" now scans directory mentioned in .pth files (from Richard Jones).
5748
5748
5749
5749
1.0c1
5750
-
--------------
5750
+
-----
5751
5751
5752
5752
- The TIFF plugin has been rewritten. The new plugin fully
5753
5753
supports all major PIL image modes (including F and I).
@@ -5762,7 +5762,7 @@ was last updated, see the repository revision history:
5762
5762
"xv" to choke upon. (bug reported by Les Schaffer).
5763
5763
5764
5764
1.0b2
5765
-
--------------
5765
+
-----
5766
5766
5767
5767
- Major speedups for rotate, transform(EXTENT), and transform(AFFINE) when using nearest neighbour resampling.
5768
5768
@@ -5816,7 +5816,7 @@ was last updated, see the repository revision history:
5816
5816
- Fixed -f option to "pilconvert.py" (from Anthony Baxter)
5817
5817
5818
5818
1.0b1
5819
-
--------------
5819
+
-----
5820
5820
5821
5821
- Added Toby J. Sargeant's quantization package. To enable quantization, use the "palette" option to "convert":
5822
5822
@@ -5863,7 +5863,7 @@ was last updated, see the repository revision history:
5863
5863
- Some file drivers didn't handle the optional "modify" argument to the load method. This resulted in exceptions when you used "paste" (and other methods that modify an image in place) on a newly opened file.
5864
5864
5865
5865
0.3b2
5866
-
--------------
5866
+
-----
5867
5867
5868
5868
The test suite includes 825 individual tests.
5869
5869
@@ -5876,7 +5876,7 @@ The test suite includes 825 individual tests.
5876
5876
- Some file drivers (including FLI/FLC, GIF, and IM) accidentally overwrote the offset method with an internal attribute. All drivers have been updated to use private attributes where possible.
5877
5877
5878
5878
- The Image "histogram" method now works for "I" and "F" images. For these modes, PIL divides the range between the min and max values used in the image into 256 bins.
5879
-
5879
+
5880
5880
You can also pass in your own min and max values via the "extrema" option:
5881
5881
5882
5882
h = im.histogram(extrema=(0, 255))
@@ -5901,7 +5901,7 @@ The test suite includes 825 individual tests.
5901
5901
*** WARNING: MAY BREAK EXISTING CODE ***
5902
5902
5903
5903
0.3b1
5904
-
--------------
5904
+
-----
5905
5905
5906
5906
The test suite includes 750 individual tests.
5907
5907
@@ -5948,7 +5948,7 @@ The test suite includes 750 individual tests.
5948
5948
- Various minor fixes.
5949
5949
5950
5950
0.3a4
5951
-
--------------
5951
+
-----
5952
5952
5953
5953
- Added experimental IPTC/NAA support.
5954
5954
@@ -5965,7 +5965,7 @@ The test suite includes 750 individual tests.
5965
5965
- Fixed "fromstring" and "tostring" for mode "I" images.
5966
5966
5967
5967
0.3a3
5968
-
--------------
5968
+
-----
5969
5969
5970
5970
The test suite includes 530 individual tests.
5971
5971
@@ -5996,7 +5996,7 @@ The test suite includes 530 individual tests.
5996
5996
- Fixed a potential buffer overrun in the GIF encoder.
5997
5997
5998
5998
0.3a2
5999
-
--------------
5999
+
-----
6000
6000
6001
6001
The test suite includes 400 individual tests.
6002
6002
@@ -6027,14 +6027,14 @@ The test suite includes 400 individual tests.
6027
6027
- Removed bogus references to the crack coder (ImagingCrack).
6028
6028
6029
6029
0.3a1
6030
-
--------------
6030
+
-----
6031
6031
6032
6032
- Make sure image is loaded in "tostring".
6033
6033
6034
6034
- Added floating point packer (native 32-bit floats only).
6035
6035
6036
6036
0.1b1 to 0.2 (b5)
6037
-
------------------
6037
+
-----------------
6038
6038
6039
6039
- Modified "fromstring" and "tostring" methods to use file codecs. Also added "fromstring" factory method to create an image directly from data in a string.
6040
6040
@@ -6198,7 +6198,7 @@ Expect more options in future releases. Also note that file writers silently ig
6198
6198
- Added XPM (X pixmap) read support.
6199
6199
6200
6200
0.2b3
6201
-
--------------
6201
+
-----
6202
6202
6203
6203
- Added MNG (multi-image network graphics) read support. "Ming" is a proposed animation standard, based on the PNG file format.
6204
6204
@@ -6251,7 +6251,7 @@ Expect more options in future releases. Also note that file writers silently ig
6251
6251
- More conversions, including "RGB" to "1" and more.
6252
6252
6253
6253
0.2a1
6254
-
--------------
6254
+
-----
6255
6255
6256
6256
- Where earlier versions accepted lists, this version accepts arbitrary Python sequences (including strings, in some cases). A few resource leaks were plugged in the process.
0 commit comments