Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 5195120659922944: Issue 1883 - Convert mode P to LA to work around a PIL bug when extracting the alpha channel (Closed)

Created:
Jan. 27, 2015, 2:04 p.m. by Sebastian Noack
Modified:
Jan. 27, 2015, 3:23 p.m.
Reviewers:
kzar
CC:
Wladimir Palant
Visibility:
Public.

Description

Issue 1883 - Convert mode P to LA to work around a PIL bug when extracting the alpha channel

Patch Set 1 #

Patch Set 2 : Single quotes for consistency #

Total comments: 3

Patch Set 3 : Consider no transparency again and added a comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -8 lines) Patch
M imageConversion.py View 1 2 1 chunk +8 lines, -8 lines 0 comments Download

Messages

Total messages: 6
Sebastian Noack
Jan. 27, 2015, 2:10 p.m. (2015-01-27 14:10:45 UTC) #1
kzar
http://codereview.adblockplus.org/5195120659922944/diff/5741031244955648/imageConversion.py File imageConversion.py (right): http://codereview.adblockplus.org/5195120659922944/diff/5741031244955648/imageConversion.py#newcode18 imageConversion.py:18: def get_alpha(image): I think there should be a comment ...
Jan. 27, 2015, 2:25 p.m. (2015-01-27 14:25:41 UTC) #2
Sebastian Noack
http://codereview.adblockplus.org/5195120659922944/diff/5741031244955648/imageConversion.py File imageConversion.py (right): http://codereview.adblockplus.org/5195120659922944/diff/5741031244955648/imageConversion.py#newcode18 imageConversion.py:18: def get_alpha(image): On 2015/01/27 14:25:42, kzar wrote: > I ...
Jan. 27, 2015, 2:29 p.m. (2015-01-27 14:29:25 UTC) #3
kzar
On 2015/01/27 14:29:25, Sebastian Noack wrote: > http://codereview.adblockplus.org/5195120659922944/diff/5741031244955648/imageConversion.py > File imageConversion.py (right): > > http://codereview.adblockplus.org/5195120659922944/diff/5741031244955648/imageConversion.py#newcode18 ...
Jan. 27, 2015, 2:32 p.m. (2015-01-27 14:32:53 UTC) #4
Sebastian Noack
http://codereview.adblockplus.org/5195120659922944/diff/5741031244955648/imageConversion.py File imageConversion.py (right): http://codereview.adblockplus.org/5195120659922944/diff/5741031244955648/imageConversion.py#newcode18 imageConversion.py:18: def get_alpha(image): On 2015/01/27 14:32:53, kzar wrote: > On ...
Jan. 27, 2015, 3:10 p.m. (2015-01-27 15:10:05 UTC) #5
kzar
Jan. 27, 2015, 3:13 p.m. (2015-01-27 15:13:26 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld