Found first issue for pale colors
This commit is contained in:
parent
26180373a0
commit
a3fece8096
2
test/fixtures/page_generation/page.py
vendored
2
test/fixtures/page_generation/page.py
vendored
@ -185,7 +185,7 @@ Color = Tuple[int, int, int]
|
|||||||
def base_texture(request, size):
|
def base_texture(request, size):
|
||||||
texture = Image.open(TEST_PAGE_TEXTURES_DIR / (request.param + ".jpg"))
|
texture = Image.open(TEST_PAGE_TEXTURES_DIR / (request.param + ".jpg"))
|
||||||
texture = texture.resize(size)
|
texture = texture.resize(size)
|
||||||
texture.putalpha(255)
|
# texture.putalpha(255) # ISSUE 1!!!
|
||||||
return texture
|
return texture
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user