一区二区三区在线-一区二区三区亚洲视频-一区二区三区亚洲-一区二区三区午夜-一区二区三区四区在线视频-一区二区三区四区在线免费观看

腳本之家,腳本語(yǔ)言編程技術(shù)及教程分享平臺(tái)!
分類導(dǎo)航

Python|VBS|Ruby|Lua|perl|VBA|Golang|PowerShell|Erlang|autoit|Dos|bat|

服務(wù)器之家 - 腳本之家 - Python - python使用PyGame繪制圖像并保存為圖片文件的方法

python使用PyGame繪制圖像并保存為圖片文件的方法

2020-06-12 10:24feiwen Python

這篇文章主要介紹了python使用PyGame繪制圖像并保存為圖片文件的方法,涉及Python使用PyGame操作圖片的相關(guān)技巧,需要的朋友可以參考下

本文實(shí)例講述了python使用PyGame繪制圖像并保存為圖片文件的方法。分享給大家供大家參考。具體實(shí)現(xiàn)方法如下:

?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
''' pg_draw_circle_save101.py
draw a blue solid circle on a white background
save the drawing to an image file
for result see http://prntscr.com/156wxi
tested with Python 2.7 and PyGame 1.9.2 by vegaseat 16may2013
'''
import pygame as pg
# pygame uses (r, g, b) color tuples
white = (255, 255, 255)
blue = (0, 0, 255)
width = 300
height = 300
# create the display window
win = pg.display.set_mode((width, height))
# optional title bar caption
pg.display.set_caption("Pygame draw circle and save")
# default background is black, so make it white
win.fill(white)
# draw a blue circle
# center coordinates (x, y)
center = (width//2, height//2)
radius = min(center)
# width of 0 (default) fills the circle
# otherwise it is thickness of outline
width = 0
# draw.circle(Surface, color, pos, radius, width)
pg.draw.circle(win, blue, center, radius, width)
# now save the drawing
# can save as .bmp .tga .png or .jpg
fname = "circle_blue.png"
pg.image.save(win, fname)
print("file {} has been saved".format(fname))
# update the display window to show the drawing
pg.display.flip()
# event loop and exit conditions
# (press escape key or click window title bar x to exit)
while True:
  for event in pg.event.get():
    if event.type == pg.QUIT:
      # most reliable exit on x click
      pg.quit()
      raise SystemExit
    elif event.type == pg.KEYDOWN:
      # optional exit with escape key
      if event.key == pg.K_ESCAPE:
        pg.quit()
        raise SystemExit

希望本文所述對(duì)大家的Python程序設(shè)計(jì)有所幫助。

延伸 · 閱讀

精彩推薦
主站蜘蛛池模板: 亲爱的客栈第二季免费观看完整版 | 亚洲精品一区二区三区在线看 | 国产精品久久久免费视频 | 午夜伦理:伦理片 | 色久网| nxgx国产| 高中生喷水喷浆 | 99精品视频只99有精品 | 国产啪精品视频网给免丝袜 | 欧美国产日产精品免费视频 | 久久AV喷吹AV高潮欧美 | 欧美色青 | 亚洲国产在线播放 | 亚洲成色www久久网站 | 亚洲精品国产精品麻豆99 | 538亚洲欧美国产日韩在线精品 | 国产资源免费观看 | 91探花在线观看 | 人禽l交免费视频观看+视频 | 西西人体大胆啪啪私拍色约约 | 小草高清视频免费直播 | 日本一区二区不卡久久入口 | eee在线播放成人免费 | 欧美久久久久久 | 久久国产精品无码视欧美 | 羞羞视频免费观看网站 | 亚洲高清无码在线 视频 | jiuse在线| 五月天婷婷精品免费视频 | 成年人免费看的视频 | 亚洲天堂三区 | 免费国产网站 | 久久免费特黄毛片 | 美女光屁股网站 | 插鸡视频在线观看 | 国产日韩一区二区三区在线播放 | 欧美精品一二三区 | 久热在线这里只有精品7 | 韩国黄色网址 | 九九九九九九伊人 | 亚洲va精品中文字幕 |