第二種方式: (單張灰階影像轉換RGB). from PIL import Image. img = Image.open('./test.jpg') #取得灰階影像. img_RGB = img.convert('RGB') #轉 ...
確定! 回上一頁