Skip to content

Generate a 4k patter of specified color using this script.

Notifications You must be signed in to change notification settings

geekwilliams/generate4KPattern.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Generate 4k pattern using this python script

Image size determined by 'Image.new((mode),[size],(color))'

Change second parameter of img.putPixel (0xsomething) to adjust desired color

Output patter is checkerboard

Change output directory by changing path in img.save() call at end of script

This is definitely the slow way to do it...but it works

About

Generate a 4k patter of specified color using this script.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages