mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
revert last commit, images rendered didn't match very well
This commit is contained in:
parent
bc9455d059
commit
3eda40cb4c
|
@ -28,7 +28,6 @@ MODES = {
|
||||||
(2, 8): ("P", 1),
|
(2, 8): ("P", 1),
|
||||||
(3, 8): ("RGB", 3),
|
(3, 8): ("RGB", 3),
|
||||||
(4, 8): ("CMYK", 4),
|
(4, 8): ("CMYK", 4),
|
||||||
(4, 16): ("CMYK", 4),
|
|
||||||
(7, 8): ("L", 1), # FIXME: multilayer
|
(7, 8): ("L", 1), # FIXME: multilayer
|
||||||
(8, 8): ("L", 1), # duotone
|
(8, 8): ("L", 1), # duotone
|
||||||
(9, 8): ("LAB", 3)
|
(9, 8): ("LAB", 3)
|
||||||
|
|
|
@ -5,11 +5,6 @@ Changelog
|
||||||
1.7.8 (Unreleased)
|
1.7.8 (Unreleased)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
- Manage more psd files:
|
|
||||||
|
|
||||||
- Added a psd mode (mode 4, 16 bits).
|
|
||||||
[thomasdesvenain]
|
|
||||||
|
|
||||||
- Fix opening psd files with RGBA layers when A mode is not of type 65535 but 3.
|
- Fix opening psd files with RGBA layers when A mode is not of type 65535 but 3.
|
||||||
Fixes issue https://github.com/python-imaging/Pillow/issues/3
|
Fixes issue https://github.com/python-imaging/Pillow/issues/3
|
||||||
[thomasdesvenain]
|
[thomasdesvenain]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user