Skip to content

Blurry Tetris Pieces #3

@Kontra21

Description

@Kontra21

Found that when running this on my machine the Tetris pieces were incredibly blurry.

image

Changing Line 242 in src/tetris.py from

img = img.resize((self.width * self.block_size, self.height * self.block_size))

to

img = img.resize((self.width * self.block_size, self.height * self.block_size),0)

solved the issue by forcing 0 antialiasing on resize.

Python 3.8
Mac OS 10.15.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions