DescriptionWhen building ABP for Safari on my local machine or the build server, the result of Image.open was always none. It appears [1] that Image.open is lazy, and we need to call .load() to ensure that the image is actually loaded.
Note that this is already pushed:
https://hg.adblockplus.org/buildtools/rev/60153820143b
[1] http://stackoverflow.com/a/12413650
Patch Set 1 #Patch Set 2 : Also make sure the image is loaded in filter_blend(), add a comment #MessagesTotal messages: 5
|