Home / Expert Answers / Computer Science / python-use-imagedraw-module-draw-a-blue-heptagram-nbsp-pattern-with-a-straight-line-length-of-50pix-pa360

(Solved): Python use ImageDraw module draw a blue Heptagram pattern with a straight line length of 50pix ...



Python

use ImageDraw module draw a blue Heptagram pattern with a straight line length of 50pixels



We have an Answer from Expert

View Expert Answer

Expert Answer


from PIL import Image, ImageDraw img = Image.new("RGB", (50, 50), "blue") draw = ImageDraw.Draw(img) draw.polygon([(25, 0), (50, 25), (38, 50), (12, 5
We have an Answer from Expert

Buy This Answer $5

Place Order

We Provide Services Across The Globe