使用python生成一張圖片,並在圖片中寫入內容

# -*- coding: utf-8 -*- import cv2 import numpy as np from PIL import ImageFont, Image, ImageDraw # 生成一張圖片 def create_pic(): width = 256 height = 256 img = np.zeros([width, height, 3], d
相關文章
相關標籤/搜索