~edwin-grubbs/python-imaging/trunk

« back to all changes in this revision

Viewing changes to CHANGES

  • Committer: effbot
  • Date: 2006-07-05 20:36:11 UTC
  • Revision ID: svn-v4:be285980-f00d-0410-a9fe-d4747b46ecd0:pil:348
Load Imaging-1.1.6b1 into pil.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
The Python Imaging Library
2
 
$Id: CHANGES 2651 2006-03-03 23:22:37Z fredrik $
 
2
$Id: CHANGES 2759 2006-06-19 13:31:12Z fredrik $
3
3
 
4
4
ACKNOWLEDGEMENTS: PIL wouldn't be what it is without the help of,
5
5
among others: David Ascher, Phil Austin, Douglas Bagnall, Larry Bates,
19
19
Reinhammar, Nicholas Riley, Don Rozenberg, Toby Sargeant, Barry Scott,
20
20
Les Schaffer, Joel Shprentz, Klamer Shutte, Gene Skonicki, Niki
21
21
Spahiev, D. Alan Stewart, Perry Stoll, Paul Svensson, Ulrik Svensson,
22
 
Miki Tebeka, Ivan Tkatchev, Rune Uhlin, Dmitry Vasiliev, Sasha Voynow,
23
 
Charles Waldman, Dan Wolfe, and Ka-Ping Yee.
 
22
Miki Tebeka, Ivan Tkatchev, Adam Twardoch, Rune Uhlin, Dmitry
 
23
Vasiliev, Sasha Voynow, Charles Waldman, Dan Wolfe, and Ka-Ping Yee.
24
24
 
25
25
*** Changes from release 1.1.5 to 1.1.6 ***
26
26
 
 
27
(1.1.6b1 snapshot released)
 
28
 
 
29
+ Added 'expand' option to the Image 'rotate' option.  If true, the
 
30
  output image is made large enough to hold the entire rotated image.
 
31
 
 
32
+ Changed the ImageDraw 'line' method to always draw the last pixel in
 
33
  a polyline, independent of line angle.
 
34
 
 
35
+ Fixed bearing calculation and clipping in the ImageFont truetype
 
36
  renderer; this could lead to clipped text, or crashes in the low-
 
37
  level _imagingft module.  (based on input from Adam Twardoch and
 
38
  others).
 
39
 
 
40
+ Added ImageQt wrapper module, for converting PIL Image objects to
 
41
  QImage objects in an efficient way.
 
42
 
 
43
+ Fixed 'getmodebands' to return the number of bands also for "PA"
 
44
  and "LA" modes.  Added 'getmodebandnames' helper that return the
 
45
  band names.
 
46
 
27
47
(1.1.6a2 snapshot released)
28
48
 
29
49
+ Added float/double support to the TIFF loader (from Russell