Skip to content

Master Zis #3

@SangAmpron

Description

@SangAmpron

from PIL import Image

image = Image.new('RGB', [380, 380], 255)

pixels = image.load()

for x in range(image.size[0]):

for y in range(image.size[1]):

pixels[x, y] = (

x % 255,

y % 255,

(x2-y2) % 255,

)

image.show()

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