mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Update CHANGES.rst [ci skip]
This commit is contained in:
parent
39240b8af8
commit
8b8f150d37
|
@ -4,6 +4,9 @@ Changelog (Pillow)
|
||||||
4.2.0 (unreleased)
|
4.2.0 (unreleased)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
- Doc: Updated references to point to existing files #2507
|
||||||
|
[radarhere]
|
||||||
|
|
||||||
- Return copy on Image crop if crop dimensions match the image #2471
|
- Return copy on Image crop if crop dimensions match the image #2471
|
||||||
[radarhere]
|
[radarhere]
|
||||||
|
|
||||||
|
@ -2529,7 +2532,7 @@ Pre-fork
|
||||||
|
|
||||||
import numpy, Image
|
import numpy, Image
|
||||||
|
|
||||||
im = Image.open('hopper.jpg')
|
im = Image.open('lena.jpg')
|
||||||
|
|
||||||
a = numpy.asarray(im) # a is readonly
|
a = numpy.asarray(im) # a is readonly
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user